-- MariaDB dump 10.19  Distrib 10.5.23-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: dialogin_wp6
-- ------------------------------------------------------
-- Server version	10.5.23-MariaDB-cll-lve

/*!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=MyISAM AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
INSERT INTO `wp_commentmeta` VALUES (2,2,'akismet_history','a:3:{s:4:\"time\";s:15:\"1492842362.7403\";s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3,2,'akismet_history','a:3:{s:4:\"time\";s:15:\"1492871561.2646\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:6:\"dronka\";}');
/*!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` text 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` mediumtext 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=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'Mr WordPress','','http://wordpress.org/','','2010-06-18 20:51:35','2010-06-18 20:51:35','Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'1','','comment',0,0),(2,587,'Ania Romańska','bie@dronka.org','','176.101.81.18','2017-04-22 06:26:02','2017-04-22 06:26:02','This is a sample comment',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_et_bloom_stats`
--

DROP TABLE IF EXISTS `wp_et_bloom_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_et_bloom_stats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `record_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `record_type` varchar(3) NOT NULL,
  `optin_id` varchar(20) NOT NULL,
  `list_id` varchar(100) NOT NULL,
  `page_id` varchar(20) NOT NULL,
  `removed_flag` tinyint(1) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_et_bloom_stats`
--

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

--
-- Table structure for table `wp_et_social_stats`
--

DROP TABLE IF EXISTS `wp_et_social_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_et_social_stats` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `sharing_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `network` varchar(20) NOT NULL,
  `action` varchar(10) NOT NULL,
  `post_id` bigint(20) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `media_url` varchar(2083) NOT NULL,
  `location` varchar(20) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_et_social_stats`
--

LOCK TABLES `wp_et_social_stats` WRITE;
/*!40000 ALTER TABLE `wp_et_social_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_et_social_stats` 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` longtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!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) DEFAULT NULL,
  `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=MyISAM AUTO_INCREMENT=203685 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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://lukuverkosto.fi/home','yes'),(2,'blogname','LUKU-verkosto','yes'),(3,'blogdescription','L&auml;nsi-Uudenmaan lukioiden verkosto','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','lindvallmisha@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";i:3;s:43:\"divi-widget-builder/divi-widget-builder.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:27:\"launchpad-by-obox/index.php\";i:6;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:7;s:19:\"monarch/monarch.php\";i:8;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:9;s:31:\"popup-builder/popup-builder.php\";i:10;s:45:\"search-and-replace/inpsyde-search-replace.php\";}','yes'),(37,'home','https://lukuverkosto.fi/home','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:3:{i:0;s:65:\"/home3/dialogin/public_html/home/wp-content/themes/Ally/style.css\";i:2;s:65:\"/home3/dialogin/public_html/home/wp-content/themes/Divi/style.css\";i:3;s:0:\"\";}','no'),(45,'template','Divi','yes'),(46,'stylesheet','Divi','yes'),(72784,'finished_updating_comment_type','1','yes'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','49752','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','posts','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','file','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:1:{i:0;i:125228;}','yes'),(86,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"You can place here any widget you want!\r\n\r\n<strong>You can also display any layout saved in Divi Library.</strong>\r\n\r\nLet\'s try with contact form:\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:167:\"Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Pellentesque in ipsum id orci porta dapibus.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','972','yes'),(94,'page_on_front','0','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:17:\"recent-comments-2\";i:5;s:14:\"recent-posts-2\";i:6;s:6:\"text-2\";i:7;s:16:\"divi_pb_widget-1\";}s:9:\"sidebar-1\";a:7:{i:0;s:6:\"text-3\";i:1;s:16:\"divi_pb_widget-3\";i:2;s:14:\"recent-posts-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:7:\"links-2\";i:6;s:10:\"nav_menu-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:2:{i:2;a:7:{s:6:\"images\";i:1;s:4:\"name\";i:1;s:11:\"description\";i:0;s:6:\"rating\";i:0;s:7:\"orderby\";s:4:\"name\";s:8:\"category\";i:0;s:5:\"limit\";i:-1;}s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:2:{i:2;a:1:{s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'rewrite_rules','a:334:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=layout_category&term=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:51:\"index.php?taxonomy=layout_category&term=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=layout_tag&term=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:57:\"index.php?taxonomy=layout_tag&term=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?taxonomy=layout_tag&term=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:46:\"index.php?taxonomy=layout_tag&term=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_pack&term=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_pack&term=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_type&term=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_type&term=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=module_width&term=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:48:\"index.php?taxonomy=module_width&term=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:52:\"index.php?taxonomy=scope&term=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:41:\"index.php?taxonomy=scope&term=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:51:\"index.php?taxonomy=et_tb_item_type&term=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"popupbuilder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"popupbuilder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"popupbuilder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"popupbuilder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"popupbuilder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"popupbuilder/([^/]+)/embed/?$\";s:60:\"index.php?post_type=popupbuilder&name=$matches[1]&embed=true\";s:33:\"popupbuilder/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=popupbuilder&name=$matches[1]&tb=1\";s:41:\"popupbuilder/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&paged=$matches[2]\";s:48:\"popupbuilder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=popupbuilder&name=$matches[1]&cpage=$matches[2]\";s:37:\"popupbuilder/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=popupbuilder&name=$matches[1]&page=$matches[2]\";s:29:\"popupbuilder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"popupbuilder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"popupbuilder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"popupbuilder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"popupbuilder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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'),(72793,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":4:{s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:15:\"bloom/bloom.php\";s:6:\"1.3.12\";s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";s:5:\"0.0.1\";s:29:\"divi-builder/divi-builder.php\";s:6:\"4.17.6\";s:43:\"divi-widget-builder/divi-widget-builder.php\";s:3:\"1.0\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:6:\"10.9.2\";s:27:\"launchpad-by-obox/index.php\";s:6:\"1.0.13\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:5:\"1.7.2\";s:19:\"monarch/monarch.php\";s:6:\"1.4.14\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.2.0\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.2.4\";s:45:\"search-and-replace/inpsyde-search-replace.php\";s:5:\"3.2.1\";s:29:\"site-offline/site-offline.php\";s:5:\"1.5.6\";}s:8:\"response\";a:1:{s:29:\"divi-builder/divi-builder.php\";O:8:\"stdClass\":7:{s:11:\"new_version\";s:6:\"4.23.1\";s:6:\"plugin\";s:29:\"divi-builder/divi-builder.php\";s:4:\"slug\";s:12:\"divi-builder\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://www.elegantthemes.com/images/plugins/2x/divi-builder.png\";s:2:\"1x\";s:64:\"https://www.elegantthemes.com/images/plugins/1x/divi-builder.png\";}s:3:\"url\";s:60:\"https://www.elegantthemes.com/api/changelog/divi-builder.txt\";s:7:\"package\";s:149:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=divi-builder&api_key=8671de9d9e878401bfa48b4d1aca397ad6527862&username=ml71192\";}}s:9:\"no_update\";a:2:{s:15:\"bloom/bloom.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.3.12\";s:6:\"plugin\";s:15:\"bloom/bloom.php\";s:4:\"slug\";s:5:\"bloom\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://www.elegantthemes.com/images/plugins/2x/bloom.png\";s:2:\"1x\";s:57:\"https://www.elegantthemes.com/images/plugins/1x/bloom.png\";}s:3:\"url\";s:53:\"https://www.elegantthemes.com/api/changelog/bloom.txt\";s:7:\"package\";s:142:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=bloom&api_key=8671de9d9e878401bfa48b4d1aca397ad6527862&username=ml71192\";s:2:\"id\";s:15:\"bloom/bloom.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"monarch/monarch.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"1.4.14\";s:6:\"plugin\";s:19:\"monarch/monarch.php\";s:4:\"slug\";s:7:\"monarch\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://www.elegantthemes.com/images/plugins/2x/monarch.png\";s:2:\"1x\";s:59:\"https://www.elegantthemes.com/images/plugins/1x/monarch.png\";}s:3:\"url\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";s:7:\"package\";s:144:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=monarch&api_key=8671de9d9e878401bfa48b4d1aca397ad6527862&username=ml71192\";s:2:\"id\";s:19:\"monarch/monarch.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"last_checked\";i:1702452096;}','no'),(72882,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(72884,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(114,'uninstall_plugins','a:0:{}','no'),(115,'default_post_format','0','yes'),(116,'link_manager_enabled','1','yes'),(117,'finished_splitting_shared_terms','1','yes'),(118,'site_icon','0','yes'),(119,'medium_large_size_w','768','yes'),(120,'medium_large_size_h','0','yes'),(121,'wp_page_for_privacy_policy','0','yes'),(122,'initial_db_version','15260','yes'),(199787,'WPLANG','fi','yes'),(124,'cron','a:16:{i:1702458380;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1702458460;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1702469228;a:2:{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:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1702474510;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1702479574;a:1:{s:24:\"bloom_lists_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1702494380;a:3:{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:1702494529;a:2:{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;}}}i:1702496051;a:1:{s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1702500293;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:1702517694;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1702533547;a:1:{s:24:\"akismet_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;}}}i:1702542304;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1702555628;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;}}}i:1702668237;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1702974305;a:1:{s:24:\"sgpbGetBannerContentOnce\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"sgpb_banners\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(56890,'jetpack_sync_settings_disable','0','yes'),(125,'db_upgraded','','yes'),(127,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(175,'et_divi','a:298:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:31:\"divi_previous_installed_version\";s:6:\"4.23.0\";s:29:\"divi_latest_installed_version\";s:6:\"4.23.1\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:2;s:3:\"off\";i:4;s:3:\"off\";}s:15:\"divi_custom_css\";s:129:\"/* Password Protect Form */\r\n\r\n.et_password_protected_form {\r\n padding: 100px;\r\n    height: 100vh;\r\n    background: lightgray;\r\n}\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:953;s:33:\"et_fb_pref_modal_dimension_height\";i:288;s:27:\"et_fb_pref_modal_position_x\";i:222;s:27:\"et_fb_pref_modal_position_y\";i:0;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:8:\"hide_nav\";s:0:\"\";s:21:\"custom_footer_credits\";s:13:\"Made by Misha\";s:13:\"nav_fullwidth\";b:0;s:17:\"hide_primary_logo\";b:1;s:12:\"vertical_nav\";b:0;s:19:\"post_meta_font_size\";s:2:\"14\";s:16:\"post_meta_height\";s:1:\"1\";s:17:\"post_meta_spacing\";s:1:\"0\";s:15:\"post_meta_style\";s:0:\"\";s:21:\"post_header_font_size\";s:2:\"30\";s:18:\"post_header_height\";s:1:\"1\";s:19:\"post_header_spacing\";s:1:\"0\";s:17:\"post_header_style\";s:0:\"\";s:12:\"boxed_layout\";s:0:\"\";s:13:\"content_width\";s:4:\"1200\";s:12:\"gutter_width\";s:1:\"3\";s:17:\"use_sidebar_width\";s:1:\"1\";s:13:\"sidebar_width\";s:2:\"26\";s:15:\"section_padding\";s:1:\"4\";s:20:\"phone_section_height\";s:2:\"50\";s:21:\"tablet_section_height\";s:2:\"50\";s:11:\"row_padding\";s:1:\"2\";s:16:\"phone_row_height\";s:2:\"30\";s:17:\"tablet_row_height\";s:2:\"30\";s:16:\"cover_background\";s:2:\"on\";s:14:\"body_font_size\";s:2:\"18\";s:16:\"body_font_height\";s:3:\"1.7\";s:20:\"phone_body_font_size\";s:2:\"14\";s:21:\"tablet_body_font_size\";s:2:\"18\";s:16:\"body_header_size\";s:2:\"60\";s:19:\"body_header_spacing\";s:1:\"0\";s:18:\"body_header_height\";s:1:\"1\";s:17:\"body_header_style\";s:0:\"\";s:22:\"phone_header_font_size\";s:2:\"30\";s:23:\"tablet_header_font_size\";s:2:\"60\";s:12:\"heading_font\";s:6:\"Judson\";s:9:\"body_font\";s:15:\"Source Sans Pro\";s:10:\"link_color\";s:7:\"#000000\";s:10:\"font_color\";s:7:\"#000000\";s:12:\"header_color\";s:7:\"#000000\";s:12:\"accent_color\";s:7:\"#000000\";s:13:\"color_schemes\";s:4:\"none\";s:12:\"header_style\";s:4:\"left\";s:24:\"vertical_nav_orientation\";s:5:\"right\";s:24:\"show_header_social_icons\";s:0:\"\";s:16:\"show_search_icon\";b:0;s:22:\"slide_nav_show_top_bar\";b:0;s:15:\"slide_nav_width\";s:3:\"320\";s:19:\"slide_nav_font_size\";s:2:\"14\";s:23:\"slide_nav_top_font_size\";s:2:\"14\";s:24:\"fullscreen_nav_font_size\";s:2:\"30\";s:28:\"fullscreen_nav_top_font_size\";s:2:\"18\";s:22:\"slide_nav_font_spacing\";s:1:\"0\";s:14:\"slide_nav_font\";s:4:\"none\";s:20:\"slide_nav_font_style\";s:0:\"\";s:12:\"slide_nav_bg\";s:7:\"#000000\";s:21:\"slide_nav_links_color\";s:7:\"#ffffff\";s:28:\"slide_nav_links_color_active\";s:7:\"#ffffff\";s:19:\"slide_nav_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"slide_nav_search\";s:21:\"rgba(255,255,255,0.6)\";s:19:\"slide_nav_search_bg\";s:15:\"rgba(0,0,0,0.2)\";s:11:\"menu_height\";i:30;s:11:\"logo_height\";i:56;s:15:\"menu_margin_top\";s:1:\"0\";s:21:\"primary_nav_font_size\";s:2:\"16\";s:24:\"primary_nav_font_spacing\";s:1:\"0\";s:16:\"primary_nav_font\";s:15:\"Source Sans Pro\";s:22:\"primary_nav_font_style\";s:9:\"uppercase\";s:23:\"secondary_nav_font_size\";s:2:\"12\";s:23:\"secondary_nav_fullwidth\";s:0:\"\";s:26:\"secondary_nav_font_spacing\";s:1:\"0\";s:18:\"secondary_nav_font\";s:4:\"none\";s:24:\"secondary_nav_font_style\";s:0:\"\";s:9:\"menu_link\";s:7:\"#ffffff\";s:16:\"hide_mobile_logo\";s:0:\"\";s:16:\"mobile_menu_link\";s:7:\"#ffffff\";s:16:\"menu_link_active\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"primary_nav_bg\";s:7:\"#000000\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#000000\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#000000\";s:31:\"primary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:30:\"primary_nav_dropdown_animation\";s:6:\"expand\";s:21:\"mobile_primary_nav_bg\";s:7:\"#000000\";s:16:\"secondary_nav_bg\";s:7:\"#000000\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#000000\";s:33:\"secondary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:32:\"secondary_nav_dropdown_animation\";s:4:\"fade\";s:22:\"primary_nav_text_color\";s:4:\"dark\";s:24:\"secondary_nav_text_color\";s:5:\"light\";s:15:\"hide_fixed_logo\";b:1;s:21:\"minimized_menu_height\";s:2:\"66\";s:27:\"fixed_primary_nav_font_size\";s:2:\"16\";s:20:\"fixed_primary_nav_bg\";s:7:\"#000000\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#000000\";s:15:\"fixed_menu_link\";s:7:\"#ffffff\";s:25:\"fixed_secondary_menu_link\";s:7:\"#ffffff\";s:22:\"fixed_menu_link_active\";s:21:\"rgba(255,255,255,0.5)\";s:12:\"phone_number\";s:0:\"\";s:12:\"header_email\";s:0:\"\";s:24:\"show_footer_social_icons\";b:0;s:14:\"footer_columns\";s:1:\"4\";s:9:\"footer_bg\";s:7:\"#222222\";s:28:\"footer_menu_background_color\";s:22:\"rgba(255,255,255,0.05)\";s:22:\"footer_menu_text_color\";s:7:\"#bbbbbb\";s:29:\"footer_menu_active_link_color\";s:7:\"#000000\";s:26:\"footer_menu_letter_spacing\";s:1:\"0\";s:22:\"footer_menu_font_style\";b:0;s:21:\"footer_menu_font_size\";s:2:\"14\";s:27:\"bottom_bar_background_color\";s:13:\"rgba(0,0,0,0)\";s:21:\"bottom_bar_text_color\";s:7:\"#ffffff\";s:21:\"bottom_bar_font_style\";b:0;s:20:\"bottom_bar_font_size\";s:2:\"13\";s:27:\"bottom_bar_social_icon_size\";s:2:\"24\";s:28:\"bottom_bar_social_icon_color\";s:7:\"#ffffff\";s:29:\"disable_custom_footer_credits\";s:0:\"\";s:21:\"all_buttons_font_size\";s:2:\"16\";s:22:\"all_buttons_text_color\";s:7:\"#000000\";s:20:\"all_buttons_bg_color\";s:7:\"#ffffff\";s:24:\"all_buttons_border_width\";s:1:\"1\";s:24:\"all_buttons_border_color\";s:7:\"#000000\";s:25:\"all_buttons_border_radius\";s:1:\"3\";s:19:\"all_buttons_spacing\";s:1:\"1\";s:22:\"all_buttons_font_style\";s:14:\"bold|uppercase\";s:16:\"all_buttons_font\";s:4:\"none\";s:16:\"all_buttons_icon\";s:2:\"no\";s:25:\"all_buttons_selected_icon\";s:1:\"9\";s:22:\"all_buttons_icon_color\";s:7:\"#ffffff\";s:26:\"all_buttons_icon_placement\";s:5:\"right\";s:22:\"all_buttons_icon_hover\";s:3:\"yes\";s:28:\"all_buttons_text_color_hover\";s:22:\"rgba(255,255,255,0.99)\";s:26:\"all_buttons_bg_color_hover\";s:7:\"#000000\";s:30:\"all_buttons_border_color_hover\";s:7:\"#000000\";s:31:\"all_buttons_border_radius_hover\";s:1:\"3\";s:25:\"all_buttons_spacing_hover\";s:1:\"1\";s:9:\"divi_logo\";s:84:\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/luku-verkoston-banneri-1.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:21:\"divi_enable_dropdowns\";s:5:\"false\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:4:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:12:\"popupbuilder\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:27:\"et_pb_clear_templates_cache\";b:1;s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.23.1\";s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:24:\"divi_show_instagram_icon\";s:5:\"false\";s:18:\"divi_instagram_url\";s:1:\"#\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:29:\"custom_defaults_migrated_flag\";b:1;s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;}','yes'),(176,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(180,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(181,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(182,'et_images_temp_folder','/home3/dialogin/public_html/home/wp-content/uploads/et_temp','yes'),(183,'et_schedule_clean_images_last_time','1701911619','yes'),(184,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(129,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(165,'current_theme','Divi','yes'),(166,'theme_mods_Divi','a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:9;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";i:17;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:0;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1531985920;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(167,'theme_switched','','yes'),(168,'et_pb_cache_notice','a:1:{s:5:\"4.4.3\";s:6:\"ignore\";}','yes'),(173,'et_core_version','4.23.1','yes'),(135,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1531596236;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(600,'nav_menus_created_posts','a:0:{}','yes'),(240,'et_account_status_last_checked','1586883456','no'),(196,'recently_activated','a:0:{}','yes'),(57109,'_transient_et_updated_plugins_data','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1697098150;s:10:\"changelogs\";a:1:{s:12:\"divi-builder\";s:97:\"https://www.elegantthemes.com/api/changelog/divi-builder.txt?TB_iframe=true&width=1024&height=800\";}}','yes'),(210,'fresh_site','0','yes'),(95434,'category_children','a:0:{}','yes'),(559,'layout_category_children','a:0:{}','yes'),(560,'project_category_children','a:0:{}','yes'),(216,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'et_automatic_updates_options','a:2:{s:8:\"username\";s:7:\"ml71192\";s:7:\"api_key\";s:40:\"8671de9d9e878401bfa48b4d1aca397ad6527862\";}','no'),(234,'et_account_status','active','no'),(561,'acme_cleared_widgets','1','yes'),(468,'et_divi_builder_plugin','a:2:{s:27:\"et_pb_clear_templates_cache\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;}','yes'),(1143,'apollo_display_options','a:7:{s:10:\"launchdate\";s:16:\"2020/05/31 08:00\";s:5:\"title\";s:13:\"Tulossa pian!\";s:5:\"intro\";s:0:\"\";s:5:\"video\";s:0:\"\";s:18:\"subscription_embed\";s:0:\"\";s:14:\"copyright_text\";s:23:\"Made in Lohja with love\";s:4:\"role\";s:13:\"administrator\";}','yes'),(260,'apollo_order_options','a:5:{s:16:\"count-down-timer\";s:16:\"Count Down Timer\";s:5:\"video\";s:5:\"Video\";s:7:\"welcome\";s:27:\"Secondary Title &amp; Intro\";s:9:\"subs-form\";s:23:\"Email Subscription Form\";s:12:\"social-links\";s:12:\"Social Links\";}','yes'),(395,'widget_monarchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(407,'et_bloom_options','a:2:{s:14:\"schema_version\";i:1;s:10:\"db_version\";s:3:\"1.2\";}','yes'),(408,'et_core_api_email_options','a:2:{i:0;b:0;s:8:\"accounts\";a:0:{}}','yes'),(409,'widget_bloomwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(535,'widget_divi_pb_widget','a:3:{i:1;a:2:{s:7:\"page-id\";s:3:\"269\";s:26:\"display_library_item_title\";i:0;}i:3;a:2:{s:7:\"page-id\";s:3:\"643\";s:26:\"display_library_item_title\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(520,'theme_mods_Ally','a:9:{i:0;b:0;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:6;s:14:\"secondary-menu\";i:6;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:148;s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1589963696;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:17:\"recent-comments-2\";i:5;s:14:\"recent-posts-2\";}s:10:\"ally-popup\";a:2:{i:0;s:6:\"text-2\";i:1;s:16:\"divi_pb_widget-1\";}s:11:\"ally-footer\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:6:\"text-3\";i:1;s:16:\"divi_pb_widget-3\";i:2;s:14:\"recent-posts-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:7:\"links-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}}}}','yes'),(563,'color_scheme_1','rgba(0,12,20,0.5)','yes'),(564,'color_scheme_2','rgba(153,0,224,0.5)','yes'),(565,'color_scheme_3','#18a5ff','yes'),(566,'color_scheme_4','#9900e0','yes'),(567,'cta_color_1','#ffffff','yes'),(568,'cta_color_2','#000000','yes'),(569,'cta_color_3','#ffffff','yes'),(570,'cta_color_4','#000000','yes'),(571,'cta_color_5','#ffffff','yes'),(572,'cta_color_6','#ffffff','yes'),(573,'cta_border','1','yes'),(574,'dl_login_logo','','yes'),(575,'dl_login_logo_width','84px','yes'),(576,'dl_login_logo_height','84px','yes'),(577,'dl_login_logo_padding','5px','yes'),(578,'dl_login_bg_image','','yes'),(579,'dl_login_bg_color','#F1F1F1','yes'),(580,'dl_login_bg_size','','yes'),(581,'dl_login_form_bg_image','','yes'),(582,'dl_login_form_bg_color','#FFF','yes'),(583,'dl_login_form_width','320px','yes'),(584,'dl_login_form_height','194px','yes'),(585,'dl_login_form_padding','26px 24px 46px','yes'),(586,'dl_login_field_width','100%','yes'),(587,'dl_login_field_margin','2px 6px 16px 0px','yes'),(588,'dl_login_field_bg','#FFF','yes'),(589,'dl_login_field_color','#333','yes'),(590,'dl_login_field_label','#777','yes'),(591,'dl_login_button_bg','#2EA2CC','yes'),(592,'dl_login_button_border','#0074A2','yes'),(593,'dl_login_button_hover_bg','#1E8CBE','yes'),(594,'dl_login_button_hover_border','#0074A2','yes'),(595,'dl_login_button_shadow','#78C8E6','yes'),(596,'dl_login_button_color','#FFF','yes'),(597,'dl_login_custom_css','','yes'),(598,'dl_login_text_color','#999','yes'),(599,'dl_login_text_color_hover','#2EA2CC','yes'),(962,'apollo_theme_options','a:5:{s:5:\"theme\";s:11:\"slick-gloss\";s:4:\"font\";s:16:\"sans-serif-style\";s:7:\"typekit\";s:0:\"\";s:4:\"logo\";s:70:\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-logo-1.png\";s:10:\"background\";s:104:\"http://lukuverkosto.fi/home/wp-content/plugins/launchpad-by-obox/themes/apollo/images/bg/beachsunset.jpg\";}','yes'),(728,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(725,'et_google_api_settings','a:3:{s:7:\"api_key\";s:39:\"AIzaSyCPxpo-ZM_obYaaRtOcYUiX0aceWkM9IRA\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(3182,'jetpack_activated','4','yes'),(3185,'jetpack_activation_source','a:2:{i:0;s:8:\"featured\";i:1;N;}','yes'),(1130,'do_activate','0','yes'),(1268,'jpsq_sync_checkout','0:0','no'),(3188,'jetpack_available_modules','a:1:{s:4:\"10.9\";a:43:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(3189,'jetpack_options','a:13:{s:7:\"version\";s:15:\"10.9:1651628110\";s:11:\"old_version\";s:15:\"10.8:1649209656\";s:2:\"id\";i:174591391;s:6:\"public\";i:1;s:9:\"jumpstart\";s:20:\"jetpack_action_taken\";s:14:\"last_heartbeat\";i:1685410533;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:24:\"custom_css_4.7_migration\";b:1;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:30:\"recommendations_banner_enabled\";b:0;s:21:\"publicize_connections\";a:0:{}}','yes'),(3202,'jetpack_log','a:3:{i:0;a:4:{s:4:\"time\";i:1542317879;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:5:{s:4:\"time\";i:1542318339;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:154475089;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}i:2;a:4:{s:4:\"time\";i:1584893260;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:154475089;s:4:\"code\";s:8:\"register\";}}','no'),(3203,'jetpack_tos_agreed','1','yes'),(3205,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"u&Q0NOT0IN4#4dwo&%dQ)Ihg3F1V6!4W.1OC4b*D^!OO#A^FAw*baEXFAaCv^SfgJ\";s:14:\"purchase_token\";s:12:\"eFn0Envo5UJN\";}','yes'),(3207,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:1;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(3287,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3288,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3289,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3290,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3292,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3293,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3294,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56892,'jetpack_secrets','a:2:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"kymI5D1AWprlMjSqgBNsoNEH1DL1R8Mm\";s:8:\"secret_2\";s:32:\"b0QZh7WFXgIznWa41sxQt6gc8Cy6gowt\";s:3:\"exp\";i:1643203228;}s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"lGeqH8mM1PUmzxaXG00W6QfyQ6onvFRP\";s:8:\"secret_2\";s:32:\"p2Rhjdf0XDunbgdNTcyY8JwFchs6RlqA\";s:3:\"exp\";i:1633453866;}}','no'),(3285,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3286,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3284,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3422,'open_graph_protocol_site_type','','yes'),(3423,'facebook_admins','a:0:{}','yes'),(3424,'jetpack-twitter-cards-site-tag','','yes'),(3241,'jetpack_active_modules','a:21:{i:0;s:12:\"contact-form\";i:1;s:20:\"custom-content-types\";i:2;s:10:\"custom-css\";i:3;s:21:\"enhanced-distribution\";i:4;s:19:\"gravatar-hovercards\";i:5;s:8:\"json-api\";i:6;s:5:\"latex\";i:7;s:5:\"notes\";i:8;s:13:\"post-by-email\";i:9;s:9:\"publicize\";i:10;s:10:\"sharedaddy\";i:11;s:10:\"shortcodes\";i:12;s:10:\"shortlinks\";i:13;s:8:\"sitemaps\";i:14;s:5:\"stats\";i:15;s:13:\"subscriptions\";i:16;s:18:\"verification-tools\";i:17;s:17:\"widget-visibility\";i:18;s:7:\"widgets\";i:19;s:10:\"photon-cdn\";i:20;s:21:\"woocommerce-analytics\";}','yes'),(72864,'jetpack_sync_settings_sync_via_cron','1','yes'),(3331,'jetpack_last_connect_url_check','1643196027','no'),(3328,'post_by_email_address1','NULL','yes'),(3329,'monitor_receive_notifications','1','yes'),(3326,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Jaa tämä:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(3325,'jetpack_plugin_api_action_links','a:3:{s:15:\"bloom/bloom.php\";a:1:{s:8:\"Settings\";s:69:\"https://lukuverkosto.fi/home/wp-admin/admin.php?page=et_bloom_options\";}s:19:\"monarch/monarch.php\";a:1:{s:8:\"Settings\";s:71:\"https://lukuverkosto.fi/home/wp-admin/tools.php?page=et_monarch_options\";}s:31:\"popup-builder/popup-builder.php\";a:3:{s:8:\"Settings\";s:87:\"https://lukuverkosto.fi/home/wp-admin/edit.php?post_type=popupbuilder&page=sgpbSettings\";s:4:\"Docs\";s:30:\"https://help.popup-builder.com\";s:7:\"Upgrade\";s:33:\"https://popup-builder.com/bundle/\";}}','yes'),(3320,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:154475089;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(3402,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(3405,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(3316,'jetpack_active_plan','a:8:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:1:{i:0;s:7:\"akismet\";}s:9:\"available\";a:10:{s:7:\"akismet\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"support\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(3418,'verification_services_codes','0','yes'),(3306,'sharedaddy_disable_resources','0','yes'),(3307,'jetpack_sitemap_location','','yes'),(3308,'jetpack_testimonial','0','yes'),(3300,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3301,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3304,'jetpack_portfolio','0','yes'),(3295,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3296,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3297,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3298,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3299,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3271,'jpsq_full_sync_checkout','0:0','no'),(3378,'dismiss_empty_stats_card','1','yes'),(3344,'gravatar_disable_hovercards','disabled','yes'),(3346,'stats_cache','a:2:{s:32:\"f3812ee6a0f534152c12688022d1d09f\";a:1:{i:1684845535;a:0:{}}s:32:\"cbcaf4cff4e7306f4b06534b5fb8aa4a\";a:1:{i:1684845535;a:0:{}}}','yes'),(82334,'et_pb_contact_form_28908347d081c03a791c98d9f12b8cc8','off','yes'),(72905,'_transient_dirsize_cache','a:48:{s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/08\";i:385809;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/10\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/07\";i:179775551;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/09\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/12\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2018/11\";i:0;s:56:\"/home3/dialogin/public_html/home/wp-content/uploads/2018\";i:180161360;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/08\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/04\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/05\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/10\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/03\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/07\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/09\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/12\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/02\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/01\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/06\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2019/11\";i:0;s:56:\"/home3/dialogin/public_html/home/wp-content/uploads/2019\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/et_temp\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2017/04\";i:20241455;s:56:\"/home3/dialogin/public_html/home/wp-content/uploads/2017\";i:20241455;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/08\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/04\";i:118389780;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/05\";i:18401928;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/10\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/03\";i:10699454;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/07\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/09\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/12\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/02\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/01\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/06\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2020/11\";i:985454;s:56:\"/home3/dialogin/public_html/home/wp-content/uploads/2020\";i:148476616;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/08\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/04\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/05\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/10\";i:19490183;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/03\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/07\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/09\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/02\";i:4403913;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/01\";i:0;s:59:\"/home3/dialogin/public_html/home/wp-content/uploads/2021/06\";i:0;s:56:\"/home3/dialogin/public_html/home/wp-content/uploads/2021\";i:23894096;s:51:\"/home3/dialogin/public_html/home/wp-content/uploads\";i:372805742;}','yes'),(4945,'wpcom_publish_posts_with_markdown','1','yes'),(12878,'limit_login_retries','a:1:{s:12:\"91.150.44.26\";i:1;}','no'),(12879,'limit_login_retries_valid','a:1:{s:12:\"91.150.44.26\";i:1697141318;}','no'),(22715,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(22716,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(22717,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(35291,'akismet_spam_count','26','yes'),(56976,'et_support_site_id','Ka)dxWn3esrvtNTEIU-*','yes'),(56977,'et_safe_mode_plugins_whitelist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(51597,'start_booking_settings','a:29:{s:12:\"btn_bg_color\";s:3:\"000\";s:13:\"btn_txt_color\";s:3:\"fff\";s:10:\"endorse_us\";s:5:\"false\";s:13:\"show_progress\";s:4:\"true\";s:21:\"allow_data_collection\";s:5:\"false\";s:12:\"is_connected\";s:4:\"true\";s:15:\"disable_booking\";s:4:\"true\";s:24:\"expedited_single_service\";s:4:\"true\";s:29:\"expedited_single_service_type\";s:4:\"true\";s:22:\"expedited_qty_services\";s:4:\"true\";s:14:\"booking_window\";i:0;s:18:\"default_class_view\";s:4:\"list\";s:21:\"show_sold_out_classes\";s:4:\"true\";s:17:\"show_room_details\";s:4:\"true\";s:27:\"show_remaining_availability\";s:4:\"true\";s:17:\"class_destination\";s:0:\"\";s:19:\"service_destination\";s:0:\"\";s:18:\"automatic_provider\";s:4:\"true\";s:32:\"appointment_use_visitor_timezone\";s:4:\"true\";s:26:\"group_use_visitor_timezone\";s:4:\"true\";s:24:\"booking_window_start_qty\";i:0;s:22:\"booking_window_end_qty\";i:0;s:25:\"booking_window_start_type\";s:4:\"none\";s:23:\"booking_window_end_type\";s:4:\"none\";s:15:\"calendar_locale\";s:2:\"fi\";s:11:\"hour_format\";i:12;s:17:\"api_communication\";N;s:20:\"booking_window_start\";i:0;s:18:\"booking_window_end\";i:0;}','yes'),(51022,'cbsb_connection','a:2:{s:5:\"token\";s:1079:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjFhNDdhNGY1NDg3NDQyNzAzNTEyZWQ2ZGM4M2ZkYWIzMDIyOGFiNTlkMmUwYTQ0YmUwMGZkOGY4OWVlMWNlNzI5NmQzMGI3NWZhNTJkZjdlIn0.eyJhdWQiOiIxIiwianRpIjoiMWE0N2E0ZjU0ODc0NDI3MDM1MTJlZDZkYzgzZmRhYjMwMjI4YWI1OWQyZTBhNDRiZTAwZmQ4Zjg5ZWUxY2U3Mjk2ZDMwYjc1ZmE1MmRmN2UiLCJpYXQiOjE1ODAzNjk5MzgsIm5iZiI6MTU4MDM2OTkzOCwiZXhwIjoxNjExOTkyMzM4LCJzdWIiOiI2Mjc3Iiwic2NvcGVzIjpbIioiXX0.HOlGw3dPBC0ufGSnB6n3bdPgbu_gnmGbG58mnHcMm7f4uqIsE2NDln8C0S1SnwpZDjEcbaYqWK81gDlu3xcYOdIjxKGF1o-N_7LfXD52sZPmpJOR5Nz55PoNRfOWvxMtMGSshRrW8cjgqxMuxDbvcG-82dy5OTocZdS-qYwj6cD51c-QEN6b0OX7I3SR-lgk_dsYbEotl2iJs1k0VqhwT3Nx2UiLqxMF5S7AGbalzohokE_V8hw0-7PD3bysLxPeRu2ZHFMjRwqmp59PO2CSAFbvQNVKESMLnTVOw0Fro25Daxd0X55vnOZbCULJQzAKgsstvF4rl9eKfCTv5rt1wXdQB3PUaP7ZRv4isnXlviZXGAusKTV227Tw6vsFmGMsfCPlgBsqBpySP6IicpON3SHMA8jInQgW2G6kIVH61o8x4xIcz0dBPxBiQTP0gTZnzwv3iv1Gi-3-8yeCYYMrbkqiKUOaa9sd5kqAQzpb9P-xx84hUdUHkTKApY2CuG-F909bd_RWjSeqS1rw6reebt8eVRxgoIQd201X98XkXyZe1K8ryZbCr59roKGMOk5J2ZK_B56TH-0JmqjE3ioIC7kmMMmP68pW6GjWHzbOlcyLuNFFWGs-QhR2sr0lIVNRCjLhB6j1oArxhkpg4qZQQLPRITrOhKTI2aVcbOLa_kY\";s:7:\"account\";s:9:\"W0VpONpn4\";}','yes'),(51010,'widget_startbooking_hours_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51011,'widget_startbooking_address_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51012,'widget_startbooking_group_booking','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51013,'widget_startbooking_services','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51014,'widget_startbooking_single_service','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51017,'cbsb_rest_token_history','a:3:{i:1580369918;s:10:\"dmb3pjmq6J\";i:1580411016;s:10:\"Pfjpw25Qxd\";i:1580492554;s:10:\"ZeHWETY71U\";}','yes'),(51035,'cbsb_booking_page','124056','yes'),(51036,'cbsb_connect_step','complete','yes'),(51037,'cbsb_overview_step','overview','yes'),(57113,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(56988,'et_support_center_setup_done','processed','yes'),(56978,'et_support_center_installed','true','yes'),(56769,'new_admin_email','lindvallmisha@gmail.com','yes'),(57119,'sgpb-dont-delete-data','1','yes'),(57120,'sgpbUnsubscribeColumnFixed','1','yes'),(57121,'SGPBUsageDays','0','yes'),(57122,'SGPBInstallDate','1585643104','yes'),(57123,'SGPBOpenNextTime','1588235104','yes'),(57124,'SGPBMaxOpenCount','80','yes'),(63351,'sgpbPopupBuilderRegisteredPlugins','{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}','yes'),(57126,'SGPB_INACTIVE_EXTENSIONS','inactive','yes'),(57134,'sgpb-unnecessary-scripts-removed-1','1','yes'),(57130,'sgpb-all-notifications-data','[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\r\\n\\t\\t\\t\\tbox-sizing:border-box;\\r\\n\\t\\t\\t\\tcursor:pointer;\\r\\n\\t\\t\\t\\tdisplay:inline-block;\\r\\n\\t\\t\\t\\tfont-size:1em;\\r\\n\\t\\t\\t\\tmargin:0;\\r\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\r\\n\\t\\t\\t\\ttext-decoration:none;\\r\\n\\t\\t\\t\\ttransition:background 0.15s linear\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\r\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\r\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\r\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\r\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\r\\n\\t\\t\\t\\tcolor: #FFF;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-buttons-wrapper {\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper{\\r\\n\\t\\t\\t\\ttext-align: center;\\r\\n\\t\\t\\t\\tpadding: 20px;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-wrapper p {\\r\\n\\t\\t\\t\\tcolor: black;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgpb-review-h1 {\\r\\n\\t\\t\\t\\tfont-size: 22px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t\\tline-height: 1.384;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-h2{\\r\\n\\t\\t\\t\\tfont-size: 20px;\\r\\n\\t\\t\\t\\tfont-weight: normal;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t:root {\\r\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-strong{\\r\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\r\\n\\t\\t\\t}\\r\\n\\t\\t\\t.sgrb-review-mt20{\\r\\n\\t\\t\\t\\tmargin-top: 20px\\r\\n\\t\\t\\t}\\r\\n\\t\\t<\\/style>\\r\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\r\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\r\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">Awesome news!<\\/strong> <b>Popup Builder<\\/b> plugin helped you to share your message via <strong class=\\\"sgrb-review-strong\\\">Ohjevideo<\\/strong> popup with your visitors for <strong class=\\\"sgrb-review-strong\\\">167 times!<\\/strong><\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\r\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\r\\n\\t\\t\\t<\\/div>\\r\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\r\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"count\\\">Maybe later<\\/button><\\/div>\\r\\n\\t\\t\\t<div>\\u00a0<\\/div>\\r\\n\\t\\t<\\/div>\\r\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Portal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]','yes'),(57131,'sgpb-metabox-banner-remote-get','\n<!doctype html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n<title>Page not found &#8211; Popup Builder</title>\n<meta name=\'robots\' content=\'max-image-preview:large\' />\n<link rel=\'dns-prefetch\' href=\'//maxcdn.bootstrapcdn.com\' />\n<link rel=\'dns-prefetch\' href=\'//cdnjs.cloudflare.com\' />\n<link rel=\'dns-prefetch\' href=\'//stackpath.bootstrapcdn.com\' />\n<link rel=\'dns-prefetch\' href=\'//s.w.org\' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Popup Builder &raquo; Feed\" href=\"https://popup-builder.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Popup Builder &raquo; Comments Feed\" href=\"https://popup-builder.com/comments/feed/\" />\n<script>\n			window._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.1.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.1.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/popup-builder.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.8.4\"}};\n			!function(e,a,t){var n,r,o,i=a.createElement(\"canvas\"),p=i.getContext&&i.getContext(\"2d\");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement(\"script\");t.src=e,t.defer=t.type=\"text/javascript\",a.getElementsByTagName(\"head\")[0].appendChild(t)}for(o=Array(\"flag\",\"emoji\"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline=\"top\",p.font=\"600 32px Arial\",e){case\"flag\":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case\"emoji\":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],\"flag\"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener(\"DOMContentLoaded\",n,!1),e.addEventListener(\"load\",n,!1)):(e.attachEvent(\"onload\",n),a.attachEvent(\"onreadystatechange\",function(){\"complete\"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);\n		</script>\n<style>\nimg.wp-smiley,\nimg.emoji {\n	display: inline !important;\n	border: none !important;\n	box-shadow: none !important;\n	height: 1em !important;\n	width: 1em !important;\n	margin: 0 .07em !important;\n	vertical-align: -0.1em !important;\n	background: none !important;\n	padding: 0 !important;\n}\n</style>\n<link rel=\'stylesheet\' id=\'wp-block-library-css\' href=\'https://popup-builder.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.4\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'wc-block-vendors-style-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors-style.css?ver=4.0.0\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'wc-block-style-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/style.css?ver=4.0.0\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'contact-form-7-css\' href=\'https://popup-builder.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'edd-styles-css\' href=\'https://popup-builder.com/wp-content/plugins/easy-digital-downloads/templates/edd.min.css?ver=2.11.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'edd-cm-cart-css-css\' href=\'https://popup-builder.com/wp-content/plugins/edd-checkout-message/assets/css/edd-cm-cart.css?ver=1.0.7\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'rs-plugin-settings-css\' href=\'https://popup-builder.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.22\' media=\'all\' />\n<style id=\'rs-plugin-settings-inline-css\'>\n#rs-demo-id {}\n</style>\n<link rel=\'stylesheet\' id=\'follow-up-emails-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css?ver=4.9.8\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woocommerce-layout-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=4.9.2\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woocommerce-smallscreen-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=4.9.2\' media=\'only screen and (max-width: 768px)\' />\n<link rel=\'stylesheet\' id=\'woocommerce-general-css\' href=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=4.9.2\' media=\'all\' />\n<style id=\'woocommerce-inline-inline-css\'>\n.woocommerce form .form-row .required { visibility: visible; }\n</style>\n<link rel=\'stylesheet\' id=\'woo_discount_rules-customize-table-ui-css-css\' href=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules/v2/Assets/Css/customize-table.css?ver=2.3.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'edd-recurring-css\' href=\'https://popup-builder.com/wp-content/plugins/edd-recurring/assets/css/styles.css?ver=2.10\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-style-css\' href=\'https://popup-builder.com/wp-content/themes/popupbuilder/style.css?ver=1.0.0\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-bootstrap-css\' href=\'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css?ver=5.8.4\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'popupbuilder-fontawesome-css\' href=\'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.8.4\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'recent-posts-widget-with-thumbnails-public-style-css\' href=\'https://popup-builder.com/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css?ver=7.1.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woovr-frontend-css\' href=\'https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/css/frontend.css?ver=5.8.4\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'woo_discount_pro_style-css\' href=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules-pro/Assets/Css/awdr_style.css?ver=2.3.1\' media=\'all\' />\n<script src=\'https://popup-builder.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\' id=\'jquery-core-js\'></script>\n<script src=\'https://popup-builder.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\' id=\'jquery-migrate-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22\' id=\'tp-tools-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.22\' id=\'revmin-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/sygnoos-woocommerce-paddle-gateway/public/assets/js/paddle.js?ver=5.8.4\' id=\'sgwpg-paddle-js\'></script>\n<script id=\'sgwpg-paddle-payment-js-extra\'>\nvar JS_CONSTANTS = {\"process_checkout\":\"https:\\/\\/popup-builder.com\\/?wc-ajax=ajax_process_checkout\",\"process_checkout_upgrade\":\"https:\\/\\/popup-builder.com\\/?wc-ajax=ajax_process_checkout_upgrade\",\"process_checkout_upgrade_redirect\":\"https:\\/\\/popup-builder.com\\/my-account\\/\",\"vendor_id\":\"135356\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/sygnoos-woocommerce-paddle-gateway/public/assets/js/paddle-engine.js?v=1.2&#038;ver=5.8.4\' id=\'sgwpg-paddle-payment-js\'></script>\n<script id=\'fue-account-subscriptions-js-extra\'>\nvar FUE = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"ajax_loader\":\"https:\\/\\/popup-builder.com\\/wp-content\\/plugins\\/woocommerce-follow-up-emails\\/templates\\/images\\/ajax-loader.gif\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-account-subscriptions.js?ver=4.9.8\' id=\'fue-account-subscriptions-js\'></script>\n<script id=\'jquery-cookie-js-extra\'>\nvar affwp_scripts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1\' id=\'jquery-cookie-js\'></script>\n<script id=\'affwp-tracking-js-extra\'>\nvar affwp_debug_vars = {\"integrations\":{\"woocommerce\":\"WooCommerce\"},\"version\":\"2.6.1\",\"currency\":\"USD\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/affiliate-wp/assets/js/tracking.min.js?ver=2.6.1\' id=\'affwp-tracking-js\'></script>\n<script id=\'awdr-main-js-extra\'>\nvar awdr_params = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"nonce\":\"f1d2a25cd9\",\"enable_update_price_with_qty\":\"show_when_matched\",\"refresh_order_review\":\"0\",\"custom_target_simple_product\":\"\",\"custom_target_variable_product\":\"\",\"js_init_trigger\":\"\",\"awdr_opacity_to_bulk_table\":\"\",\"awdr_dynamic_bulk_table_status\":\"0\",\"awdr_dynamic_bulk_table_off\":\"on\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.3.1\' id=\'awdr-main-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.3.1\' id=\'awdr-dynamic-price-js\'></script>\n<script src=\'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js?ver=5.8.4\' id=\'popupbuilder-bootstrapjs-js\'></script>\n<script src=\'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js?ver=5.8.4\' id=\'popupbuilder-bootstrap-poper-js-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce-software-license/js/functions_new.js?ver=5.8.4\' id=\'myfirstscript-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woo-discount-rules-pro/Assets/Js/awdr_pro.js?ver=2.3.1\' id=\'woo_discount_pro_script-js\'></script>\n<link rel=\"https://api.w.org/\" href=\"https://popup-builder.com/wp-json/\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://popup-builder.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://popup-builder.com/wp-includes/wlwmanifest.xml\" />\n<meta name=\"generator\" content=\"WordPress 5.8.4\" />\n<meta name=\"generator\" content=\"WooCommerce 4.9.2\" />\n<meta name=\"generator\" content=\"Easy Digital Downloads v2.11.1\" />\n<script type=\"text/javascript\">\n		var AFFWP = AFFWP || {};\n		AFFWP.referral_var = \'ref\';\n		AFFWP.expiration = 1;\n		AFFWP.debug = 0;\n\n\n		AFFWP.referral_credit_last = 0;\n		</script>\n<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-72719261-1\"></script>\n<script>\n                  window.dataLayer = window.dataLayer || [];\n                  function gtag(){dataLayer.push(arguments);}\n                  gtag(\"js\", new Date());\n                  gtag(\"config\", \"UA-72719261-1\",{ \"cookie_domain\":\"auto\"});\n                </script>\n<script>(window.gaDevIds=window.gaDevIds||[]).push(\'5CDcaG\');</script><meta name=\"generator\" content=\"Powered by Slider Revolution 6.2.22 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.\" />\n<link rel=\"icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-4.png\" />\n<script type=\"text/javascript\">function setREVStartSize(e){\r\n			//window.requestAnimationFrame(function() {				 \r\n				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;	\r\n				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;	\r\n				try {								\r\n					var pw = document.getElementById(e.c).parentNode.offsetWidth,\r\n						newh;\r\n					pw = pw===0 || isNaN(pw) ? window.RSIW : pw;\r\n					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);\r\n					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);\r\n					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);\r\n					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);\r\n					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);\r\n					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);\r\n					e.mh = e.mh===undefined || e.mh==\"\" || e.mh===\"auto\" ? 0 : parseInt(e.mh,0);		\r\n					if(e.layout===\"fullscreen\" || e.l===\"fullscreen\") 						\r\n						newh = Math.max(e.mh,window.RSIH);					\r\n					else{					\r\n						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];\r\n						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];					\r\n						e.gh = e.el===undefined || e.el===\"\" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;\r\n						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];\r\n						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];\r\n											\r\n						var nl = new Array(e.rl.length),\r\n							ix = 0,						\r\n							sl;					\r\n						e.tabw = e.tabhide>=pw ? 0 : e.tabw;\r\n						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;\r\n						e.tabh = e.tabhide>=pw ? 0 : e.tabh;\r\n						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;					\r\n						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];\r\n						sl = nl[0];									\r\n						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}															\r\n						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);					\r\n						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);\r\n					}				\r\n					if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement(\"style\"));					\r\n					document.getElementById(e.c).height = newh+\"px\";\r\n					window.rs_init_css.innerHTML += \"#\"+e.c+\"_wrapper { height: \"+newh+\"px }\";				\r\n				} catch(e){\r\n					console.log(\"Failure at Presize of Slider:\" + e)\r\n				}					   \r\n			//});\r\n		  };</script>\n<style>.sgpb-hide-for-loggdin {display: inherit;}.sgpb-show-for-loggdin {display: none;}</style><style>.sgpb-hide-for-loggdin {display: inherit;}.sgpb-show-for-loggdin {display: none;}</style>\n\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-TTFDTLZ\');</script>\n\n</head>\n<body class=\"error404 wp-custom-logo theme-popupbuilder woocommerce-no-js hfeed no-sidebar\">\n<div id=\"page\" class=\"site\">\n<a class=\"skip-link screen-reader-text\" href=\"#primary\">Skip to content</a>\n<header id=\"masthead\" class=\"site-header desktop_header\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"site-branding col-md-3 col-xs-8\">\n<a href=\"https://popup-builder.com/\" class=\"custom-logo-link\" rel=\"home\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"custom-logo\" alt=\"Popup Builder\" /></a> </div>\n<div class=\"col-md-6 col-xs-4\">\n<nav id=\"site-navigation\" class=\"main-navigation navbar navbar-expand-lg\">\n<div class=\"collapse navbar-collapse\" id=\"primary-menu\">\n<div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li id=\"menu-item-27\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li id=\"menu-item-33\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li id=\"menu-item-35\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li id=\"menu-item-29\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> \n</div>\n</nav>\n</div>\n<div class=\"col-md-3 last col-xs-12\">\n<a href=\"https://popup-builder.com/checkout\" class=\"cart_icon\">\n<span>\n0 </span>\n<img src=\"https://popup-builder.com/wp-content/uploads/2020/07/cart.png\"></a>\n<a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n\n</div>\n</div>\n</div>\n</header>\n<header id=\"masthead\" class=\"mobile_header\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/logo.png\" class=\"mobile_logo\"></div>\n<div class=\"col-md-6\">\n<button class=\"navbar-toggler\" onclick=\"openNav()\">\n<span class=\"mobile_menu_text\">Menu</span>\n</button>\n</div>\n</div>\n</div>\n</header>\n<header id=\"masthead\" class=\"tablet_header\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4\">\n<button class=\"navbar-toggler\" onclick=\"openNav1()\"><span class=\"mobile_menu_text\">Menu</span></button>\n</div>\n<div class=\"col-md-4\">\n<a href=\"https://popup-builder.com/\" class=\"custom-logo-link\" rel=\"home\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"custom-logo\" alt=\"Popup Builder\" /></a> </div>\n<div class=\"col-md-4\">\n<a href=\"https://popup-builder.com/checkout\" class=\"cart_icon\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/cart.png\"></a>\n</div>\n</div>\n</div>\n</header>\n<div id=\"mySidenav\" class=\"sidenav\">\n<div class=\"col-md-6\"><a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav()\">&times;</a></div>\n<div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"mobile_logo\"></div>\n<div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> <div class=\"button_login_signup\">\n<a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n</div>\n</div>\n<div id=\"mySidenav2\" class=\"sidenav\">\n<div class=\"col-md-4\"><a href=\"javascript:void(0)\" class=\"closebtn\" onclick=\"closeNav1()\">&times;</a></div>\n<div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/06/Group-1.png\" class=\"mobile_logo\"></div>\n<div class=\"menu-main-menu-container\"><ul id=\"primary-menu\" class=\"navbar-nav\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-27\"><a href=\"https://popup-builder.com/\">Home</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-33\"><a href=\"https://popup-builder.com/extensions/\">Extensions</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-35\"><a href=\"https://popup-builder.com/pricing/\">Pricing</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-29\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n</ul></div> <div class=\"button_login_signup\">\n<a href=\"https://popup-builder.com/login\" class=\"signup-signin\">Sign In</a>\n<a href=\"https://popup-builder.com/signup\" class=\"signup-signin\">Sign up</a>\n</div>\n</div>\n<script type=\"text/javascript\">\n\n	    jQuery(\"li.menu-item-449 a\").click(function(){\n\n		    jQuery(\"#mySidenav\").css(\'width\',\'0\');\n		    jQuery(\"#mySidenav2\").css(\'width\',\'0\');\n		});\n\n		function openNav() {\n		  document.getElementById(\"mySidenav\").style.width = \"100%\";\n		}\n\n		/* Close/hide the sidenav */\n		function closeNav() {\n		  document.getElementById(\"mySidenav\").style.width = \"0\";\n		}\n\n		function openNav1() {\n		  document.getElementById(\"mySidenav2\").style.width = \"100%\";\n		}\n\n		/* Close/hide the sidenav */\n		function closeNav1() {\n		  document.getElementById(\"mySidenav2\").style.width = \"0\";\n		}\n\n\n\n	</script>\n<style>\n\n\n@media screen and (max-height: 450px) {\n  .sidenav {padding-top: 15px;}\n  .sidenav a {font-size: 18px;}\n}\n</style>\n<div class=\"empty_page\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6\">\n<h1>Lost in Space!</h1>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,</p>\n</div>\n<div class=\"col-md-6\"><img src=\"https://popup-builder.com/wp-content/uploads/2020/07/404-1.png\"></div>\n</div>\n</div>\n</div>\n<footer id=\"colophon\" class=\"site-footer\">\n<div class=\"site-info\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 mobile_section\">\n<section id=\"text-4\" class=\"widget widget_text\">\n<h2 class=\"widget-title\">Subscribe</h2>\n<div class=\"textwidget\">\n<p>Join our big community to subscribers to get prouct updates, sales alert and ideas worth sharing</p>\n<form class=\"subscribe_form_footer\">\n<input type=\"email\" class=\"form-control\" name=\"email_id\" placeholder=\"email\"><button type=\"submit\" class=\"subm_btn\"><i class=\"fa fa-arrow-right\"></i></button><br>\n</form>\n</div>\n</section>\n</div>\n<div class=\"col-md-3\">\n<section id=\"nav_menu-9\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Get Started</h2><div class=\"menu-get-started-container\"><ul id=\"menu-get-started\" class=\"menu\"><li id=\"menu-item-500\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-500\"><a href=\"https://popup-builder.com/extensions/\">All Extensions</a></li>\n<li id=\"menu-item-1038\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1038\"><a href=\"https://popup-builder.com/affiliate-area/\">Affiliate</a></li>\n<li id=\"menu-item-683\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-683\"><a href=\"https://popup-builder.com/#pricing\">Pricing</a></li>\n<li id=\"menu-item-499\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-499\"><a href=\"https://popup-builder.com/blog/\">Blog</a></li>\n<li id=\"menu-item-681\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-681\"><a href=\"https://popup-builder.com/privacy-policy/\">Privacy Policy</a></li>\n<li id=\"menu-item-682\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-682\"><a href=\"https://popup-builder.com/terms-of-services/\">Terms of Services</a></li>\n</ul></div></section> </div>\n<div class=\"col-md-3\">\n<section id=\"nav_menu-4\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Extensions</h2><div class=\"menu-extensions-container\"><ul id=\"menu-extensions\" class=\"menu\"><li id=\"menu-item-2344404\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344404\"><a href=\"https://popup-builder.com/product/social-popup/\">Social popup</a></li>\n<li id=\"menu-item-2344405\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344405\"><a href=\"https://popup-builder.com/product/registration-popup/\">Registration popup</a></li>\n<li id=\"menu-item-2344406\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344406\"><a href=\"https://popup-builder.com/product/countdown-popup/\">Countdown popup</a></li>\n<li id=\"menu-item-2344407\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344407\"><a href=\"https://popup-builder.com/product/contact-form-popup/\">Contact form popup</a></li>\n<li id=\"menu-item-2344408\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344408\"><a href=\"https://popup-builder.com/product/subscription-plus-popup/\">Subscription Plus Popup</a></li>\n<li id=\"menu-item-2344409\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344409\"><a href=\"https://popup-builder.com/product/login-popup/\">Login Popup</a></li>\n<li id=\"menu-item-2344410\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344410\"><a href=\"https://popup-builder.com/product/woocommerce/\">Woocommerce</a></li>\n<li id=\"menu-item-2344411\" class=\"menu-item menu-item-type-post_type menu-item-object-product menu-item-2344411\"><a href=\"https://popup-builder.com/product/geo-targeting/\">Geo Targeting</a></li>\n</ul></div></section> </div>\n<div class=\"col-md-3\">\n<section id=\"nav_menu-5\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Get Help</h2><div class=\"menu-get-help-container\"><ul id=\"menu-get-help\" class=\"menu\"><li id=\"menu-item-72\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-72\"><a href=\"https://help.popup-builder.com/en/\">Knowledge Base</a></li>\n<li id=\"menu-item-75\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-75\"><a href=\"https://wordpress.org/support/plugin/popup-builder/\">WordPress Forum</a></li>\n</ul></div></section><section id=\"nav_menu-6\" class=\"widget widget_nav_menu\"><h2 class=\"widget-title\">Support</h2><div class=\"menu-support-container\"><ul id=\"menu-support\" class=\"menu\"><li id=\"menu-item-76\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-76\"><a href=\"https://help.popup-builder.com/\">Help Center</a></li>\n<li id=\"menu-item-78\" class=\"live_id menu-item menu-item-type-custom menu-item-object-custom menu-item-78\"><a>Live Chat</a></li>\n</ul></div></section> </div>\n<div class=\"col-md-3 last-sec\">\n<section id=\"media_image-2\" class=\"widget widget_media_image\"><img width=\"224\" height=\"49\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-30-copy.png\" class=\"image wp-image-148  attachment-full size-full\" alt=\"\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\" /></section><section id=\"text-5\" class=\"widget widget_text\"><h2 class=\"widget-title\">Subscribe</h2> <div class=\"textwidget\"><p>Join our big community to get product updates, sales alerts and ideas worth sharing</p>\n<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f516-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul></div>\n<form action=\"/sgpb-banner.php?banner=sidebar1#wpcf7-f516-o1\" method=\"post\" class=\"wpcf7-form init\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"516\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f516-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n</div>\n<p><span class=\"wpcf7-form-control-wrap email-573\"><input type=\"email\" name=\"email-573\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email email_address\" id=\"email_address\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"email\" /></span><button type=\"submit\" class=\"subm_btn\"><i class=\"fa fa-arrow-right\"></i></button><br></p>\n<p style=\"display: none !important;\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js\" name=\"_wpcf7_ak_js\" value=\"204\" /><script>document.getElementById( \"ak_js\" ).setAttribute( \"value\", ( new Date() ).getTime() );</script></p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"></div></form></div>\n<div class=\"social_media\"></div>\n</div>\n</section><section id=\"custom_html-3\" class=\"widget_text widget widget_custom_html\"><div class=\"textwidget custom-html-widget\"><div class=\"social-share-container\">\n<div class=\"social-share-wrapper\">\n<a class=\"social-share-icons social-icon-twitter\" href=\"https://twitter.com/popup_builder\" target=\"_blank\" rel=\"noopener\">\n<i class=\"fa fa-twitter\"></i>\n</a>\n<a class=\"social-share-icons social-icon-facebook\" href=\"https://www.facebook.com/popupbuildercom\" target=\"_blank\" rel=\"noopener\">\n<i class=\"fa fa-facebook\"></i>\n</a>\n<a class=\"social-share-icons social-icon-wordpress\" href=\"https://wordpress.org/plugins/popup-builder/\" target=\"_blank\" rel=\"noopener\">\n<i class=\"fa fa-wordpress\"></i>\n</a>\n</div>\n</div></div></section> </div>\n</div>\n<div class=\"row footer_bottom\">\n<div class=\"col-md-6 copyright-left\">\n</div>\n<div class=\"col-md-6 copyright-right\">\n<section id=\"text-3\" class=\"widget widget_text\"> <div class=\"textwidget\"><p>Made by <img loading=\"lazy\" class=\"alignnone size-full wp-image-151\" src=\"https://popup-builder.com/wp-content/uploads/2020/06/Layer-27.png\" alt=\"\" width=\"28\" height=\"29\" /></p>\n</div>\n</section> </div>\n</div>\n</div>\n</div>\n</footer>\n</div>\n<script>\r\n			window.SGBFWidgetLoader = window.SGBFWidgetLoader || {ids:[],call:function(w,d,s,l,id){\r\n			w[\'sgbf\']=w[\'sgbf\']||function(){(w[\'sgbf\'].q=w[\'sgbf\'].q||[]).push(arguments[0]);};\r\n			var sgbf1=d.createElement(s),sgbf0=d.getElementsByTagName(s)[0];\r\n			if(SGBFWidgetLoader && SGBFWidgetLoader.ids && SGBFWidgetLoader.ids.length > 0)\r\n			{SGBFWidgetLoader.ids.push(id);return;}SGBFWidgetLoader.ids.push(id);\r\n			sgbf1.onload = function(){var app = new SGBFLoader();app.run();};sgbf1.async=true;sgbf1.src=l;\r\n			sgbf0.parentNode.insertBefore(sgbf1,sgbf0);return{};}};SGBFWidgetLoader.call(window,document,\r\n			\"script\", \"https://leanbe.ai/assets/api/SGBFWidget.min.js\", \"61a7486db30a4f0012d47cf2\");\r\n			\r\n</script> <script type=\"text/javascript\">\n		(function () {\n			var c = document.body.className;\n			c = c.replace(/woocommerce-no-js/, \'woocommerce-js\');\n			document.body.className = c;\n		})()\n	</script>\n<script src=\'https://popup-builder.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7\' id=\'regenerator-runtime-js\'></script>\n<script src=\'https://popup-builder.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\' id=\'wp-polyfill-js\'></script>\n<script id=\'contact-form-7-js-extra\'>\nvar wpcf7 = {\"api\":{\"root\":\"https:\\/\\/popup-builder.com\\/wp-json\\/\",\"namespace\":\"contact-form-7\\/v1\"}};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.1\' id=\'contact-form-7-js\'></script>\n<script id=\'edd-ajax-js-extra\'>\nvar edd_scripts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"position_in_cart\":\"-1\",\"has_purchase_links\":\"\",\"already_in_cart_message\":\"You have already added this item to your cart\",\"empty_cart_message\":\"Your cart is empty\",\"loading\":\"Loading\",\"select_option\":\"Please select an option\",\"is_checkout\":\"0\",\"default_gateway\":\"manual\",\"redirect_to_checkout\":\"0\",\"checkout_page\":\"https:\\/\\/popup-builder.com\\/checkout-2\\/\",\"permalinks\":\"1\",\"quantities_enabled\":\"\",\"taxes_enabled\":\"0\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.min.js?ver=2.11.1\' id=\'edd-ajax-js\'></script>\n<script id=\'fue-front-script-js-extra\'>\nvar FUE_Front = {\"is_logged_in\":\"\",\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js?ver=4.9.8\' id=\'fue-front-script-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70\' id=\'jquery-blockui-js\'></script>\n<script id=\'wc-add-to-cart-js-extra\'>\nvar wc_add_to_cart_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"i18n_view_cart\":\"View cart\",\"cart_url\":\"https:\\/\\/popup-builder.com\\/checkout\\/\",\"is_cart\":\"\",\"cart_redirect_after_add\":\"no\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=4.9.2\' id=\'wc-add-to-cart-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4\' id=\'js-cookie-js\'></script>\n<script id=\'woocommerce-js-extra\'>\nvar woocommerce_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=4.9.2\' id=\'woocommerce-js\'></script>\n<script id=\'wc-cart-fragments-js-extra\'>\nvar wc_cart_fragments_params = {\"ajax_url\":\"\\/wp-admin\\/admin-ajax.php\",\"wc_ajax_url\":\"\\/?wc-ajax=%%endpoint%%\",\"cart_hash_key\":\"wc_cart_hash_b6683319e9ebbc11e1eb9b5d0d6279b7\",\"fragment_name\":\"wc_fragments_b6683319e9ebbc11e1eb9b5d0d6279b7\",\"request_timeout\":\"5000\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=4.9.2\' id=\'wc-cart-fragments-js\'></script>\n<script id=\'popupbuilder-navigation-js-extra\'>\nvar ajax_posts = {\"ajaxurl\":\"https:\\/\\/popup-builder.com\\/wp-admin\\/admin-ajax.php\",\"noposts\":\"No older posts found\"};\n</script>\n<script src=\'https://popup-builder.com/wp-content/themes/popupbuilder/js/navigation.js?ver=1.0.0\' id=\'popupbuilder-navigation-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/libs/ddslick/jquery.ddslick.min.js?ver=2.5.3\' id=\'ddslick-js\'></script>\n<script src=\'https://popup-builder.com/wp-content/plugins/wpc-variations-radio-buttons/assets/js/frontend.js?ver=2.5.3\' id=\'woovr-frontend-js\'></script>\n<script src=\'https://popup-builder.com/wp-includes/js/wp-embed.min.js?ver=5.8.4\' id=\'wp-embed-js\'></script>\n\n<script type=\"text/javascript\">\njQuery(function($) { \ntvc_lc=\"USD\";\n\nhomepage_json_ATC_link=[];\n\ntvc_fp=[];\n\ntvc_rcp=[];\n\ntvc_rdp=[];\n\nprodpage_json_ATC_link=[];\n\ntvc_pgc=[];\n\ncatpage_json_ATC_link=[];\n\ntvc_smd={\"tvc_wcv\":\"4.9.2\",\"tvc_wpv\":\"5.8.4\",\"tvc_eev\":\"2.3.6.1\",\"tvc_cnf\":{\"t_ee\":\"on\",\"t_df\":false,\"t_gUser\":true,\"t_UAen\":\"on\",\"t_thr\":\"6\",\"t_IPA\":false,\"t_OptOut\":false,\"t_PrivacyPolicy\":true}};\n });\n</script>\n<script type=\"text/javascript\" id=\"\">\n	jQuery(\"#btn-crisp-chat, .live_id\").click(function(){\n		$crisp.push([\"do\",\"chat:open\"])\n		\n	});\n	</script>\n<script>\n/*$(document).on(\'change\', \'.variation-radios input\', function() {\n  $(\'select[name=\"\'+$(this).attr(\'name\')+\'\"]\').val($(this).val()).trigger(\'change\');\n});\n$(document).on(\'woocommerce_update_variation_values\', function() {\n  $(\'.variation-radios input\').each(function(index, element) {\n    $(element).removeAttr(\'disabled\');\n    var thisName = $(element).attr(\'name\');\n    var thisVal  = $(element).attr(\'value\');\n    if($(\'select[name=\"\'+thisName+\'\"] option[value=\"\'+thisVal+\'\"]\').is(\':disabled\')) {\n      $(element).prop(\'disabled\', true);\n    }\n  });\n}); */\n\n\njQuery( function( $ ) {\n    \n    \n    jQuery(\".single_variation_wrap button.single_add_to_cart_button.button.alt\").click(function(){\n        \n       jQuery(this).html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\'); \n    });\n    \n    \n    $( \'form.checkout_coupon\' ).off( \'submit\' );\n    \n    \n	\n	$(\'.attribute_pa_pack-type\').on(\'change\', function(){\n		\n		var id = $(\'option:selected\', this).attr(\'data-id\');\n		\n		$(this).parent(\'form\').find(\'.variation_id\').val(id);\n		\n	});\n	\n	\n	\n \n    //$(\".single_add_to_cart_button\").addClass(\"ajax_add_to_cart\");\n \n    $( \".post-type-archive-product\" ).on( \"click\", \".quantity input\", function() {\n        return false;\n        });\n \n \n        if ( typeof wc_add_to_cart_params === \'undefined\' )\n            return false;\n \n        $( document ).on( \'click\', \'.ajax_add_to_cart\', function(e) {\n            e.preventDefault();\n            var $thisbutton = $(this);  \n            var quantity = 1;        \n            var $variation_form = $( this ).closest( \'.variations_form\' );\n            var var_id = $variation_form.find( \'input[name=variation_id]\' ).val();\n            $( \'.ajaxerrors\' ).remove();\n            var item = {},\n                check = true;\n                variations = $variation_form.find( \'select[name^=attribute]\' );\n                if ( !variations.length) {\n                    variations = $variation_form.find( \'[name^=attribute]:checked\' );\n                }\n                if ( !variations.length) {\n                    variations = $variation_form.find( \'input[name^=attribute]\' );\n                }\n            variations.each( function() {\n                var $this = $( this ),\n                    attributeName = $this.attr( \'name\' ),\n                    attributevalue = $this.val(),\n                    index,\n                    attributeTaxName;\n                    $this.removeClass( \'error\' );\n                if ( attributevalue.length === 0 ) {\n                    index = attributeName.lastIndexOf( \'_\' );\n                    attributeTaxName = attributeName.substring( index + 1 );\n                    $this\n                        .addClass( \'required error\' )\n                        .before( \'<div class=\"ajaxerrors\"><p>Please select \' + attributeTaxName + \'</p></div>\' )\n                    check = false;\n                } else {\n                    item[attributeName] = attributevalue;\n                }\n            } );\n            if ( !check ) {\n                return false;\n            }\n \n            if ( $thisbutton.is( \'.ajax_add_to_cart\' ) ) {\n                $thisbutton.removeClass( \'added\' );\n                $thisbutton.addClass( \'loading\' );\n                $thisbutton.html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\');\n                if ($( this ).parents(\".variations_form\")[0]){\n                var product_id = $variation_form.find(\'input[name=product_id]\').val();\n                var quantity = $variation_form.find( \'input[name=quantity]\' ).val();\n                                var data = {\n                                action: \'bodycommerce_ajax_add_to_cart_woo\',\n                                product_id: product_id,\n                                quantity: quantity,\n                                variation_id: var_id,\n                                variation: item\n                                };\n                    }\n                else {\n                var product_id = $(this).parent().find(\".product_id\").val();\n                var quantity = 1;\n                var data = {\n                action: \'bodycommerce_ajax_add_to_cart_woo_single\',\n                product_id: product_id,\n                quantity: quantity\n                };\n                }\n \n                $( \'body\' ).trigger( \'adding_to_cart\', [ $thisbutton, data ] );\n                $.post( wc_add_to_cart_params.ajax_url, data, function( response ) {\n                    if ( ! response )\n                        return;\n                    var this_page = window.location.toString();\n                    this_page = this_page.replace( \'add-to-cart\', \'added-to-cart\' );\n                    if ( response.error && response.product_url ) {\n                        window.location = response.product_url;\n                        return;\n                    }\n                    if ( wc_add_to_cart_params.cart_redirect_after_add === \'yes\' ) {\n                        window.location = wc_add_to_cart_params.cart_url;\n                        return;\n                    } else {\n                        $thisbutton.removeClass( \'loading\' );\n                        var fragments = response.fragments;\n                        var cart_hash = response.cart_hash;\n                        if ( fragments ) {\n                            $.each( fragments, function( key ) {\n                                $( key ).addClass( \'updating\' );\n                            });\n                        }\n						$( \'.shop_table.cart, .updating, .cart_totals\' ).fadeTo( \'400\', \'0.6\' ).block({\n                            message: null,\n                            overlayCSS: {\n                                opacity: 0.6\n                            }\n                        });\n                        $thisbutton.addClass( \'added\' );\n                        $thisbutton.hide();\n                        $thisbutton.after(\'<a href=\"/checkout\" class=\"checkout-butn\">Checkout <i class=\"fa fa-arrow-right\"></i></a>\');\n                        if ( fragments ) {\n                            $.each( fragments, function( key, value ) {\n                                $( key ).replaceWith( value );\n                            });\n                        }\n                        $( \'.widget_shopping_cart, .updating\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                        $( \'.shop_table.cart\' ).load( this_page + \' .shop_table.cart:eq(0) &gt; *\', function() {\n                        $( \'.shop_table.cart\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                        $( document.body ).trigger( \'cart_page_refreshed\' );\n                        });\n                        $( \'.cart_totals\' ).load( this_page + \' .cart_totals:eq(0) &gt; *\', function() {\n                        $( \'.cart_totals\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                    });\n                    }\n                });\n                return false;\n            } else {\n                return true;\n            }\n        });\n        \n        $( document ).on( \'click\', \'.ajax_add_to_cart_home\', function(e) {\n            e.preventDefault();\n            var $thisbutton = $(this);  \n            var quantity = 1;        \n            var $variation_form = $( this ).closest( \'.variations_form\' );\n            var var_id = $variation_form.find( \'input[name=variation_id]\' ).val();\n            $( \'.ajaxerrors\' ).remove();\n            var item = {},\n                check = true;\n                variations = $variation_form.find( \'select[name^=attribute]\' );\n                if ( !variations.length) {\n                    variations = $variation_form.find( \'[name^=attribute]:checked\' );\n                }\n                if ( !variations.length) {\n                    variations = $variation_form.find( \'input[name^=attribute]\' );\n                }\n            variations.each( function() {\n                var $this = $( this ),\n                    attributeName = $this.attr( \'name\' ),\n                    attributevalue = $this.val(),\n                    index,\n                    attributeTaxName;\n                    $this.removeClass( \'error\' );\n                if ( attributevalue.length === 0 ) {\n                    index = attributeName.lastIndexOf( \'_\' );\n                    attributeTaxName = attributeName.substring( index + 1 );\n                    $this\n                        .addClass( \'required error\' )\n                        .before( \'<div class=\"ajaxerrors\"><p>Please select \' + attributeTaxName + \'</p></div>\' )\n                    check = false;\n                } else {\n                    item[attributeName] = attributevalue;\n                }\n            } );\n            if ( !check ) {\n                return false;\n            }\n \n            if ( $thisbutton.is( \'.ajax_add_to_cart_home\' ) ) {\n                $thisbutton.removeClass( \'added\' );\n                $thisbutton.addClass( \'loading\' );\n                //$thisbutton.html(\'<img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/loading.gif\">\');\n                if ($( this ).parents(\".variations_form\")[0]){\n                var product_id = $variation_form.find(\'input[name=product_id]\').val();\n                var quantity = $variation_form.find( \'input[name=quantity]\' ).val();\n                                var data = {\n                                action: \'bodycommerce_ajax_add_to_cart_woo\',\n                                product_id: product_id,\n                                quantity: quantity,\n                                variation_id: var_id,\n                                variation: item\n                                };\n                    }\n                else {\n                var product_id = $(this).parent().find(\".product_id\").val();\n                var quantity = 1;\n                var data = {\n                action: \'bodycommerce_ajax_add_to_cart_woo_single\',\n                product_id: product_id,\n                quantity: quantity\n                };\n                }\n \n                $( \'body\' ).trigger( \'adding_to_cart\', [ $thisbutton, data ] );\n                $.post( wc_add_to_cart_params.ajax_url, data, function( response ) {\n                    if ( ! response )\n                        return;\n                    var this_page = window.location.toString();\n                    this_page = this_page.replace( \'add-to-cart\', \'added-to-cart\' );\n                    if ( response.error && response.product_url ) {\n                        window.location = response.product_url;\n                        return;\n                    }\n                    if ( wc_add_to_cart_params.cart_redirect_after_add === \'yes\' ) {\n                        window.location = wc_add_to_cart_params.cart_url;\n                        return;\n                    } else {\n                        $thisbutton.removeClass( \'loading\' );\n                        var fragments = response.fragments;\n                        var cart_hash = response.cart_hash;\n                        if ( fragments ) {\n                            $.each( fragments, function( key ) {\n                                $( key ).addClass( \'updating\' );\n                            });\n                        }\n						$( \'.shop_table.cart, .updating, .cart_totals\' ).fadeTo( \'400\', \'0.6\' ).block({\n                            message: null,\n                            overlayCSS: {\n                                opacity: 0.6\n                            }\n                        });\n                        $thisbutton.addClass( \'added\' );\n                        $thisbutton.hide();\n                        $thisbutton.after(\'<a href=\"/checkout\" class=\"checkout-butn-home\"> <img src=\"https://pb.sygnoos.net/wp-content/themes/popupbuilder/images/arrow.png\"></a>\');\n                        if ( fragments ) {\n                            $.each( fragments, function( key, value ) {\n                                $( key ).replaceWith( value );\n                            });\n                        }\n                        $( \'.widget_shopping_cart, .updating\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                        $( \'.shop_table.cart\' ).load( this_page + \' .shop_table.cart:eq(0) &gt; *\', function() {\n                        $( \'.shop_table.cart\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                        $( document.body ).trigger( \'cart_page_refreshed\' );\n                        });\n                        $( \'.cart_totals, a.cart_icon span\' ).load( this_page + \' .cart_totals:eq(0) &gt; *\', function() {\n                        $( \'.cart_totals, a.cart_icon span\' ).stop( true ).css( \'opacity\', \'1\' ).unblock();\n                    });\n                    }\n                });\n                return false;\n            } else {\n                return true;\n            }\n        });\n    });\n\n</script>\n</body>\n</html>\n','yes'),(57132,'sgpbModifiedRegisteredPluginsPaths1','1','yes'),(57189,'SgpbCounter','a:1:{i:124106;i:167;}','yes'),(58535,'et_divi_100_custom_hamburger_menu','s:112:\"a:4:{s:4:\"type\";s:0:\"\";s:5:\"style\";s:0:\"\";s:13:\"default-color\";s:7:\"#d51010\";s:12:\"active-color\";s:7:\"#e21717\";}\";','yes'),(57789,'akismet_strictness','0','yes'),(57790,'akismet_show_user_comments_approved','0','yes'),(57791,'akismet_comment_form_privacy_notice','hide','yes'),(57792,'wordpress_api_key','2478798eb20f','yes'),(63352,'sgpbModifiedRegisteredPluginsPaths2','1','yes'),(72873,'widget_wpcom_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(72875,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(72876,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(72877,'jetpack_sync_settings_upload_max_rows','500','yes'),(72878,'jetpack_sync_settings_sync_wait_time','10','yes'),(72879,'jetpack_sync_settings_sync_wait_threshold','10','yes'),(72880,'jetpack_sync_settings_enqueue_wait_time','1','yes'),(72795,'_site_transient_et_update_themes','O:8:\"stdClass\":4:{s:7:\"checked\";a:9:{s:4:\"Ally\";s:3:\"1.3\";s:4:\"Divi\";s:6:\"4.23.1\";s:14:\"event-planners\";s:3:\"1.6\";s:13:\"twentyfifteen\";s:3:\"3.6\";s:14:\"twentynineteen\";s:3:\"2.7\";s:15:\"twentyseventeen\";s:3:\"3.4\";s:13:\"twentysixteen\";s:3:\"3.1\";s:12:\"twentytwenty\";s:3:\"2.4\";s:15:\"twentytwentyone\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.23.1\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:141:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=8671de9d9e878401bfa48b4d1aca397ad6527862&username=ml71192\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1702452097;}','no'),(72796,'can_compress_scripts','1','no'),(72446,'et_safe_mode_plugins_allowlist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(72459,'et_pb_contact_form_db249317888fca63d711e2bb4b45f36a','off','yes'),(72761,'et_pb_contact_form_be8c6079208448fc75a619534689598a','off','yes'),(72467,'et_pb_signup_94c38e780d68d19eae0f59a73ee95824','off','yes'),(72461,'et_pb_contact_form_5cb64c675262b0cb4aadca031445e59f','off','yes'),(72466,'et_pb_contact_form_3ec4a53ec13100e2d8d9a9ae6775a0db','off','yes'),(73330,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":5,\"critical\":2}','yes'),(72886,'jetpack_sync_settings_render_filtered_content','0','yes'),(72887,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(72889,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(72891,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(72892,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(72893,'jetpack_sync_settings_cron_sync_time_limit','240','yes'),(72894,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(72895,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(72896,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(72897,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(72898,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(72899,'jetpack_sync_settings_full_sync_limits','a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}','yes'),(72900,'jetpack_sync_settings_checksum_disable','0','yes'),(72907,'jetpack_updates_sync_checksum','a:1:{s:14:\"update_plugins\";i:1617194796;}','yes'),(72909,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','yes'),(72910,'jetpack_package_versions','a:4:{s:6:\"backup\";s:5:\"1.3.0\";s:10:\"connection\";s:6:\"1.39.1\";s:4:\"sync\";s:6:\"1.31.0\";s:6:\"search\";s:6:\"0.13.1\";}','yes'),(72946,'jetpack_sync_error_idc','a:7:{s:4:\"home\";s:21:\"lukuverkosto.fi/home/\";s:7:\"siteurl\";s:21:\"lukuverkosto.fi/home/\";s:10:\"error_code\";s:20:\"jetpack_url_mismatch\";s:15:\"request_siteurl\";s:21:\"lukuverkosto.fi/home/\";s:12:\"request_home\";s:21:\"lukuverkosto.fi/home/\";s:13:\"wpcom_siteurl\";s:13:\"ikoe.fi/mini/\";s:10:\"wpcom_home\";s:13:\"ikoe.fi/mini/\";}','yes'),(79762,'et_pb_contact_form_f98c97eb4a5442d1e97dd25682823c97','off','yes'),(72925,'jetpack_constants_sync_checksum','a:20:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:4261170317;s:7:\"ABSPATH\";i:1040024481;s:14:\"WP_CONTENT_DIR\";i:381210220;s:9:\"FS_METHOD\";i:3577458903;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:2635010678;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1257738157;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:148319052;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(72926,'jetpack_sync_https_history_main_network_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(72927,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(72928,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(72933,'jpsq_sync-1633570499.336061-817487-2','a:6:{i:0;s:28:\"jetpack_sync_heartbeat_stats\";i:1;a:1:{i:0;s:0:\"\";}i:2;i:0;i:3;d:1633570499.33582401275634765625;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:1;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:88:\"https://lukuverkosto.fi/home/wp-cron.php?doing_wp_cron=1633570495.2234199047088623046875\";}}','no'),(72936,'jpsq_sync-1633570499.373539-817487-3','a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"home_url\";i:1;s:28:\"https://lukuverkosto.fi/home\";}i:2;i:0;i:3;d:1633570499.3733150959014892578125;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:1;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:88:\"https://lukuverkosto.fi/home/wp-cron.php?doing_wp_cron=1633570495.2234199047088623046875\";}}','no'),(72937,'jpsq_sync-1633570499.374471-817487-4','a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"site_url\";i:1;s:28:\"https://lukuverkosto.fi/home\";}i:2;i:0;i:3;d:1633570499.3742759227752685546875;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:1;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:88:\"https://lukuverkosto.fi/home/wp-cron.php?doing_wp_cron=1633570495.2234199047088623046875\";}}','no'),(72938,'jpsq_sync-1633570499.375348-817487-5','a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:14:\"paused_plugins\";i:1;a:0:{}}i:2;i:0;i:3;d:1633570499.3751490116119384765625;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:1;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:88:\"https://lukuverkosto.fi/home/wp-cron.php?doing_wp_cron=1633570495.2234199047088623046875\";}}','no'),(72939,'jpsq_sync-1633570499.376188-817487-6','a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"paused_themes\";i:1;a:0:{}}i:2;i:0;i:3;d:1633570499.3760149478912353515625;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:1;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:88:\"https://lukuverkosto.fi/home/wp-cron.php?doing_wp_cron=1633570495.2234199047088623046875\";}}','no'),(72940,'jetpack_callables_sync_checksum','a:4:{s:8:\"home_url\";i:989272218;s:8:\"site_url\";i:989272218;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;}','no'),(72941,'jetpack_next_sync_time_sync','1633570560','yes'),(72785,'https_detection_errors','a:0:{}','yes'),(72771,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(72881,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(72773,'recovery_keys','a:0:{}','yes'),(72699,'et_pb_contact_form_13f750fe37d0f620afae43e17fe3f0d6','off','yes'),(100866,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','yes'),(72865,'jetpack_sync_settings_max_queue_size','5000','yes'),(72866,'jetpack_sync_settings_max_queue_lag','7200','yes'),(72867,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(72774,'upload_path','','yes'),(72775,'show_comments_cookies_opt_in','1','yes'),(72776,'admin_email_lifespan','1712650753','yes'),(72777,'disallowed_keys','','no'),(72778,'comment_previously_approved','1','yes'),(72779,'auto_plugin_theme_update_emails','a:0:{}','no'),(72780,'auto_update_core_dev','enabled','yes'),(72781,'auto_update_core_minor','enabled','yes'),(72782,'auto_update_core_major','unset','yes'),(72783,'wp_force_deactivated_plugins','a:0:{}','yes'),(74817,'et_pb_signup_6e60d24a068f5f9cfc0d3ca39d892016','off','yes'),(74818,'et_pb_contact_form_dcc2d8193945a91b4aedbfcddaa05894','off','yes'),(81100,'jetpack_safe_mode_confirmed','1','yes'),(78824,'et_pb_contact_form_e1e4fa9d908cd9a76134460b10dec307','off','yes'),(80089,'et_pb_contact_form_ef31fea99c03192c785f1b42fdf667d1','off','yes'),(83206,'et_pb_contact_form_65ea35ee1c596f06f74a67ca6e454898','off','yes'),(82392,'et_pb_contact_form_fe67f4c984a7bfec4c31153ad0266638','off','yes'),(82439,'et_pb_contact_form_5aee733deccea391cd4d749cf93f0d3c','off','yes'),(82557,'et_pb_contact_form_9c0440f22bb5765d2611ecfcd7f7b513','off','yes'),(85500,'et_pb_contact_form_5194fbdb2e089a885ecb6a3899333c8b','off','yes'),(96059,'et_pb_contact_form_12d763eb99a03da0505efd981ff9a7b6','off','yes'),(96023,'et_pb_contact_form_d0d26c6a45035247fcfa61fd901e2c2c','off','yes'),(96035,'et_pb_contact_form_47b417d8bf07d290e229b673104c440d','off','yes'),(96069,'et_pb_contact_form_01054ac4fb4fbee07b78ecfbc8b76c01','off','yes'),(96487,'et_pb_contact_form_6676e21eabbfa7b057a274880d98b84c','off','yes'),(96252,'_transient_jetpack_assumed_site_creation_date','2017-04-10 06:38:53','yes'),(147701,'limit_login_lockouts','a:0:{}','yes'),(147702,'limit_login_logged','a:6:{s:14:\"91.191.173.133\";a:1:{s:14:\"Micaela Morero\";i:1;}s:12:\"194.5.156.96\";a:1:{s:14:\"Micaela Morero\";i:1;}s:13:\"92.249.46.201\";a:1:{s:14:\"Micaela Morero\";i:1;}s:14:\"195.179.236.44\";a:1:{s:14:\"Micaela Morero\";i:1;}s:14:\"82.180.171.233\";a:1:{s:14:\"Micaela Morero\";i:1;}s:14:\"185.237.146.39\";a:1:{s:14:\"Micaela Morero\";i:1;}}','no'),(147703,'limit_login_lockouts_total','6','no'),(157952,'et_divi_builder_global_presets_ng','O:8:\"stdClass\":0:{}','no'),(203662,'_transient_timeout_et_core_path','1702521012','no'),(203663,'_transient_et_core_path','/home3/dialogin/public_html/home/wp-content/themes/Divi/core','no'),(178552,'_transient_timeout_et_core_version','1702521012','no'),(178553,'_transient_et_core_version','4.23.1','no'),(179603,'et_pb_contact_form_4af0645689358a52720186eb108e73af','off','yes'),(188241,'et_pb_contact_form_2230459651d51b20a3327a583f86ac0b','off','yes'),(203681,'_transient_timeout_global_styles','1702457395','no'),(203682,'_transient_global_styles','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--huge: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}','no'),(199859,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:8:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.4.2.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.4.2.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.2\";s:7:\"version\";s:5:\"6.4.2\";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:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";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:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.4.2.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.4.2.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.2\";s:7:\"version\";s:5:\"6.4.2\";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:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.3.2.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.3.2.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.3.2\";s:7:\"version\";s:5:\"6.3.2\";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:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.2.3.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.2.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.2.3\";s:7:\"version\";s:5:\"6.2.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.1.4.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.1.4.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.1.4\";s:7:\"version\";s:5:\"6.1.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.0.6.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-6.0.6.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.0.6\";s:7:\"version\";s:5:\"6.0.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-5.9.8.zip\";s:6:\"locale\";s:2:\"fi\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/fi/wordpress-5.9.8.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:\"5.9.8\";s:7:\"version\";s:5:\"5.9.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1702452096;s:15:\"version_checked\";s:5:\"5.8.8\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2023-10-28 06:48:43\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.8/fi.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(203683,'_site_transient_timeout_theme_roots','1702459897','no'),(203684,'_site_transient_theme_roots','a:9:{s:4:\"Ally\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:14:\"event-planners\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(203643,'_transient_timeout_fonts_cache_status','1702480886','no'),(203644,'_transient_fonts_cache_status','1','no'),(202070,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1702452097;s:7:\"checked\";a:9:{s:4:\"Ally\";s:3:\"1.3\";s:4:\"Divi\";s:6:\"4.23.1\";s:14:\"event-planners\";s:3:\"1.6\";s:13:\"twentyfifteen\";s:3:\"3.6\";s:14:\"twentynineteen\";s:3:\"2.7\";s:15:\"twentyseventeen\";s:3:\"3.4\";s:13:\"twentysixteen\";s:3:\"3.1\";s:12:\"twentytwenty\";s:3:\"2.4\";s:15:\"twentytwentyone\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:8:{s:14:\"event-planners\";a:6:{s:5:\"theme\";s:14:\"event-planners\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/event-planners/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/event-planners.1.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.6.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.1.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.0.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.23.1\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:141:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=8671de9d9e878401bfa48b4d1aca397ad6527862&username=ml71192\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}','no'),(203388,'_site_transient_timeout_php_check_0260183cef5829810c63d4ec9ff87fd1','1702562843','no'),(203389,'_site_transient_php_check_0260183cef5829810c63d4ec9ff87fd1','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(202049,'_et_builder_da_feature_cache','a:2:{i:0;s:39:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\"}\";i:1;a:7:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";i:4;s:25:\"et_pb_social_media_follow\";i:5;s:33:\"et_pb_social_media_follow_network\";i:6;s:12:\"et_pb_button\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:8:\"author/1\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";i:4;s:25:\"et_pb_social_media_follow\";i:5;s:33:\"et_pb_social_media_follow_network\";i:6;s:12:\"et_pb_button\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:19:\"taxonomy/category/1\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:8:{i:0;s:25:\"et_pb_social_media_follow\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:12:\"et_pb_button\";i:3;s:13:\"et_pb_section\";i:4;s:9:\"et_pb_row\";i:5;s:12:\"et_pb_column\";i:6;s:26:\"et_pb_fullwidth_post_title\";i:7;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:7:\"archive\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:8:{i:0;s:25:\"et_pb_social_media_follow\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:12:\"et_pb_button\";i:3;s:13:\"et_pb_section\";i:4;s:9:\"et_pb_row\";i:5;s:12:\"et_pb_column\";i:6;s:26:\"et_pb_fullwidth_post_title\";i:7;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:20:\"taxonomy/category/18\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:25:\"et_pb_social_media_follow\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:12:\"et_pb_button\";i:3;s:13:\"et_pb_section\";i:4;s:9:\"et_pb_row\";i:5;s:12:\"et_pb_column\";i:6;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:8:\"author/2\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:25:\"et_pb_social_media_follow\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:12:\"et_pb_button\";i:3;s:13:\"et_pb_section\";i:4;s:9:\"et_pb_row\";i:5;s:12:\"et_pb_column\";i:6;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}s:4:\"home\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:25:\"et_pb_social_media_follow\";i:1;s:33:\"et_pb_social_media_follow_network\";i:2;s:12:\"et_pb_button\";i:3;s:13:\"et_pb_section\";i:4;s:9:\"et_pb_row\";i:5;s:12:\"et_pb_column\";i:6;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}}}}','yes'),(203666,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1702458097;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:6:\"10.9.1\";s:7:\"updated\";s:19:\"2020-07-14 14:23:41\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/jetpack/10.9.1/fi.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:7:{s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"12.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.12.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"7.0\";}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/limit-login-attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/limit-login-attempts.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.2.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.2.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=2698842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}s:45:\"search-and-replace/inpsyde-search-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/search-and-replace\";s:4:\"slug\";s:18:\"search-and-replace\";s:6:\"plugin\";s:45:\"search-and-replace/inpsyde-search-replace.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/search-and-replace/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/search-and-replace.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/search-and-replace/assets/icon-256x256.png?rev=1776844\";s:2:\"1x\";s:71:\"https://ps.w.org/search-and-replace/assets/icon-128x128.png?rev=1776844\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/search-and-replace/assets/banner-1544x500.png?rev=1776844\";s:2:\"1x\";s:73:\"https://ps.w.org/search-and-replace/assets/banner-772x250.png?rev=1776844\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:29:\"site-offline/site-offline.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/site-offline\";s:4:\"slug\";s:12:\"site-offline\";s:6:\"plugin\";s:29:\"site-offline/site-offline.php\";s:11:\"new_version\";s:5:\"1.5.6\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/site-offline/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/site-offline.1.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/site-offline/assets/icon-256x256.png?rev=1549210\";s:2:\"1x\";s:65:\"https://ps.w.org/site-offline/assets/icon-128x128.png?rev=1549210\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/site-offline/assets/banner-772x250.png?rev=1549210\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:15:\"bloom/bloom.php\";s:6:\"1.3.12\";s:42:\"divi-100-hamburger-menu/hamburger-menu.php\";s:5:\"0.0.1\";s:29:\"divi-builder/divi-builder.php\";s:6:\"4.17.6\";s:43:\"divi-widget-builder/divi-widget-builder.php\";s:3:\"1.0\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:6:\"10.9.2\";s:27:\"launchpad-by-obox/index.php\";s:6:\"1.0.13\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:5:\"1.7.2\";s:19:\"monarch/monarch.php\";s:6:\"1.4.14\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.2.0\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.2.4\";s:45:\"search-and-replace/inpsyde-search-replace.php\";s:5:\"3.2.1\";s:29:\"site-offline/site-offline.php\";s:5:\"1.5.6\";}}','no'),(203639,'_transient_timeout__et_builder_gf_feature_cache','1702480886','no'),(203640,'_transient__et_builder_gf_feature_cache','1','no'),(203637,'_transient_timeout_et_check_mod_pagespeed','1702480886','no'),(203638,'_transient_et_check_mod_pagespeed','','no'),(203648,'_et_builder_gf_feature_cache','a:2:{i:0;s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";i:1;a:3:{s:340:\"https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:21595:\"/* Original: https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bQ.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrlw.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRj.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDc.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7g.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdr.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bc.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrlz.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRg.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXw.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDQ.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7j.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdo.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bE.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrl1.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRm.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDI.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7l.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdu.woff2) format(\'woff2\');}\";}s:202:\"https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:9892:\"/* Original: https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bQ.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrlw.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRj.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDc.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7g.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdr.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bc.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrlz.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRg.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDQ.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7j.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdo.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl5_bE.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhBrl1.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg1JRm.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDI.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7l.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdu.woff2) format(\'woff2\');}\";}s:354:\"https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Actor:regular&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:22145:\"/* Original: https://fonts.googleapis.com/css?family=Judson:regular,italic,700|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Actor:regular&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Actor\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0ejVSw.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl3_bQ.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhCLlw.ttf) format(\'truetype\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg2pRj.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0ow.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18E.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format(\'truetype\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Actor\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0ejVS8.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl3_bc.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhCLlz.woff) format(\'woff\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg2pRg.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0oA.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aXw.woff) format(\'woff\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aXw.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18I.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff) format(\'woff\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdo.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Actor\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0ejVSk.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDYl3_bE.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhCLl1.woff2) format(\'woff2\');}@font-face {font-family: \'Judson\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xg2pRm.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0pg.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Montserrat\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aXo.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18Q.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format(\'woff2\');}@font-face {font-family: \'Source Sans Pro\';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format(\'woff2\');}\";}}}','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=MyISAM AUTO_INCREMENT=12844 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (1,2,'_wp_page_template','default'),(165,123359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2018/07/wood-08-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wood-08-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wood-08-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"wood-08-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wood-08-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"wood-08-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"wood-08-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"wood-08-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"wood-08-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"wood-08-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"wood-08-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(164,123359,'_wp_attached_file','2018/07/wood-08-1.jpg'),(210,123377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:808;s:4:\"file\";s:27:\"2018/07/consultant-02-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"consultant-02-2-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"consultant-02-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"consultant-02-2-1080x455.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"consultant-02-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(209,123377,'_wp_attached_file','2018/07/consultant-02-2.jpg'),(2380,123935,'_et_pb_built_for_post_type','project'),(13,2,'_edit_lock','1633521928:1'),(14,2,'_edit_last','1'),(15,2,'_et_pb_post_hide_nav','on'),(16,2,'_et_pb_page_layout','et_right_sidebar'),(17,2,'_et_pb_side_nav','off'),(18,2,'_et_pb_use_builder','on'),(19,2,'_et_builder_version','BB|Divi|3.10'),(83,2,'_et_pb_built_for_post_type','page'),(3462,2,'_et_pb_ab_subjects',''),(22,2,'_et_pb_old_content','<p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>'),(23,2,'_et_pb_enable_shortcode_tracking',''),(24,2,'_et_pb_custom_css',''),(2379,123935,'_et_pb_module_type','et_pb_testimonial'),(27,14,'_wp_attached_file','2018/07/vintage-18.png'),(28,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1356;s:4:\"file\";s:22:\"2018/07/vintage-18.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vintage-18-177x300.png\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vintage-18-768x1302.png\";s:5:\"width\";i:768;s:6:\"height\";i:1302;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"vintage-18-604x1024.png\";s:5:\"width\";i:604;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-18-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"vintage-18-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-18-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-18-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-18-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(29,15,'_wp_attached_file','2018/07/vintage-13.jpg'),(30,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:375;s:4:\"file\";s:22:\"2018/07/vintage-13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"vintage-13-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"vintage-13-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"vintage-13-1024x300.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"vintage-13-1080x375.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-13-510x375.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"vintage-13-1080x316.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-13-400x375.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31,16,'_wp_attached_file','2018/07/vintage-01.jpg'),(32,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:966;s:4:\"file\";s:22:\"2018/07/vintage-01.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vintage-01-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"vintage-01-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"vintage-01-1024x515.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"vintage-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"vintage-01-1080x543.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(33,17,'_wp_attached_file','2018/07/vintage-05.jpg'),(34,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2018/07/vintage-05.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"vintage-05-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"vintage-05-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"vintage-05-1024x300.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"vintage-05-1080x400.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"vintage-05-1080x316.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-05-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35,18,'_wp_attached_file','2018/07/vintage-11.jpg'),(36,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:431;s:4:\"file\";s:22:\"2018/07/vintage-11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vintage-11-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"vintage-11-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-11-400x431.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(37,19,'_wp_attached_file','2018/07/vintage-10.jpg'),(38,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:431;s:4:\"file\";s:22:\"2018/07/vintage-10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"vintage-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"vintage-10-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"vintage-10-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"vintage-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"vintage-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"vintage-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"vintage-10-400x431.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(39,20,'_wp_attached_file','2018/07/image-mask-1.png'),(40,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:321;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2018/07/image-mask-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"image-mask-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"image-mask-1-161x300.png\";s:5:\"width\";i:161;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"image-mask-1-321x250.png\";s:5:\"width\";i:321;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"image-mask-1-321x284.png\";s:5:\"width\";i:321;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"image-mask-1-321x382.png\";s:5:\"width\";i:321;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"image-mask-1-321x516.png\";s:5:\"width\";i:321;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(41,50317,'_et_pb_built_for_post_type','page'),(42,50317,'_edit_lock','1531599376:1'),(43,50317,'_edit_last','1'),(44,50317,'_et_pb_use_builder','on'),(45,50317,'_et_builder_version','BB|Divi|3.10'),(46,50317,'_et_pb_ab_stats_refresh_interval','hourly'),(47,50317,'_et_pb_old_content',''),(48,50317,'_et_pb_enable_shortcode_tracking',''),(49,50317,'_et_pb_custom_css',''),(50,50319,'_wp_attached_file','2018/07/computer-1245714_1920.jpg'),(51,50319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:33:\"2018/07/computer-1245714_1920.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"computer-1245714_1920-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"computer-1245714_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"computer-1245714_1920-1080x717.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"computer-1245714_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(52,50320,'_wp_attached_file','2018/07/computer-767781_1280.jpg'),(53,50320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2018/07/computer-767781_1280.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"computer-767781_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"computer-767781_1280-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"computer-767781_1280-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"computer-767781_1280-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(54,50321,'_wp_attached_file','2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg'),(55,50321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:630;s:4:\"file\";s:61:\"2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-1024x609.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:61:\"BMW_XSeries_Overview_BM5_Adventures-Await_image02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(56,50322,'_wp_attached_file','2018/07/bmw_x6.jpg'),(57,50322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:787;s:4:\"file\";s:18:\"2018/07/bmw_x6.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bmw_x6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bmw_x6-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"bmw_x6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"bmw_x6-660x675.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"bmw_x6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"bmw_x6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"bmw_x6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(58,50323,'_wp_attached_file','2018/07/joshua-earle-133254.jpg'),(59,50323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2018/07/joshua-earle-133254.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"joshua-earle-133254-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"joshua-earle-133254-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"joshua-earle-133254-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"joshua-earle-133254-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(60,50324,'_wp_attached_file','2018/07/dwd-mouse-scroll-1.png'),(61,50324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2018/07/dwd-mouse-scroll-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dwd-mouse-scroll-1-96x150.png\";s:5:\"width\";i:96;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(62,50325,'_wp_attached_file','2018/07/gear-vr-hero.jpg'),(63,50325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:24:\"2018/07/gear-vr-hero.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"gear-vr-hero-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"gear-vr-hero-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"gear-vr-hero-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"gear-vr-hero-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(64,50326,'_wp_attached_file','2018/07/gear-vr-powered-by.png'),(65,50326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:302;s:6:\"height\";i:155;s:4:\"file\";s:30:\"2018/07/gear-vr-powered-by.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"gear-vr-powered-by-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"gear-vr-powered-by-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(66,50327,'_wp_attached_file','2018/07/listen-background.jpg'),(67,50327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:828;s:4:\"file\";s:29:\"2018/07/listen-background.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"listen-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"listen-background-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"listen-background-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"listen-background-1024x606.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"listen-background-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"listen-background-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"listen-background-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"listen-background-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"listen-background-1080x639.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"listen-background-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(68,50328,'_wp_attached_file','2018/07/diviheader-bg-min.jpg'),(69,50328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2018/07/diviheader-bg-min.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"diviheader-bg-min-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"diviheader-bg-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"diviheader-bg-min-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"diviheader-bg-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(70,50329,'_wp_attached_file','2018/07/office-581131_1920-1.jpg'),(71,50329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2018/07/office-581131_1920-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"office-581131_1920-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"office-581131_1920-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"office-581131_1920-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"office-581131_1920-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(72,50330,'_wp_attached_file','2018/07/crete-2651290_1920.jpg'),(73,50330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2018/07/crete-2651290_1920.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"crete-2651290_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"crete-2651290_1920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"crete-2651290_1920-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"crete-2651290_1920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 80D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,123318,'_et_pb_built_for_post_type','page'),(75,123318,'_edit_lock','1531601340:1'),(76,123318,'_edit_last','1'),(77,123318,'_et_pb_use_builder','on'),(78,123318,'_et_builder_version','BB|Divi|3.10'),(79,123318,'_et_pb_ab_stats_refresh_interval','hourly'),(80,123318,'_et_pb_old_content',''),(81,123318,'_et_pb_enable_shortcode_tracking',''),(82,123318,'_et_pb_custom_css',''),(3463,2,'_et_pb_gutter_width','3'),(274,123405,'_wp_attached_file','2018/07/divider4-1.png'),(86,2,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(617,123582,'_wp_attached_file','2018/07/log_file_2018-07-19__07-54-59.txt'),(100,123326,'_wp_attached_file','2018/07/app-marketing-illustration-01-1.png'),(101,123327,'_wp_attached_file','2018/07/logo_04-6.png'),(102,123327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_04-6.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_04-6-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(103,123328,'_wp_attached_file','2018/07/logo_03-6.png'),(104,123328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_03-6.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_03-6-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(105,123329,'_wp_attached_file','2018/07/logo_02.png'),(106,123329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_02-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(107,123330,'_wp_attached_file','2018/07/logo_01.png'),(108,123330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(109,123326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2018/07/app-marketing-illustration-01-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-01-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(110,123331,'_wp_attached_file','2018/07/app-marketing-icon-07-6.png'),(111,123331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-07-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(112,123332,'_wp_attached_file','2018/07/app-marketing-icon-02-4.png'),(113,123332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-02-4.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(114,123333,'_wp_attached_file','2018/07/app-marketing-illustration-02-4.png'),(115,123334,'_wp_attached_file','2018/07/app-marketing-illustration-03.png'),(116,123333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:806;s:6:\"height\";i:614;s:4:\"file\";s:43:\"2018/07/app-marketing-illustration-02-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-768x585.png\";s:5:\"width\";i:768;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"app-marketing-illustration-02-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(117,123335,'_wp_attached_file','2018/07/app-marketing-icon-01-4.png'),(118,123335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-01-4.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(119,123334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:802;s:6:\"height\";i:564;s:4:\"file\";s:41:\"2018/07/app-marketing-illustration-03.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-768x540.png\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"app-marketing-illustration-03-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(120,123336,'_wp_attached_file','2018/07/app-marketing-icon-09-3.png'),(121,123336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-09-3.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(122,123337,'_wp_attached_file','2018/07/app-marketing-icon-05-6.png'),(123,123337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-05-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(124,123338,'_wp_attached_file','2018/07/app-marketing-icon-04-6.png'),(125,123338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-04-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(126,123339,'_wp_attached_file','2018/07/app-marketing-icon-08-6.png'),(127,123339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-08-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(128,123340,'_wp_attached_file','2018/07/app-marketing-icon-06-6.png'),(129,123340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-06-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(130,123341,'_wp_attached_file','2018/07/app-marketing-icon-10-6.png'),(131,123341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2018/07/app-marketing-icon-10-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(132,123342,'_wp_attached_file','2018/07/phone-bottom-crop-1.png'),(133,123342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:435;s:6:\"height\";i:651;s:4:\"file\";s:31:\"2018/07/phone-bottom-crop-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-435x382.png\";s:5:\"width\";i:435;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"phone-bottom-crop-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(134,123344,'_wp_attached_file','2018/07/header-img.png'),(135,123344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:14;s:4:\"file\";s:22:\"2018/07/header-img.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(136,123345,'_wp_attached_file','2018/07/wood-01.jpg'),(137,123345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2018/07/wood-01.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-01-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-01-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(138,123346,'_wp_attached_file','2018/07/feature-3.png'),(139,123346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:21:\"2018/07/feature-3.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(140,123347,'_wp_attached_file','2018/07/feature-2.png'),(141,123347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:21:\"2018/07/feature-2.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(142,123348,'_wp_attached_file','2018/07/feature-1.png'),(143,123348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:21:\"2018/07/feature-1.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(144,123349,'_wp_attached_file','2018/07/wood-02.jpg'),(145,123349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:625;s:4:\"file\";s:19:\"2018/07/wood-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-02-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-02-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-02-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-02-1080x625.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-02-1080x527.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(146,123350,'_wp_attached_file','2018/07/img-7.jpg'),(147,123350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:510;s:4:\"file\";s:17:\"2018/07/img-7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"img-7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"img-7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"img-7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"img-7-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(148,123351,'_wp_attached_file','2018/07/wood-03.jpg'),(149,123351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:958;s:4:\"file\";s:19:\"2018/07/wood-03.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-03-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-03-768x920.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"wood-03-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(150,123352,'_wp_attached_file','2018/07/wood-05.jpg'),(151,123352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:809;s:4:\"file\";s:19:\"2018/07/wood-05.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-05-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-05-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-05-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-05-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-05-1080x683.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(152,123353,'_wp_attached_file','2018/07/wood-21.jpg'),(153,123353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-21.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(154,123354,'_wp_attached_file','2018/07/wood-18.jpg'),(155,123354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-18.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(156,123355,'_wp_attached_file','2018/07/img-8.jpg'),(157,123355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:510;s:4:\"file\";s:17:\"2018/07/img-8.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"img-8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"img-8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"img-8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"img-8-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(158,123356,'_wp_attached_file','2018/07/wood-17.jpg'),(159,123356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-17.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-17-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-17-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-17-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-17-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(160,123357,'_wp_attached_file','2018/07/img-6.jpg'),(161,123357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:510;s:4:\"file\";s:17:\"2018/07/img-6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"img-6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"img-6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"img-6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"img-6-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(162,123358,'_wp_attached_file','2018/07/wood-12.jpg'),(163,123358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2018/07/wood-12.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-12-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-12-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(166,123360,'_wp_attached_file','2018/07/wood-11.jpg'),(167,123360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/07/wood-11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-11-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-11-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-11-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(168,123361,'_wp_attached_file','2018/07/wood-10.jpg'),(169,123361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/07/wood-10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-10-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-10-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-10-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(170,123362,'_wp_attached_file','2018/07/wood-09.jpg'),(171,123362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/07/wood-09.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-09-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-09-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-09-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(172,123363,'_wp_attached_file','2018/07/wood-13.jpg'),(173,123363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:649;s:4:\"file\";s:19:\"2018/07/wood-13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-13-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-13-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-13-1024x519.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-13-1080x649.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-13-1080x548.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(174,123364,'_wp_attached_file','2018/07/wood-15.jpg'),(175,123364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:19:\"2018/07/wood-15.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(176,123365,'_wp_attached_file','2018/07/wood-14.jpg'),(177,123365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:19:\"2018/07/wood-14.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(178,123366,'_wp_attached_file','2018/07/wood-06.jpg'),(179,123366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:904;s:4:\"file\";s:19:\"2018/07/wood-06.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-06-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-06-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-06-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-06-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-06-1080x509.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(180,123367,'_wp_attached_file','2018/07/wood-22.jpg'),(181,123367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-22.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-22-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-22-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(182,123368,'_wp_attached_file','2018/07/wood-23.jpg'),(183,123368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-23.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-23-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-23-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-23-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-23-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(184,123369,'_wp_attached_file','2018/07/wood-16.jpg'),(185,123369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-16.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(186,123370,'_wp_attached_file','2018/07/wood-20.jpg'),(187,123370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-20.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-20-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-20-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-20-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-20-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(188,123371,'_wp_attached_file','2018/07/wood-19.jpg'),(189,123371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2018/07/wood-19.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(190,123372,'_wp_attached_file','2018/07/wood-21-1.jpg'),(191,123372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2018/07/wood-21-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wood-21-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wood-21-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"wood-21-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"wood-21-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"wood-21-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"wood-21-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(192,123373,'_wp_attached_file','2018/07/wood-07.jpg'),(193,123373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1090;s:4:\"file\";s:19:\"2018/07/wood-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-07-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wood-07-768x1046.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1046;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-07-752x1024.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"wood-07-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(194,123374,'_wp_attached_file','2018/07/wood-08.jpg'),(195,123374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:19:\"2018/07/wood-08.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wood-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wood-08-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wood-08-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wood-08-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"wood-08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"wood-08-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"wood-08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"wood-08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"wood-08-1080x613.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"wood-08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(196,50145,'_et_pb_built_for_post_type','page'),(197,50144,'_et_pb_built_for_post_type','page'),(198,50143,'_et_pb_built_for_post_type','page'),(199,50142,'_et_pb_built_for_post_type','page'),(200,50141,'_et_pb_built_for_post_type','page'),(201,50145,'_edit_lock','1531603752:1'),(202,50145,'_edit_last','1'),(203,50145,'_et_pb_use_builder','on'),(204,50145,'_et_builder_version','BB|Divi|3.10'),(205,50145,'_et_pb_ab_stats_refresh_interval','hourly'),(206,50145,'_et_pb_old_content',''),(207,50145,'_et_pb_enable_shortcode_tracking',''),(208,50145,'_et_pb_custom_css',''),(211,123378,'_wp_attached_file','2018/07/Group-3-Copy-6.png'),(212,123378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/07/Group-3-Copy-6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(213,123379,'_wp_attached_file','2018/07/Group-3.png'),(214,123379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/Group-3.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(215,123380,'_wp_attached_file','2018/07/Grouopy-4.png'),(216,123380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/Grouopy-4.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(217,123381,'_wp_attached_file','2018/07/consultant-03.png'),(218,123381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2018/07/consultant-03.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,123382,'_wp_attached_file','2018/07/bg-img-01-6.jpg'),(220,123382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:794;s:4:\"file\";s:23:\"2018/07/bg-img-01-6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-img-01-6-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"bg-img-01-6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"bg-img-01-6-1080x447.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"bg-img-01-6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(221,123383,'_wp_attached_file','2018/07/Group-1-1.png'),(222,123383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:21:\"2018/07/Group-1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Group-1-1-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(223,123384,'_wp_attached_file','2018/07/Group-2-copy-3.png'),(224,123384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2018/07/Group-2-copy-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Group-2-copy-3-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(225,123385,'_wp_attached_file','2018/07/Group-2-copy.png'),(226,123385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2018/07/Group-2-copy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Group-2-copy-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(227,123386,'_wp_attached_file','2018/07/Group-1-copy.png'),(228,123386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2018/07/Group-1-copy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Group-1-copy-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(229,123387,'_wp_attached_file','2018/07/Group-1-copy-2-1.png'),(230,123387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:28:\"2018/07/Group-1-copy-2-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Group-1-copy-2-1-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(231,123388,'_wp_attached_file','2018/07/Group-2-copy-2.png'),(232,123388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2018/07/Group-2-copy-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Group-2-copy-2-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(233,123389,'_wp_attached_file','2018/07/Group-1-copy-3.png'),(234,123389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2018/07/Group-1-copy-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Group-1-copy-3-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(235,123390,'_wp_attached_file','2018/07/Group-2-copy-1.png'),(236,123390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2018/07/Group-2-copy-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Group-2-copy-1-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,123391,'_wp_attached_file','2018/07/Untitled-1.jpg'),(238,123391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2018/07/Untitled-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(239,123392,'_wp_attached_file','2018/07/bg-img-01-6-2.jpg'),(240,123392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1020;s:4:\"file\";s:25:\"2018/07/bg-img-01-6-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-img-01-6-2-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"bg-img-01-6-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"bg-img-01-6-2-1080x574.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"bg-img-01-6-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(241,123393,'_wp_attached_file','2018/07/bg-img-01-5-2-2-2-Recovered-copy.jpg'),(242,123393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:727;s:4:\"file\";s:44:\"2018/07/bg-img-01-5-2-2-2-Recovered-copy.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-768x291.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-2-Recovered-copy-1024x388.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-2-Recovered-copy-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-2-Recovered-copy-1080x409.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-2-Recovered-copy-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(243,123394,'_wp_attached_file','2018/07/business-10.jpg'),(244,123394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:510;s:4:\"file\";s:23:\"2018/07/business-10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business-10-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-10-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business-10-400x510.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(245,123395,'_wp_attached_file','2018/07/bg-img-01-5-2-2-Recovered-copy-1.jpg'),(246,123395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2437;s:6:\"height\";i:727;s:4:\"file\";s:44:\"2018/07/bg-img-01-5-2-2-Recovered-copy-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"bg-img-01-5-2-2-Recovered-copy-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-768x229.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-Recovered-copy-1-1024x305.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-Recovered-copy-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"bg-img-01-5-2-2-Recovered-copy-1-1080x322.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"bg-img-01-5-2-2-Recovered-copy-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(247,123396,'_wp_attached_file','2018/07/bg-img-01-5-2-2-2-2-Recovered-copy-1.jpg'),(248,123396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:727;s:4:\"file\";s:48:\"2018/07/bg-img-01-5-2-2-2-2-Recovered-copy-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-768x291.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-1024x388.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-1080x409.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"bg-img-01-5-2-2-2-2-Recovered-copy-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(249,123397,'_wp_attached_file','2018/07/business-12.jpg'),(250,123397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:823;s:4:\"file\";s:23:\"2018/07/business-12.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business-12-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-12-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business-12-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business-12-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"business-12-1080x463.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(251,123398,'_wp_attached_file','2018/07/business-07.jpg'),(252,123398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:23:\"2018/07/business-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business-07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-07-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business-07-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business-07-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(253,123399,'_wp_attached_file','2018/07/portraits-circle-small_2.png'),(254,123399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2018/07/portraits-circle-small_2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,123400,'_wp_attached_file','2018/07/portraits-circle-small_6.png'),(256,123400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2018/07/portraits-circle-small_6.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(257,123401,'_wp_attached_file','2018/07/portraits-circle-small_1.png'),(258,123401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2018/07/portraits-circle-small_1.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(259,123402,'_wp_attached_file','2018/07/bg-img-04.jpg'),(260,123402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2057;s:4:\"file\";s:21:\"2018/07/bg-img-04.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-img-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bg-img-04-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-img-04-768x823.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-img-04-956x1024.jpg\";s:5:\"width\";i:956;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"bg-img-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"bg-img-04-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"bg-img-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"bg-img-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"bg-img-04-1080x1157.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"bg-img-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:23:\"bg-img-04-1920x1800.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(261,50062,'_et_pb_built_for_post_type','page'),(262,50061,'_et_pb_built_for_post_type','page'),(263,50060,'_et_pb_built_for_post_type','page'),(264,50059,'_et_pb_built_for_post_type','page'),(265,50058,'_et_pb_built_for_post_type','page'),(266,50062,'_edit_lock','1531604103:1'),(267,50062,'_edit_last','1'),(268,50062,'_et_pb_use_builder','on'),(269,50062,'_et_builder_version','BB|Divi|3.10'),(270,50062,'_et_pb_ab_stats_refresh_interval','hourly'),(271,50062,'_et_pb_old_content',''),(272,50062,'_et_pb_enable_shortcode_tracking',''),(273,50062,'_et_pb_custom_css',''),(275,123405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2018/07/divider4-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"divider4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"divider4-1-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"divider4-1-768x80.png\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"divider4-1-1024x107.png\";s:5:\"width\";i:1024;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"divider4-1-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"divider4-1-1080x200.png\";s:5:\"width\";i:1080;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"divider4-1-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"divider4-1-510x200.png\";s:5:\"width\";i:510;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"divider4-1-1080x113.png\";s:5:\"width\";i:1080;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"divider4-1-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(276,123406,'_wp_attached_file','2018/07/phone-01.jpg'),(277,123406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/07/phone-01.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"phone-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"phone-01-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"phone-01-375x250.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"phone-01-375x284.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"phone-01-375x382.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"phone-01-375x516.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(278,123407,'_wp_attached_file','2018/07/how-it-works.jpg'),(279,123407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:697;s:6:\"height\";i:791;s:4:\"file\";s:24:\"2018/07/how-it-works.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"how-it-works-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"how-it-works-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"how-it-works-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"how-it-works-697x675.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"how-it-works-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"how-it-works-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"how-it-works-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(280,123408,'_wp_attached_file','2018/07/video-overlay.jpg'),(281,123408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:548;s:4:\"file\";s:25:\"2018/07/video-overlay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"video-overlay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"video-overlay-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"video-overlay-768x526.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"video-overlay-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"video-overlay-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"video-overlay-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"video-overlay-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(282,123409,'_wp_attached_file','2018/07/app-landing-hero-mocks-1.png'),(283,123409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:965;s:6:\"height\";i:1009;s:4:\"file\";s:36:\"2018/07/app-landing-hero-mocks-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-287x300.png\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-768x803.png\";s:5:\"width\";i:768;s:6:\"height\";i:803;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-965x675.png\";s:5:\"width\";i:965;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"app-landing-hero-mocks-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(284,123410,'_wp_attached_file','2018/07/responsive-lockup.jpg'),(285,123410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:578;s:4:\"file\";s:29:\"2018/07/responsive-lockup.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"responsive-lockup-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"responsive-lockup-1080x578.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"responsive-lockup-1080x578.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"responsive-lockup-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(286,123411,'_wp_attached_file','2018/07/phone-02.png'),(287,123411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:599;s:4:\"file\";s:20:\"2018/07/phone-02.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"phone-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"phone-02-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"phone-02-375x250.png\";s:5:\"width\";i:375;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"phone-02-375x284.png\";s:5:\"width\";i:375;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"phone-02-375x382.png\";s:5:\"width\";i:375;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"phone-02-375x516.png\";s:5:\"width\";i:375;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(288,123412,'_wp_attached_file','2018/07/phone-01-1.jpg'),(289,123412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:599;s:4:\"file\";s:22:\"2018/07/phone-01-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"phone-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"phone-01-1-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"phone-01-1-375x250.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"phone-01-1-375x284.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"phone-01-1-375x382.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"phone-01-1-375x516.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(290,123413,'_wp_attached_file','2018/07/img-11.png'),(291,123413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2018/07/img-11.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(292,123414,'_wp_attached_file','2018/07/portraits-circle-small_5.png'),(293,123414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2018/07/portraits-circle-small_5.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(294,123415,'_wp_attached_file','2018/07/img-12.png'),(295,123415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2018/07/img-12.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(296,123416,'_wp_attached_file','2018/07/responsive-lockup-big-1.png'),(297,123416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:827;s:4:\"file\";s:35:\"2018/07/responsive-lockup-big-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-768x331.png\";s:5:\"width\";i:768;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"responsive-lockup-big-1-1024x441.png\";s:5:\"width\";i:1024;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"responsive-lockup-big-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"responsive-lockup-big-1-1080x465.png\";s:5:\"width\";i:1080;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"responsive-lockup-big-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(298,49979,'_et_pb_built_for_post_type','page'),(299,49978,'_et_pb_built_for_post_type','page'),(300,49977,'_et_pb_built_for_post_type','page'),(301,49976,'_et_pb_built_for_post_type','page'),(302,49975,'_et_pb_built_for_post_type','page'),(303,49977,'_edit_lock','1531604598:1'),(304,49977,'_edit_last','1'),(305,49977,'_et_pb_use_builder','on'),(306,49977,'_et_builder_version','BB|Divi|3.10'),(307,49977,'_et_pb_ab_stats_refresh_interval','hourly'),(308,49977,'_et_pb_old_content',''),(309,49977,'_et_pb_enable_shortcode_tracking',''),(310,49977,'_et_pb_custom_css',''),(311,123418,'_wp_attached_file','2018/07/freelancer_img_01-1.jpg'),(312,123418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:927;s:4:\"file\";s:31:\"2018/07/freelancer_img_01-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-660x675.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"freelancer_img_01-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(313,123419,'_wp_attached_file','2018/07/freelancer_img_03.jpg'),(314,123419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(315,123420,'_wp_attached_file','2018/07/freelancer_img_02.jpg'),(316,123420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(317,123421,'_wp_attached_file','2018/07/freelancer_img_04.jpg'),(318,123421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(319,123422,'_wp_attached_file','2018/07/freelancer_img_05.jpg'),(320,123422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_05.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(321,123423,'_wp_attached_file','2018/07/freelancer_img_06.jpg'),(322,123423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_06.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(323,123424,'_wp_attached_file','2018/07/freelancer_img_07.jpg'),(324,123424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/07/freelancer_img_07.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(325,123425,'_wp_attached_file','2018/07/freelancer_img_08.jpg'),(326,123425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1213;s:4:\"file\";s:29:\"2018/07/freelancer_img_08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-768x932.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"freelancer_img_08-844x1024.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"freelancer_img_08-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(327,123426,'_wp_attached_file','2018/07/portraits-circle-small_3.png'),(328,123426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:36:\"2018/07/portraits-circle-small_3.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(329,123427,'_wp_attached_file','2018/07/logo_08.png'),(330,123427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_08.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_08-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(331,123428,'_wp_attached_file','2018/07/logo_06.png'),(332,123428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_06-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(333,123429,'_wp_attached_file','2018/07/logo_05.png'),(334,123429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_05-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(335,123430,'_wp_attached_file','2018/07/logo_07.png'),(336,123430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2018/07/logo_07.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_07-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(337,123431,'_wp_attached_file','2018/07/logo_04-1.png'),(338,123431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_04-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_04-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(339,123432,'_wp_attached_file','2018/07/logo_03-1.png'),(340,123432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_03-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_03-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(341,123433,'_wp_attached_file','2018/07/logo_02-1.png'),(342,123433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_02-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_02-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(343,123434,'_wp_attached_file','2018/07/logo_01-1.png'),(344,123434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2018/07/logo_01-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo_01-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(345,123435,'_wp_attached_file','2018/07/divi-landing-demos-fan.png'),(346,123435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1073;s:4:\"file\";s:34:\"2018/07/divi-landing-demos-fan.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"divi-landing-demos-fan-1024x572.png\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"divi-landing-demos-fan-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:35:\"divi-landing-demos-fan-1080x604.png\";s:5:\"width\";i:1080;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"divi-landing-demos-fan-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(347,123436,'_wp_attached_file','2018/07/screen-layers.jpg'),(348,123436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:553;s:4:\"file\";s:25:\"2018/07/screen-layers.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"screen-layers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"screen-layers-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"screen-layers-768x221.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"screen-layers-1024x295.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"screen-layers-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"screen-layers-1080x553.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"screen-layers-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"screen-layers-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"screen-layers-1080x311.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"screen-layers-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(349,123437,'_wp_attached_file','2018/07/MB-purefront-02-1.png'),(350,123437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:618;s:4:\"file\";s:29:\"2018/07/MB-purefront-02-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"MB-purefront-02-1-1024x586.png\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"MB-purefront-02-1-1080x618.png\";s:5:\"width\";i:1080;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"MB-purefront-02-1-1080x618.png\";s:5:\"width\";i:1080;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"MB-purefront-02-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(351,123438,'_wp_attached_file','2018/07/iMac_right-1.jpg'),(352,123438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:886;s:6:\"height\";i:1075;s:4:\"file\";s:24:\"2018/07/iMac_right-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-768x932.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"iMac_right-1-844x1024.jpg\";s:5:\"width\";i:844;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-886x675.jpg\";s:5:\"width\";i:886;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"iMac_right-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(353,123439,'_wp_attached_file','2018/07/ipad-mini_surface-1.jpg'),(354,123439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1009;s:4:\"file\";s:31:\"2018/07/ipad-mini_surface-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ipad-mini_surface-1-1024x604.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"ipad-mini_surface-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"ipad-mini_surface-1-1080x637.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ipad-mini_surface-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(355,123440,'_wp_attached_file','2018/07/MB-purefront-1.jpg'),(356,123440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1364;s:4:\"file\";s:26:\"2018/07/MB-purefront-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-768x546.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"MB-purefront-1-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"MB-purefront-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"MB-purefront-1-1080x767.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"MB-purefront-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(357,123441,'_wp_attached_file','2018/07/freelancer_img_16.jpg'),(358,123441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:962;s:4:\"file\";s:29:\"2018/07/freelancer_img_16.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-768x666.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"freelancer_img_16-1024x887.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:887;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"freelancer_img_16-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"freelancer_img_16-1080x936.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(359,123442,'_wp_attached_file','2018/07/freelancer_img_01.jpg'),(360,123442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:927;s:4:\"file\";s:29:\"2018/07/freelancer_img_01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-660x675.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"freelancer_img_01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(361,50013,'_et_pb_built_for_post_type','page'),(362,50012,'_et_pb_built_for_post_type','page'),(363,50011,'_et_pb_built_for_post_type','page'),(364,50009,'_et_pb_built_for_post_type','page'),(365,50008,'_et_pb_built_for_post_type','page'),(366,50013,'_edit_lock','1531604731:1'),(367,50013,'_edit_last','1'),(368,50013,'_et_pb_use_builder','on'),(369,50013,'_et_builder_version','BB|Divi|3.10'),(370,50013,'_et_pb_ab_stats_refresh_interval','hourly'),(371,50013,'_et_pb_old_content',''),(372,50013,'_et_pb_enable_shortcode_tracking',''),(373,50013,'_et_pb_custom_css',''),(374,123445,'_wp_attached_file','2018/07/it-services-02.jpg'),(375,123445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:863;s:4:\"file\";s:26:\"2018/07/it-services-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"it-services-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"it-services-02-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"it-services-02-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"it-services-02-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"it-services-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"it-services-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"it-services-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"it-services-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"it-services-02-1080x485.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"it-services-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(376,123446,'_wp_attached_file','2018/07/line-icons-53.png'),(377,123446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:25:\"2018/07/line-icons-53.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(378,123447,'_wp_attached_file','2018/07/lifesaver_64px.png'),(379,123447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:26:\"2018/07/lifesaver_64px.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(380,123448,'_wp_attached_file','2018/07/layers_64px.png'),(381,123448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:23:\"2018/07/layers_64px.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(382,123449,'_wp_attached_file','2018/07/global_64px.png'),(383,123449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:23:\"2018/07/global_64px.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(384,123450,'_wp_attached_file','2018/07/line-icons-76.png'),(385,123450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:64;s:4:\"file\";s:25:\"2018/07/line-icons-76.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(386,123451,'_wp_attached_file','2018/07/line-icons-35.png'),(387,123451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:54;s:6:\"height\";i:64;s:4:\"file\";s:25:\"2018/07/line-icons-35.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(388,123452,'_wp_attached_file','2018/07/img-15.jpg'),(389,123452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:641;s:4:\"file\";s:18:\"2018/07/img-15.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-15-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(390,123453,'_wp_attached_file','2018/07/it-services-04.jpg'),(391,123453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:863;s:4:\"file\";s:26:\"2018/07/it-services-04.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"it-services-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"it-services-04-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"it-services-04-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"it-services-04-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"it-services-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"it-services-04-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"it-services-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"it-services-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"it-services-04-1080x485.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"it-services-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(392,123454,'_wp_attached_file','2018/07/it-services-03.png'),(393,123454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:26:\"2018/07/it-services-03.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"it-services-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"it-services-03-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"it-services-03-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"it-services-03-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"it-services-03-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"it-services-03-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(394,123455,'_wp_attached_file','2018/07/img-13.jpg'),(395,123455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:641;s:4:\"file\";s:18:\"2018/07/img-13.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-13-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(396,123456,'_wp_attached_file','2018/07/img-06.png'),(397,123456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:282;s:4:\"file\";s:18:\"2018/07/img-06.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-06-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-06-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-06-400x282.png\";s:5:\"width\";i:400;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-06-400x282.png\";s:5:\"width\";i:400;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(398,123457,'_wp_attached_file','2018/07/quote-light.png'),(399,123457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:23:\"2018/07/quote-light.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(400,123458,'_wp_attached_file','2018/07/quote-dark.png'),(401,123458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:22:\"2018/07/quote-dark.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(402,123467,'_et_pb_built_for_post_type','page'),(408,123471,'_et_pb_built_for_post_type','page'),(407,123470,'_et_pb_built_for_post_type','page'),(409,123472,'_wp_attached_file','2018/07/pattern-01.png'),(410,123472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1921;s:6:\"height\";i:1201;s:4:\"file\";s:22:\"2018/07/pattern-01.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pattern-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pattern-01-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"pattern-01-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pattern-01-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"pattern-01-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"pattern-01-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"pattern-01-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"pattern-01-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"pattern-01-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"pattern-01-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(411,123473,'_wp_attached_file','2018/07/case7.jpg'),(412,123473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1921;s:4:\"file\";s:17:\"2018/07/case7.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"case7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"case7-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"case7-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"case7-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"case7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"case7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"case7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"case7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:18:\"case7-1080x692.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"case7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:19:\"case7-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(413,123474,'_wp_attached_file','2018/07/service-offer.png'),(414,123474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2018/07/service-offer.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"service-offer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"service-offer-187x300.png\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"service-offer-286x250.png\";s:5:\"width\";i:286;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"service-offer-286x284.png\";s:5:\"width\";i:286;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"service-offer-286x382.png\";s:5:\"width\";i:286;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(415,123475,'_wp_attached_file','2018/07/service_icon_05.png'),(416,123475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_05.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(417,123476,'_wp_attached_file','2018/07/service_icon_06.png'),(418,123476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_06.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(419,123477,'_wp_attached_file','2018/07/service_icon_01.png'),(420,123477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_01.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(421,123478,'_wp_attached_file','2018/07/service_icon_02.png'),(422,123478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_02.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(423,123479,'_wp_attached_file','2018/07/service_icon_12.png'),(424,123479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_12.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(425,123480,'_wp_attached_file','2018/07/service_icon_07.png'),(426,123480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2018/07/service_icon_07.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(427,123481,'_wp_attached_file','2018/07/pattern-02.jpg'),(428,123481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1270;s:4:\"file\";s:22:\"2018/07/pattern-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pattern-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pattern-02-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"pattern-02-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pattern-02-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"pattern-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"pattern-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"pattern-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"pattern-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"pattern-02-1080x714.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"pattern-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(429,123482,'_wp_attached_file','2018/07/question.png'),(430,123482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1021;s:4:\"file\";s:20:\"2018/07/question.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"question-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"question-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"question-768x784.png\";s:5:\"width\";i:768;s:6:\"height\";i:784;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"question-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"question-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"question-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"question-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"question-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(431,123483,'_wp_attached_file','2018/07/Hong-Kong-China.jpg'),(432,123483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1302;s:4:\"file\";s:27:\"2018/07/Hong-Kong-China.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Hong-Kong-China-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Hong-Kong-China-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"Hong-Kong-China-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Hong-Kong-China-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:7:\"GMacFly\";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:{}}}'),(433,123484,'_wp_attached_file','2018/07/burns.jpg'),(434,123484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2018/07/burns.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"burns-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"burns-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"burns-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"burns-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"burns-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"burns-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"burns-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"burns-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:18:\"burns-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"burns-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(435,123485,'_wp_attached_file','2018/07/pattern-04.png'),(436,123485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:378;s:4:\"file\";s:22:\"2018/07/pattern-04.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pattern-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pattern-04-119x300.png\";s:5:\"width\";i:119;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"pattern-04-150x250.png\";s:5:\"width\";i:150;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"pattern-04-150x284.png\";s:5:\"width\";i:150;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(437,123486,'_wp_attached_file','2018/07/alphacolor.jpg'),(438,123486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:615;s:4:\"file\";s:22:\"2018/07/alphacolor.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"alphacolor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"alphacolor-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"alphacolor-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"alphacolor-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"alphacolor-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"alphacolor-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"alphacolor-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(439,123487,'_wp_attached_file','2018/07/alexander.jpg'),(440,123487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:462;s:4:\"file\";s:21:\"2018/07/alexander.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"alexander-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"alexander-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"alexander-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"alexander-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"alexander-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"alexander-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(441,123488,'_wp_attached_file','2018/07/domenico-loia.jpg'),(442,123488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:526;s:4:\"file\";s:25:\"2018/07/domenico-loia.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"domenico-loia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"domenico-loia-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"domenico-loia-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"domenico-loia-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"domenico-loia-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"domenico-loia-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"domenico-loia-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(443,123489,'_wp_attached_file','2018/07/julian-o-hayon.jpg'),(444,123489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2018/07/julian-o-hayon.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"julian-o-hayon-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(445,123490,'_wp_attached_file','2018/07/adrien.jpg'),(446,123490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2018/07/adrien.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"adrien-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"adrien-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"adrien-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"adrien-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"adrien-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"adrien-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(447,123491,'_wp_attached_file','2018/07/test-04.jpg'),(448,123491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:195;s:4:\"file\";s:19:\"2018/07/test-04.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"test-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(449,123492,'_wp_attached_file','2018/07/test-02.jpg'),(450,123492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:195;s:4:\"file\";s:19:\"2018/07/test-02.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"test-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(451,123493,'_wp_attached_file','2018/07/test-01.jpg'),(452,123493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:195;s:4:\"file\";s:19:\"2018/07/test-01.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"test-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(453,123494,'_wp_attached_file','2018/07/pattern05.jpg'),(454,123494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:284;s:4:\"file\";s:21:\"2018/07/pattern05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pattern05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pattern05-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"pattern05-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"pattern05-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(455,123495,'_wp_attached_file','2018/07/henry-perks.jpg'),(456,123495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/07/henry-perks.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"henry-perks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"henry-perks-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"henry-perks-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"henry-perks-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"henry-perks-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"henry-perks-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"henry-perks-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"henry-perks-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(457,123496,'_wp_attached_file','2018/07/chuttersnap.jpg'),(458,123496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/07/chuttersnap.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"chuttersnap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"chuttersnap-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"chuttersnap-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"chuttersnap-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"chuttersnap-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"chuttersnap-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"chuttersnap-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"chuttersnap-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(459,123497,'_wp_attached_file','2018/07/placeholder.png'),(460,123497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2018/07/placeholder.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(461,123498,'_wp_attached_file','2018/07/phone-call.png'),(462,123498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:22:\"2018/07/phone-call.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(463,123499,'_wp_attached_file','2018/07/mail-1.png'),(464,123499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2018/07/mail-1.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(465,123500,'_wp_attached_file','2018/07/pattern-05.png'),(466,123500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:378;s:4:\"file\";s:22:\"2018/07/pattern-05.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pattern-05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pattern-05-119x300.png\";s:5:\"width\";i:119;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"pattern-05-150x250.png\";s:5:\"width\";i:150;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"pattern-05-150x284.png\";s:5:\"width\";i:150;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(467,123501,'_wp_attached_file','2018/07/person-1.png'),(468,123501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/07/person-1.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(469,123502,'_wp_attached_file','2018/07/person-2.png'),(470,123502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/07/person-2.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(471,123503,'_wp_attached_file','2018/07/person-3.png'),(472,123503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:154;s:4:\"file\";s:20:\"2018/07/person-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(473,123504,'_wp_attached_file','2018/07/client-logo-02.png'),(474,123504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/07/client-logo-02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-02-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(475,123505,'_wp_attached_file','2018/07/client-logo-03.png'),(476,123505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:249;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/07/client-logo-03.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-03-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(477,123506,'_wp_attached_file','2018/07/client-logo-04.png'),(478,123506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/07/client-logo-04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-04-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(479,123507,'_wp_attached_file','2018/07/client-logo-05-1.png'),(480,123507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2018/07/client-logo-05-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"client-logo-05-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(481,123508,'_wp_attached_file','2018/07/client-logo-01.png'),(482,123508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2018/07/client-logo-01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"client-logo-01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(483,2376,'_et_pb_built_for_post_type','page'),(484,2375,'_et_pb_built_for_post_type','page'),(485,2374,'_et_pb_built_for_post_type','page'),(486,2373,'_et_pb_built_for_post_type','page'),(487,2372,'_et_pb_built_for_post_type','page'),(488,2371,'_et_pb_built_for_post_type','page'),(489,2369,'_et_pb_built_for_post_type','page'),(490,1853,'_et_pb_built_for_post_type','page'),(491,1853,'_et_pb_excluded_global_options','[]'),(492,1853,'_et_pb_use_builder','on'),(493,1853,'_et_builder_version','BB|Divi|3.10.1'),(494,1853,'_et_pb_ab_stats_refresh_interval','hourly'),(495,1853,'_et_pb_old_content',''),(496,1853,'_et_pb_enable_shortcode_tracking',''),(497,1853,'_et_pb_custom_css',''),(499,1853,'_et_pb_use_ab_testing','off'),(500,1853,'_et_pb_ab_refresh_interval','hourly'),(2088,1853,'_et_pb_gutter_width','3'),(502,1853,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1853\" /]'),(503,1853,'_wp_old_slug','footer__trashed'),(504,123516,'_wp_attached_file','2018/07/handyman-05.jpg'),(505,123516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1110;s:4:\"file\";s:23:\"2018/07/handyman-05.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-05-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-05-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-05-1024x592.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-05-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-05-1080x624.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(506,123517,'_wp_attached_file','2018/07/handyman-09.jpg'),(507,123517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2456;s:6:\"height\";i:817;s:4:\"file\";s:23:\"2018/07/handyman-09.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-09-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-09-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-09-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-09-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-09-1080x359.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(508,123518,'_wp_attached_file','2018/07/handyman-06.jpg'),(509,123518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:997;s:4:\"file\";s:23:\"2018/07/handyman-06.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-06-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-06-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-06-1024x532.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-06-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-06-1080x561.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(510,123519,'_wp_attached_file','2018/07/handyman-10.jpg'),(511,123519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/handyman-10.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-10-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-10-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-10-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-10-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-10-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(512,123520,'_wp_attached_file','2018/07/handyman-11.jpg'),(513,123520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/handyman-11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-11-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-11-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-11-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-11-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-11-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(514,123521,'_wp_attached_file','2018/07/handyman-12.jpg'),(515,123521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/handyman-12.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-12-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-12-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-12-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-12-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-12-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(516,123522,'_wp_attached_file','2018/07/handyman-13.jpg'),(517,123522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/07/handyman-13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-13-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-13-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-13-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-13-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-13-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(518,123523,'_wp_attached_file','2018/07/handyman_11.png'),(519,123523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:422;s:4:\"file\";s:23:\"2018/07/handyman_11.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman_11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman_11-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman_11-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman_11-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman_11-474x382.png\";s:5:\"width\";i:474;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman_11-400x422.png\";s:5:\"width\";i:400;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(520,123524,'_wp_attached_file','2018/07/handyman_15.png'),(521,123524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:105;s:6:\"height\";i:18;s:4:\"file\";s:23:\"2018/07/handyman_15.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(522,123525,'_wp_attached_file','2018/07/handyman-07.jpg'),(523,123525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2018/07/handyman-07.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"handyman-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"handyman-07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"handyman-07-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"handyman-07-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"handyman-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"handyman-07-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"handyman-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"handyman-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"handyman-07-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"handyman-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(524,1,'_oembed_4d2d3389fdc291d4516efb2a04aa9848','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/PZLHCiIOuRs?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(525,1,'_oembed_time_4d2d3389fdc291d4516efb2a04aa9848','1531739674'),(2623,124074,'_wp_attached_file','2020/03/iKoe-MINI-2.png'),(2624,124074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2020/03/iKoe-MINI-2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"iKoe-MINI-2-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(544,123550,'_edit_last','1'),(543,123547,'_et_pb_built_for_post_type','page'),(545,123550,'_edit_lock','1629286656:1'),(546,123550,'_wp_page_template','default'),(547,123550,'_et_pb_post_hide_nav','default'),(548,123550,'_et_pb_page_layout','et_right_sidebar'),(549,123550,'_et_pb_side_nav','off'),(550,123550,'_et_pb_use_builder','on'),(551,123550,'_et_builder_version','BB|Divi|3.10'),(552,123550,'_et_pb_show_page_creation','off'),(4033,123550,'_et_pb_ab_subjects',''),(554,123550,'_et_pb_old_content',''),(555,123550,'_et_pb_enable_shortcode_tracking',''),(556,123550,'_et_pb_custom_css',''),(4032,123550,'_et_pb_built_for_post_type','page'),(4034,123550,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"123550\" /]'),(611,123561,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"123561\" /]'),(609,123561,'_et_pb_use_ab_testing','off'),(608,123561,'_et_pb_built_for_post_type','page'),(612,123561,'_et_pb_ab_subjects',''),(614,123577,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:11245545;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:109;s:16:\"length_formatted\";s:4:\"1:49\";s:5:\"width\";i:854;s:6:\"height\";i:480;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1531849083;}'),(613,123577,'_wp_attached_file','2018/07/Ink-in-Water-Background-720p.mp4'),(576,123561,'_edit_last','1'),(577,123561,'_edit_lock','1584893270:1'),(578,123561,'_wp_page_template','page-template-blank.php'),(579,123561,'_et_pb_post_hide_nav','default'),(580,123561,'_et_pb_page_layout','et_right_sidebar'),(581,123561,'_et_pb_side_nav','off'),(582,123561,'_et_pb_use_builder','on'),(583,123561,'_et_builder_version','VB|Divi|3.10.1'),(585,123561,'_et_pb_ab_stats_refresh_interval','hourly'),(586,123561,'_et_pb_old_content',''),(587,123561,'_et_pb_enable_shortcode_tracking',''),(588,123561,'_et_pb_custom_css',''),(619,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(618,1204,'_wp_attached_file','2017/04/sample-image4.jpg'),(621,1205,'_wp_attached_file','2017/04/sample-image5.jpg'),(622,1205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(624,1206,'_wp_attached_file','2017/04/sample-image6.jpg'),(625,1206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image6.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(627,1207,'_wp_attached_file','2017/04/sample-image7.jpg'),(628,1207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image7.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image7-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(630,1208,'_wp_attached_file','2017/04/sample-image8.jpg'),(631,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image8.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image8-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(633,1209,'_wp_attached_file','2017/04/sample-image9.jpg'),(634,1209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image9.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image9-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(636,1210,'_wp_attached_file','2017/04/sample-image10.jpg'),(637,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image10.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image10-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(639,1211,'_wp_attached_file','2017/04/sample-image11.jpg'),(640,1211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image11.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image11-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(642,1212,'_wp_attached_file','2017/04/sample-image12.jpg'),(643,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image12.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image12-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(645,1213,'_wp_attached_file','2017/04/sample-image13.jpg'),(646,1213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image13.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image13-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(648,1214,'_wp_attached_file','2017/04/sample-image14.jpg'),(649,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image14.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image14-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(651,1215,'_wp_attached_file','2017/04/sample-image15.jpg'),(652,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/04/sample-image15.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sample-image15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sample-image15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"sample-image15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"sample-image15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"sample-image15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"sample-image15-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(654,1216,'_wp_attached_file','2017/04/macbook-bg.jpg'),(655,1216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:22:\"2017/04/macbook-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"macbook-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"macbook-bg-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"macbook-bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"macbook-bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"macbook-bg-510x360.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"macbook-bg-400x360.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"macbook-bg-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(657,1217,'_wp_attached_file','2017/04/clouds_bg.jpg'),(658,1217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2017/04/clouds_bg.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"clouds_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"clouds_bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"clouds_bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"clouds_bg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"clouds_bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"clouds_bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"clouds_bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"clouds_bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"clouds_bg-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"clouds_bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"clouds_bg-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(660,1218,'_wp_attached_file','2017/04/ally_phone.jpg'),(661,1218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:560;s:4:\"file\";s:22:\"2017/04/ally_phone.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ally_phone-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ally_phone-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"ally_phone-275x250.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"ally_phone-275x284.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"ally_phone-275x382.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"ally_phone-275x516.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(663,1219,'_wp_attached_file','2017/04/ally-bg3.jpg'),(664,1219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/ally-bg3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ally-bg3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ally-bg3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ally-bg3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ally-bg3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"ally-bg3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"ally-bg3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"ally-bg3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"ally-bg3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"ally-bg3-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"ally-bg3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"ally-bg3-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(666,1220,'_wp_attached_file','2017/04/ally-bg1.jpg'),(667,1220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/ally-bg1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ally-bg1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ally-bg1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ally-bg1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ally-bg1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"ally-bg1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"ally-bg1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"ally-bg1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"ally-bg1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"ally-bg1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"ally-bg1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"ally-bg1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(669,1221,'_wp_attached_file','2017/04/ally-bg2.jpg'),(670,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/04/ally-bg2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ally-bg2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ally-bg2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ally-bg2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ally-bg2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"ally-bg2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"ally-bg2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"ally-bg2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"ally-bg2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"ally-bg2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"ally-bg2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"ally-bg2-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(672,1222,'_wp_attached_file','2017/04/contact-bg.jpg'),(673,1222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:927;s:4:\"file\";s:22:\"2017/04/contact-bg.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"contact-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"contact-bg-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"contact-bg-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"contact-bg-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"contact-bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"contact-bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"contact-bg-1080x715.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"contact-bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"contact-bg-610x404.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(675,1223,'_wp_attached_file','2017/04/person3.jpg'),(676,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2017/04/person3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"person3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"person3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"person3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"person3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"person3-460x382.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"person3-400x460.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(678,1224,'_wp_attached_file','2017/04/person2.jpg'),(679,1224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2017/04/person2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"person2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"person2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"person2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"person2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"person2-460x382.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"person2-400x460.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(681,1225,'_wp_attached_file','2017/04/person1.jpg'),(682,1225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:460;s:4:\"file\";s:19:\"2017/04/person1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"person1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"person1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"person1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"person1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"person1-460x382.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"person1-400x460.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(684,1226,'_wp_attached_file','2017/04/sample-image1.jpg'),(685,1226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(687,1227,'_wp_attached_file','2017/04/sample-image2.jpg'),(688,1227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(690,1228,'_wp_attached_file','2017/04/sample-image3.jpg'),(691,1228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/04/sample-image3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sample-image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sample-image3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"sample-image3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"sample-image3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"sample-image3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"sample-image3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(693,1232,'_wp_attached_file','2017/04/design-1.jpg'),(694,1232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2017/04/design-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"design-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"design-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"design-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"design-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"design-1-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"design-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(696,1233,'_wp_attached_file','2017/04/photography-1.jpg'),(697,1233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/04/photography-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"photography-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"photography-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"photography-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"photography-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"photography-1-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"photography-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(699,1234,'_wp_attached_file','2017/04/planning-1.jpg'),(700,1234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2017/04/planning-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"planning-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"planning-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"planning-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"planning-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"planning-1-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"planning-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(702,1235,'_wp_attached_file','2017/04/ally-hasitall.png'),(703,1235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:193;s:4:\"file\";s:25:\"2017/04/ally-hasitall.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ally-hasitall-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ally-hasitall-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(705,1236,'_wp_attached_file','2017/04/ally.png'),(706,1236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:130;s:6:\"height\";i:61;s:4:\"file\";s:16:\"2017/04/ally.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(708,1237,'_wp_attached_file','2017/04/clouds-bg.mp4'),(709,1237,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:595079;s:8:\"filesize\";i:3739359;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:50;s:16:\"length_formatted\";s:4:\"0:50\";s:5:\"width\";i:960;s:6:\"height\";i:540;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1471864736;}'),(710,1238,'_wp_attached_file','2017/04/clouds-bg.webm'),(711,1238,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:748144;s:8:\"filesize\";i:4677398;s:9:\"mime_type\";s:10:\"video/webm\";s:6:\"length\";i:50;s:16:\"length_formatted\";s:4:\"0:50\";s:5:\"width\";i:720;s:6:\"height\";i:404;s:10:\"fileformat\";s:4:\"webm\";s:10:\"dataformat\";s:3:\"vp8\";s:17:\"created_timestamp\";i:1471864736;}'),(712,1249,'_wp_attached_file','2017/04/the_story.jpg'),(713,1249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:365;s:4:\"file\";s:21:\"2017/04/the_story.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"the_story-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"the_story-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"the_story-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"the_story-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"the_story-510x365.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"the_story-400x365.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"the_story-610x335.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(715,1279,'_wp_attached_file','2017/04/sample-image-16.jpg'),(716,1279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-16.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-16-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-16-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-16-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-16-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(718,1280,'_wp_attached_file','2017/04/sample-image-17.jpg'),(719,1280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-17.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-17-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-17-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-17-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-17-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-17-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-17-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-17-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-17-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-17-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-17-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(721,1281,'_wp_attached_file','2017/04/sample-image-18.jpg'),(722,1281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-18.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-18-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-18-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-18-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-18-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-18-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-18-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(724,1282,'_wp_attached_file','2017/04/sample-image-19.jpg'),(725,1282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-19.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-19-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-19-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-19-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-19-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(727,1283,'_wp_attached_file','2017/04/sample-image-20.jpg'),(728,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-20.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-20-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-20-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-20-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-20-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-20-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-20-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-20-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-20-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-20-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-20-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(730,1284,'_wp_attached_file','2017/04/sample-image-21.jpg'),(731,1284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-21.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-21-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-21-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-21-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-21-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(733,1285,'_wp_attached_file','2017/04/sample-image-22.jpg'),(734,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/04/sample-image-22.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"sample-image-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sample-image-22-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sample-image-22-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sample-image-22-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"sample-image-22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"sample-image-22-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"sample-image-22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"sample-image-22-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"sample-image-22-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"sample-image-22-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"sample-image-22-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(736,269,'_et_pb_built_for_post_type','page'),(737,269,'_et_pb_use_builder','on'),(738,269,'_et_pb_ab_stats_refresh_interval','hourly'),(739,269,'_et_pb_old_content',''),(740,269,'_et_pb_enable_shortcode_tracking',''),(741,269,'_et_pb_custom_css',''),(742,269,'_et_builder_version','BB|Divi|3.10.1'),(743,269,'_et_pb_gutter_width','3'),(744,292,'_et_pb_built_for_post_type','page'),(745,292,'_et_pb_use_builder','on'),(746,292,'_et_pb_ab_bounce_rate_limit','5'),(747,292,'_et_pb_ab_stats_refresh_interval','hourly'),(748,292,'_et_pb_light_text_color','#ffffff'),(749,292,'_et_pb_dark_text_color','#666666'),(750,292,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(751,292,'_et_pb_section_background_color','#ffffff'),(752,643,'_et_pb_built_for_post_type','page'),(753,643,'_et_pb_use_builder','on'),(754,643,'_et_pb_ab_bounce_rate_limit','5'),(755,643,'_et_pb_ab_stats_refresh_interval','hourly'),(756,643,'_et_pb_light_text_color','#ffffff'),(757,643,'_et_pb_dark_text_color','#666666'),(758,643,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(759,643,'_et_pb_section_background_color','#ffffff'),(760,643,'_et_pb_old_content',''),(761,643,'_et_pb_enable_shortcode_tracking',''),(762,643,'_et_pb_custom_css',''),(763,1029,'_et_pb_built_for_post_type','page'),(764,1029,'_et_pb_use_builder','on'),(765,1029,'_et_pb_ab_bounce_rate_limit','5'),(766,1029,'_et_pb_ab_stats_refresh_interval','hourly'),(767,1029,'_et_pb_light_text_color','#ffffff'),(768,1029,'_et_pb_dark_text_color','#666666'),(769,1029,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(770,1029,'_et_pb_section_background_color','#ffffff'),(771,1029,'_et_pb_old_content',''),(772,1029,'_et_pb_enable_shortcode_tracking',''),(773,1029,'_et_pb_custom_css',''),(774,1030,'_et_pb_built_for_post_type','page'),(775,1031,'_et_pb_built_for_post_type','page'),(776,1031,'_et_pb_use_builder','on'),(777,1031,'_et_pb_ab_bounce_rate_limit','5'),(778,1031,'_et_pb_ab_stats_refresh_interval','hourly'),(779,1031,'_et_pb_light_text_color','#ffffff'),(780,1031,'_et_pb_dark_text_color','#666666'),(781,1031,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(782,1031,'_et_pb_section_background_color','#ffffff'),(783,1031,'_et_pb_old_content',''),(784,1031,'_et_pb_enable_shortcode_tracking',''),(785,1031,'_et_pb_custom_css',''),(786,1032,'_et_pb_built_for_post_type','page'),(787,1032,'_et_pb_use_builder','on'),(788,1032,'_et_pb_ab_bounce_rate_limit','5'),(789,1032,'_et_pb_ab_stats_refresh_interval','hourly'),(790,1032,'_et_pb_light_text_color','#ffffff'),(791,1032,'_et_pb_dark_text_color','#666666'),(792,1032,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(793,1032,'_et_pb_section_background_color','#ffffff'),(794,1032,'_et_pb_old_content',''),(795,1032,'_et_pb_enable_shortcode_tracking',''),(796,1032,'_et_pb_custom_css',''),(797,1035,'_et_pb_built_for_post_type','page'),(798,1035,'_et_pb_use_builder','on'),(799,1035,'_et_pb_ab_bounce_rate_limit','5'),(800,1035,'_et_pb_ab_stats_refresh_interval','hourly'),(801,1035,'_et_pb_light_text_color','#ffffff'),(802,1035,'_et_pb_dark_text_color','#666666'),(803,1035,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(804,1035,'_et_pb_section_background_color','#ffffff'),(805,1035,'_et_pb_old_content',''),(806,1035,'_et_pb_enable_shortcode_tracking',''),(807,1035,'_et_pb_custom_css',''),(808,1036,'_et_pb_built_for_post_type','page'),(809,1036,'_et_pb_use_builder','on'),(810,1036,'_et_pb_ab_bounce_rate_limit','5'),(811,1036,'_et_pb_ab_stats_refresh_interval','hourly'),(812,1036,'_et_pb_light_text_color','#ffffff'),(813,1036,'_et_pb_dark_text_color','#666666'),(814,1036,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(815,1036,'_et_pb_section_background_color','#ffffff'),(816,1036,'_et_pb_old_content',''),(817,1036,'_et_pb_enable_shortcode_tracking',''),(818,1036,'_et_pb_custom_css',''),(819,1037,'_et_pb_built_for_post_type','page'),(821,1037,'_et_pb_use_builder','on'),(822,1037,'_et_pb_ab_bounce_rate_limit','5'),(823,1037,'_et_pb_ab_stats_refresh_interval','hourly'),(824,1037,'_et_pb_light_text_color','#ffffff'),(825,1037,'_et_pb_dark_text_color','#666666'),(826,1037,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(827,1037,'_et_pb_section_background_color','#ffffff'),(829,1037,'_et_pb_old_content',''),(830,1037,'_et_pb_enable_shortcode_tracking',''),(831,1037,'_et_pb_custom_css',''),(833,1038,'_et_pb_built_for_post_type','page'),(834,1039,'_et_pb_built_for_post_type','page'),(835,1039,'_et_pb_use_builder','on'),(836,1039,'_et_pb_ab_bounce_rate_limit','5'),(837,1039,'_et_pb_ab_stats_refresh_interval','hourly'),(838,1039,'_et_pb_light_text_color','#ffffff'),(839,1039,'_et_pb_dark_text_color','#666666'),(840,1039,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(841,1039,'_et_pb_section_background_color','#ffffff'),(842,1040,'_et_pb_built_for_post_type','page'),(843,1040,'_et_pb_use_builder','on'),(844,1040,'_et_pb_ab_bounce_rate_limit','5'),(845,1040,'_et_pb_ab_stats_refresh_interval','hourly'),(846,1040,'_et_pb_light_text_color','#ffffff'),(847,1040,'_et_pb_dark_text_color','#666666'),(848,1040,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(849,1040,'_et_pb_section_background_color','#ffffff'),(850,1041,'_et_pb_built_for_post_type','page'),(851,1041,'_et_pb_use_builder','on'),(852,1041,'_et_pb_ab_bounce_rate_limit','5'),(853,1041,'_et_pb_ab_stats_refresh_interval','hourly'),(854,1041,'_et_pb_light_text_color','#ffffff'),(855,1041,'_et_pb_dark_text_color','#666666'),(856,1041,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(857,1041,'_et_pb_section_background_color','#ffffff'),(858,1041,'_et_pb_old_content',''),(859,1041,'_et_pb_enable_shortcode_tracking',''),(860,1041,'_et_pb_custom_css',''),(861,1042,'_et_pb_built_for_post_type','page'),(862,1044,'_et_pb_built_for_post_type','page'),(863,1044,'_et_pb_use_builder','on'),(864,1044,'_et_pb_ab_bounce_rate_limit','5'),(865,1044,'_et_pb_ab_stats_refresh_interval','hourly'),(866,1044,'_et_pb_light_text_color','#ffffff'),(867,1044,'_et_pb_dark_text_color','#666666'),(868,1044,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(869,1044,'_et_pb_section_background_color','#ffffff'),(870,1044,'_et_pb_old_content',''),(871,1044,'_et_pb_enable_shortcode_tracking',''),(872,1044,'_et_pb_custom_css',''),(873,1045,'_et_pb_built_for_post_type','page'),(874,1045,'_et_pb_use_builder','on'),(875,1045,'_et_pb_ab_bounce_rate_limit','5'),(876,1045,'_et_pb_ab_stats_refresh_interval','hourly'),(877,1045,'_et_pb_light_text_color','#ffffff'),(878,1045,'_et_pb_dark_text_color','#666666'),(879,1045,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(880,1045,'_et_pb_section_background_color','#ffffff'),(881,1045,'_et_pb_old_content',''),(882,1045,'_et_pb_enable_shortcode_tracking',''),(883,1045,'_et_pb_custom_css',''),(884,1171,'_et_pb_built_for_post_type','page'),(886,1171,'_et_pb_use_builder','on'),(887,1171,'_et_pb_ab_stats_refresh_interval','hourly'),(888,1171,'_et_pb_old_content',''),(889,1171,'_et_pb_enable_shortcode_tracking',''),(890,1171,'_et_pb_custom_css',''),(891,1171,'_et_builder_version','BB|Divi|3.0.89'),(892,1171,'_et_pb_gutter_width','3'),(894,1046,'_et_pb_built_for_post_type','page'),(896,1046,'_et_pb_use_builder','on'),(897,1046,'_et_pb_ab_stats_refresh_interval','hourly'),(899,1046,'_et_pb_old_content',''),(900,1046,'_et_pb_enable_shortcode_tracking',''),(901,1046,'_et_pb_custom_css',''),(902,1046,'_et_builder_version','BB|Divi|3.0.89'),(903,1046,'_et_pb_gutter_width','3'),(905,1047,'_et_pb_built_for_post_type','page'),(907,1047,'_et_pb_use_builder','on'),(908,1047,'_et_pb_ab_stats_refresh_interval','hourly'),(910,1047,'_et_pb_old_content',''),(911,1047,'_et_pb_enable_shortcode_tracking',''),(912,1047,'_et_pb_custom_css',''),(913,1047,'_et_builder_version','BB|Divi|3.0.84'),(914,1047,'_et_pb_gutter_width','3'),(916,1048,'_et_pb_module_type','et_pb_fullwidth_slider'),(917,1048,'_et_pb_built_for_post_type','page'),(918,1048,'_et_pb_use_builder','on'),(919,1048,'_et_pb_ab_bounce_rate_limit','5'),(920,1048,'_et_pb_ab_stats_refresh_interval','hourly'),(921,1048,'_et_pb_light_text_color','#ffffff'),(922,1048,'_et_pb_dark_text_color','#666666'),(923,1048,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(924,1048,'_et_pb_section_background_color','#ffffff'),(925,1048,'_et_pb_old_content',''),(926,1048,'_et_pb_enable_shortcode_tracking',''),(927,1048,'_et_pb_custom_css',''),(928,1050,'_et_pb_module_type','et_pb_blurb'),(929,1050,'_et_pb_built_for_post_type','page'),(930,1050,'_et_pb_use_builder','on'),(931,1050,'_et_builder_version','BB|Divi|3.0.84'),(932,1050,'_et_pb_ab_stats_refresh_interval','hourly'),(933,1050,'_et_pb_old_content',''),(934,1050,'_et_pb_enable_shortcode_tracking',''),(935,1050,'_et_pb_custom_css',''),(936,1050,'_et_pb_gutter_width','3'),(937,1051,'_et_pb_module_type','et_pb_blurb'),(938,1051,'_et_pb_built_for_post_type','page'),(939,1051,'_et_pb_use_builder','on'),(940,1051,'_et_pb_ab_stats_refresh_interval','hourly'),(941,1051,'_et_pb_old_content',''),(942,1051,'_et_pb_enable_shortcode_tracking',''),(943,1051,'_et_pb_custom_css',''),(944,1051,'_et_builder_version','BB|Divi|3.0.84'),(945,1051,'_et_pb_gutter_width','3'),(946,1052,'_et_pb_module_type','et_pb_blurb'),(947,1052,'_et_pb_built_for_post_type','page'),(948,1052,'_et_pb_use_builder','on'),(949,1052,'_et_builder_version','BB|Divi|3.0.84'),(950,1052,'_et_pb_ab_stats_refresh_interval','hourly'),(951,1052,'_et_pb_old_content',''),(952,1052,'_et_pb_enable_shortcode_tracking',''),(953,1052,'_et_pb_custom_css',''),(954,1052,'_et_pb_gutter_width','3'),(955,1053,'_et_pb_module_type','et_pb_blurb'),(956,1053,'_et_pb_built_for_post_type','page'),(957,1053,'_et_pb_use_builder','on'),(958,1053,'_et_builder_version','BB|Divi|3.0.84'),(959,1053,'_et_pb_ab_stats_refresh_interval','hourly'),(960,1053,'_et_pb_old_content',''),(961,1053,'_et_pb_enable_shortcode_tracking',''),(962,1053,'_et_pb_custom_css',''),(963,1053,'_et_pb_gutter_width','3'),(964,1055,'_et_pb_module_type','et_pb_blurb'),(965,1055,'_et_pb_built_for_post_type','page'),(966,1055,'_et_pb_use_builder','on'),(967,1055,'_et_builder_version','BB|Divi|3.0.84'),(968,1055,'_et_pb_ab_stats_refresh_interval','hourly'),(969,1055,'_et_pb_old_content',''),(970,1055,'_et_pb_enable_shortcode_tracking',''),(971,1055,'_et_pb_custom_css',''),(972,1055,'_et_pb_gutter_width','3'),(973,1056,'_et_pb_module_type','et_pb_blurb'),(974,1056,'_et_pb_built_for_post_type','page'),(975,1057,'_et_pb_module_type','et_pb_blurb'),(976,1057,'_et_pb_built_for_post_type','page'),(977,1058,'_et_pb_module_type','et_pb_testimonial'),(978,1058,'_et_pb_built_for_post_type','page'),(979,1058,'_et_pb_use_builder','on'),(980,1058,'_et_pb_ab_stats_refresh_interval','hourly'),(981,1058,'_et_pb_old_content',''),(982,1058,'_et_pb_enable_shortcode_tracking',''),(983,1058,'_et_pb_custom_css',''),(984,1058,'_et_builder_version','BB|Divi|3.0.84'),(985,1058,'_et_pb_gutter_width','3'),(986,1059,'_et_pb_module_type','et_pb_slider'),(987,1059,'_et_pb_built_for_post_type','page'),(988,1059,'_et_pb_use_builder','on'),(989,1059,'_et_pb_ab_bounce_rate_limit','5'),(990,1059,'_et_pb_ab_stats_refresh_interval','hourly'),(991,1059,'_et_pb_light_text_color','#ffffff'),(992,1059,'_et_pb_dark_text_color','#666666'),(993,1059,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(994,1059,'_et_pb_section_background_color','#ffffff'),(995,1059,'_et_pb_old_content',''),(996,1059,'_et_pb_enable_shortcode_tracking',''),(997,1059,'_et_pb_custom_css',''),(998,1060,'_et_pb_module_type','et_pb_gallery'),(999,1060,'_et_pb_built_for_post_type','page'),(1000,1060,'_et_pb_use_builder','on'),(1001,1060,'_et_pb_ab_bounce_rate_limit','5'),(1002,1060,'_et_pb_ab_stats_refresh_interval','hourly'),(1003,1060,'_et_pb_light_text_color','#ffffff'),(1004,1060,'_et_pb_dark_text_color','#666666'),(1005,1060,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1006,1060,'_et_pb_section_background_color','#ffffff'),(1007,1060,'_et_pb_old_content',''),(1008,1060,'_et_pb_enable_shortcode_tracking',''),(1009,1060,'_et_pb_custom_css',''),(1010,1062,'_et_pb_module_type','et_pb_image'),(1011,1062,'_et_pb_built_for_post_type','page'),(1013,1062,'_et_pb_use_builder','on'),(1014,1062,'_et_pb_ab_bounce_rate_limit','5'),(1015,1062,'_et_pb_ab_stats_refresh_interval','hourly'),(1016,1062,'_et_pb_light_text_color','#ffffff'),(1017,1062,'_et_pb_dark_text_color','#666666'),(1018,1062,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1019,1062,'_et_pb_section_background_color','#ffffff'),(1021,1062,'_et_pb_old_content',''),(1022,1062,'_et_pb_enable_shortcode_tracking',''),(1023,1062,'_et_pb_custom_css',''),(1025,1063,'_et_pb_module_type','et_pb_image'),(1026,1063,'_et_pb_built_for_post_type','page'),(1028,1063,'_et_pb_use_builder','on'),(1029,1063,'_et_pb_ab_bounce_rate_limit','5'),(1030,1063,'_et_pb_ab_stats_refresh_interval','hourly'),(1031,1063,'_et_pb_light_text_color','#ffffff'),(1032,1063,'_et_pb_dark_text_color','#666666'),(1033,1063,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1034,1063,'_et_pb_section_background_color','#ffffff'),(1036,1063,'_et_pb_old_content',''),(1037,1063,'_et_pb_enable_shortcode_tracking',''),(1038,1063,'_et_pb_custom_css',''),(1040,1064,'_et_pb_module_type','et_pb_image'),(1041,1064,'_et_pb_built_for_post_type','page'),(1043,1064,'_et_pb_use_builder','on'),(1044,1064,'_et_pb_ab_bounce_rate_limit','5'),(1045,1064,'_et_pb_ab_stats_refresh_interval','hourly'),(1046,1064,'_et_pb_light_text_color','#ffffff'),(1047,1064,'_et_pb_dark_text_color','#666666'),(1048,1064,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1049,1064,'_et_pb_section_background_color','#ffffff'),(1051,1064,'_et_pb_old_content',''),(1052,1064,'_et_pb_enable_shortcode_tracking',''),(1053,1064,'_et_pb_custom_css',''),(1055,1065,'_et_pb_module_type','et_pb_team_member'),(1056,1065,'_et_pb_built_for_post_type','page'),(1057,1065,'_et_pb_use_builder','on'),(1058,1065,'_et_pb_ab_stats_refresh_interval','hourly'),(1059,1065,'_et_pb_old_content',''),(1060,1065,'_et_pb_enable_shortcode_tracking',''),(1061,1065,'_et_pb_custom_css',''),(1062,1065,'_et_builder_version','BB|Divi|3.0.84'),(1063,1065,'_et_pb_gutter_width','3'),(1064,1066,'_et_pb_module_type','et_pb_team_member'),(1065,1066,'_et_pb_built_for_post_type','page'),(1066,1066,'_et_pb_use_builder','on'),(1067,1066,'_et_pb_ab_stats_refresh_interval','hourly'),(1068,1066,'_et_pb_old_content',''),(1069,1066,'_et_pb_enable_shortcode_tracking',''),(1070,1066,'_et_pb_custom_css',''),(1071,1066,'_et_builder_version','BB|Divi|3.0.84'),(1072,1066,'_et_pb_gutter_width','3'),(1073,1068,'_et_pb_module_type','et_pb_accordion'),(1074,1068,'_et_pb_built_for_post_type','page'),(1075,1068,'_et_pb_use_builder','on'),(1076,1068,'_et_builder_version','BB|Divi|3.0.84'),(1077,1068,'_et_pb_ab_stats_refresh_interval','hourly'),(1078,1068,'_et_pb_old_content',''),(1079,1068,'_et_pb_enable_shortcode_tracking',''),(1080,1068,'_et_pb_custom_css',''),(1081,1068,'_et_pb_gutter_width','3'),(1082,1069,'_et_pb_module_type','et_pb_toggle'),(1083,1069,'_et_pb_built_for_post_type','page'),(1084,1070,'_et_pb_module_type','et_pb_toggle'),(1085,1070,'_et_pb_built_for_post_type','page'),(1086,1071,'_et_pb_module_type','et_pb_counters'),(1087,1071,'_et_pb_built_for_post_type','page'),(1088,1072,'_et_pb_module_type','et_pb_circle_counter'),(1089,1072,'_et_pb_built_for_post_type','page'),(1090,1074,'_et_pb_module_type','et_pb_number_counter'),(1091,1074,'_et_pb_built_for_post_type','page'),(1092,1075,'_et_pb_module_type','et_pb_number_counter'),(1093,1075,'_et_pb_built_for_post_type','page'),(1094,1077,'_et_pb_module_type','et_pb_pricing_tables'),(1095,1077,'_et_pb_built_for_post_type','page'),(1096,1077,'_et_pb_use_builder','on'),(1097,1077,'_et_builder_version','BB|Divi|3.0.84'),(1098,1077,'_et_pb_ab_stats_refresh_interval','hourly'),(1099,1077,'_et_pb_old_content',''),(1100,1077,'_et_pb_enable_shortcode_tracking',''),(1101,1077,'_et_pb_custom_css',''),(1102,1077,'_et_pb_gutter_width','3'),(1103,1294,'_et_pb_built_for_post_type','project'),(1104,1294,'_et_pb_use_builder','on'),(1105,1294,'_et_builder_version','BB|Divi|3.0.84'),(1106,1294,'_et_pb_ab_stats_refresh_interval','hourly'),(1107,1294,'_et_pb_old_content',''),(1108,1294,'_et_pb_enable_shortcode_tracking',''),(1109,1294,'_et_pb_custom_css',''),(1110,1294,'_et_pb_gutter_width','3'),(1112,1295,'_et_pb_built_for_post_type','project'),(1113,1295,'_et_pb_use_builder','on'),(1114,1295,'_et_builder_version','BB|Divi|3.0.84'),(1115,1295,'_et_pb_ab_stats_refresh_interval','hourly'),(1116,1295,'_et_pb_old_content',''),(1117,1295,'_et_pb_enable_shortcode_tracking',''),(1118,1295,'_et_pb_custom_css',''),(1119,1295,'_et_pb_gutter_width','3'),(1121,1318,'_et_pb_predefined_layout','on'),(1122,1318,'_et_pb_built_for_post_type','page'),(1123,1318,'_et_pb_layout_applicability','product_tour'),(1124,1319,'_et_pb_predefined_layout','on'),(1125,1319,'_et_pb_built_for_post_type','page'),(1126,1320,'_et_pb_predefined_layout','on'),(1127,1320,'_et_pb_built_for_post_type','page'),(1128,1321,'_et_pb_predefined_layout','on'),(1129,1321,'_et_pb_built_for_post_type','page'),(1130,1322,'_et_pb_predefined_layout','on'),(1131,1322,'_et_pb_built_for_post_type','page'),(1132,1323,'_et_pb_predefined_layout','on'),(1133,1323,'_et_pb_built_for_post_type','page'),(1134,1324,'_et_pb_predefined_layout','on'),(1135,1324,'_et_pb_built_for_post_type','page'),(1136,1325,'_et_pb_predefined_layout','on'),(1137,1325,'_et_pb_built_for_post_type','page'),(1138,1326,'_et_pb_predefined_layout','on'),(1139,1326,'_et_pb_built_for_post_type','page'),(1140,1327,'_et_pb_predefined_layout','on'),(1141,1327,'_et_pb_built_for_post_type','page'),(1142,1328,'_et_pb_predefined_layout','on'),(1143,1328,'_et_pb_built_for_post_type','page'),(1144,1329,'_et_pb_predefined_layout','on'),(1145,1329,'_et_pb_built_for_post_type','page'),(1146,1330,'_et_pb_predefined_layout','on'),(1147,1330,'_et_pb_built_for_post_type','page'),(1148,1331,'_et_pb_predefined_layout','on'),(1149,1331,'_et_pb_built_for_post_type','page'),(1150,1332,'_et_pb_predefined_layout','on'),(1151,1332,'_et_pb_built_for_post_type','page'),(1152,1333,'_et_pb_predefined_layout','on'),(1153,1333,'_et_pb_built_for_post_type','page'),(1154,1334,'_et_pb_predefined_layout','on'),(1155,1334,'_et_pb_built_for_post_type','page'),(1156,1335,'_et_pb_predefined_layout','on'),(1157,1335,'_et_pb_built_for_post_type','page'),(1158,1336,'_et_pb_predefined_layout','on'),(1159,1336,'_et_pb_built_for_post_type','page'),(1160,1337,'_et_pb_predefined_layout','on'),(1161,1337,'_et_pb_built_for_post_type','page'),(1162,1338,'_et_pb_predefined_layout','on'),(1163,1338,'_et_pb_built_for_post_type','page'),(1164,1339,'_et_pb_predefined_layout','on'),(1165,1339,'_et_pb_built_for_post_type','page'),(1166,1340,'_et_pb_predefined_layout','on'),(1167,1340,'_et_pb_built_for_post_type','page'),(1168,1341,'_et_pb_predefined_layout','on'),(1169,1341,'_et_pb_built_for_post_type','page'),(1170,1342,'_et_pb_predefined_layout','on'),(1171,1342,'_et_pb_built_for_post_type','page'),(1172,1343,'_et_pb_predefined_layout','on'),(1173,1343,'_et_pb_built_for_post_type','page'),(1174,1344,'_et_pb_predefined_layout','on'),(1175,1344,'_et_pb_built_for_post_type','page'),(1176,1345,'_et_pb_predefined_layout','on'),(1177,1345,'_et_pb_built_for_post_type','page'),(1178,1346,'_et_pb_predefined_layout','on'),(1179,1346,'_et_pb_built_for_post_type','page'),(1180,1347,'_et_pb_predefined_layout','on'),(1181,1347,'_et_pb_built_for_post_type','page'),(1182,1348,'_et_pb_predefined_layout','on'),(1183,1348,'_et_pb_built_for_post_type','page'),(1184,1349,'_et_pb_predefined_layout','on'),(1185,1349,'_et_pb_built_for_post_type','page'),(2367,862,'_edit_lock','1533062183:1'),(2366,539,'_edit_lock','1565025929:1'),(2365,969,'_edit_lock','1565025921:1'),(2364,1295,'_edit_lock','1533061943:1'),(2363,1294,'_edit_lock','1533062008:1'),(2291,123811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:37:\"2018/07/käyttäjälähtöisyys-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"käyttäjälähtöisyys-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"käyttäjälähtöisyys-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:38:\"käyttäjälähtöisyys-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:39:\"käyttäjälähtöisyys-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2290,123811,'_wp_attached_file','2018/07/käyttäjälähtöisyys-1.jpg'),(1356,1350,'_et_pb_predefined_layout','on'),(1357,1350,'_et_pb_built_for_post_type','page'),(1375,962,'_wp_page_template','default'),(1376,962,'_et_pb_post_hide_nav','default'),(1377,962,'_et_pb_page_layout','et_right_sidebar'),(1378,962,'_et_pb_side_nav','off'),(1379,962,'_et_pb_use_builder','on'),(1380,962,'_et_pb_ab_stats_refresh_interval','hourly'),(1381,962,'_yoast_wpseo_content_score','60'),(1384,962,'_et_pb_old_content',''),(1385,962,'_et_pb_enable_shortcode_tracking',''),(1386,962,'_et_pb_custom_css',''),(1387,962,'_et_builder_version','BB|Divi|3.0.89'),(1388,962,'_et_pb_gutter_width','3'),(1390,963,'_wp_page_template','default'),(1391,963,'_et_pb_post_hide_nav','default'),(1392,963,'_et_pb_page_layout','et_right_sidebar'),(1393,963,'_et_pb_side_nav','off'),(1394,963,'_et_pb_use_builder','on'),(1395,963,'_et_pb_ab_stats_refresh_interval','hourly'),(1396,963,'_yoast_wpseo_content_score','60'),(1397,963,'_et_pb_gutter_width','2'),(1398,963,'_et_pb_old_content',''),(1399,963,'_et_pb_enable_shortcode_tracking',''),(1400,963,'_et_pb_custom_css',''),(1401,963,'_et_builder_version','BB|Divi|3.0.89'),(1402,964,'_wp_page_template','default'),(1403,964,'_et_pb_post_hide_nav','default'),(1404,964,'_et_pb_page_layout','et_right_sidebar'),(1405,964,'_et_pb_side_nav','off'),(1406,964,'_et_pb_use_builder','on'),(2153,964,'_et_pb_enable_shortcode_tracking',''),(1408,964,'_et_pb_ab_stats_refresh_interval','hourly'),(2159,964,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"964\" /]'),(2158,964,'_et_pb_ab_subjects',''),(2157,964,'_et_pb_use_ab_testing','off'),(2156,964,'_et_pb_built_for_post_type','page'),(1413,964,'_yoast_wpseo_content_score','60'),(1414,965,'_wp_page_template','default'),(1415,965,'_et_pb_post_hide_nav','default'),(1416,965,'_et_pb_page_layout','et_right_sidebar'),(1417,965,'_et_pb_side_nav','off'),(1418,965,'_et_pb_use_builder','on'),(1419,965,'_et_pb_ab_bounce_rate_limit','5'),(1420,965,'_et_pb_ab_stats_refresh_interval','hourly'),(1421,965,'_et_pb_light_text_color','#ffffff'),(1422,965,'_et_pb_dark_text_color','#666666'),(1423,965,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1424,965,'_et_pb_section_background_color','#ffffff'),(1425,965,'_yoast_wpseo_content_score','60'),(1426,965,'_et_pb_old_content',''),(1427,965,'_et_pb_enable_shortcode_tracking',''),(1428,965,'_et_pb_custom_css',''),(1429,966,'_wp_page_template','default'),(1430,966,'_et_pb_post_hide_nav','default'),(1431,966,'_et_pb_page_layout','et_right_sidebar'),(1432,966,'_et_pb_side_nav','off'),(1433,966,'_et_pb_use_builder','on'),(2529,966,'_et_pb_enable_shortcode_tracking',''),(2536,966,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"966\" /]'),(2534,966,'_et_pb_built_for_post_type','page'),(2533,124033,'_et_pb_built_for_post_type','page'),(2532,124033,'_et_pb_module_type','et_pb_image'),(1440,966,'_yoast_wpseo_content_score','90'),(1441,967,'_wp_page_template','default'),(1442,967,'_et_pb_post_hide_nav','default'),(1443,967,'_et_pb_page_layout','et_right_sidebar'),(1444,967,'_et_pb_side_nav','off'),(1445,967,'_et_pb_use_builder','on'),(1446,967,'_et_pb_ab_bounce_rate_limit','5'),(1447,967,'_et_pb_ab_stats_refresh_interval','hourly'),(1448,967,'_et_pb_light_text_color','#ffffff'),(1449,967,'_et_pb_dark_text_color','#666666'),(1450,967,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1451,967,'_et_pb_section_background_color','#ffffff'),(1452,967,'_yoast_wpseo_content_score','60'),(1453,967,'_et_pb_use_ab_testing','off'),(1454,967,'_et_pb_old_content',''),(1455,967,'_et_pb_enable_shortcode_tracking',''),(1456,967,'_et_pb_custom_css',''),(1457,968,'_wp_page_template','default'),(1458,968,'_et_pb_post_hide_nav','default'),(1459,968,'_et_pb_page_layout','et_right_sidebar'),(1460,968,'_et_pb_side_nav','off'),(1461,968,'_et_pb_use_builder','on'),(2544,968,'_et_pb_gutter_width','3'),(1463,968,'_et_pb_ab_stats_refresh_interval','hourly'),(2548,124033,'_et_builder_version','BB|Divi|3.17.6'),(2546,124033,'_edit_last','1'),(2547,124033,'_et_pb_use_builder','on'),(2545,124033,'_edit_lock','1565033017:1'),(1468,968,'_yoast_wpseo_content_score','90'),(1471,968,'_et_pb_old_content',''),(1472,968,'_et_pb_enable_shortcode_tracking',''),(1473,968,'_et_pb_custom_css',''),(1475,969,'_wp_page_template','default'),(1476,969,'_et_pb_post_hide_nav','default'),(1477,969,'_et_pb_page_layout','et_right_sidebar'),(1478,969,'_et_pb_side_nav','off'),(1479,969,'_et_pb_use_builder','on'),(2476,969,'_et_pb_gutter_width','3'),(1481,969,'_et_pb_ab_stats_refresh_interval','hourly'),(2480,123998,'_wp_page_template','default'),(2478,123998,'_edit_last','1'),(2479,123998,'_edit_lock','1633592609:1'),(2477,123997,'_et_pb_built_for_post_type','project'),(1486,969,'_yoast_wpseo_content_score','30'),(1487,969,'_et_pb_old_content',''),(1488,969,'_et_pb_enable_shortcode_tracking',''),(1489,969,'_et_pb_custom_css',''),(1490,969,'_et_core_cached_page_resources','a:2:{s:36:\"et-core-unified-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:113:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/969/et-core-unified-14996553903394.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:68:\"/ally/wp-content/cache/et/969/et-core-unified-14996553903394.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:15:\"et-core-unified\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:969;s:8:\"priority\";i:40;s:4:\"slug\";s:36:\"et-core-unified-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/969\";s:8:\"location\";s:9:\"head-late\";}s:39:\"et-core-unified-vb-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:116:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/969/et-core-unified-vb-14996553905159.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:71:\"/ally/wp-content/cache/et/969/et-core-unified-vb-14996553905159.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:18:\"et-core-unified-vb\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:969;s:8:\"priority\";i:10;s:4:\"slug\";s:39:\"et-core-unified-vb-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/969\";s:8:\"location\";s:6:\"footer\";}}'),(1491,970,'_wp_page_template','default'),(1492,970,'_et_pb_post_hide_nav','default'),(1493,970,'_et_pb_page_layout','et_right_sidebar'),(1494,970,'_et_pb_side_nav','off'),(1495,970,'_et_pb_use_builder','on'),(1496,970,'_et_pb_ab_bounce_rate_limit','5'),(1497,970,'_et_pb_ab_stats_refresh_interval','hourly'),(1498,970,'_et_pb_light_text_color','#ffffff'),(1499,970,'_et_pb_dark_text_color','#666666'),(1500,970,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1501,970,'_et_pb_section_background_color','#ffffff'),(1502,970,'_yoast_wpseo_content_score','60'),(1503,971,'_wp_page_template','default'),(1504,971,'_et_pb_post_hide_nav','default'),(1505,971,'_et_pb_page_layout','et_right_sidebar'),(1506,971,'_et_pb_side_nav','off'),(1507,971,'_et_pb_use_builder','on'),(2953,971,'_et_pb_ab_subjects',''),(1509,971,'_yoast_wpseo_content_score','60'),(1510,971,'_et_builder_version','VB|Divi|4.4.3'),(1511,971,'_et_pb_old_content',''),(1512,971,'_et_pb_enable_shortcode_tracking',''),(1513,971,'_et_pb_custom_css',''),(1514,971,'_et_pb_gutter_width','3'),(2289,123809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:35:\"2018/07/käyttäjälähtöisyys.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"käyttäjälähtöisyys-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"käyttäjälähtöisyys-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"käyttäjälähtöisyys-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"käyttäjälähtöisyys-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"käyttäjälähtöisyys-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2286,123547,'_et_pb_gutter_width','3'),(2285,123547,'_et_pb_custom_css',''),(2284,123547,'_et_pb_enable_shortcode_tracking',''),(2283,123547,'_et_pb_old_content',''),(2282,123547,'_et_pb_ab_stats_refresh_interval','hourly'),(2281,123547,'_et_builder_version','BB|Divi|3.10.1'),(2280,123547,'_et_pb_use_builder','on'),(2279,123547,'_edit_last','1'),(2278,123547,'_edit_lock','1532893761:1'),(1575,1307,'_menu_item_type','custom'),(1576,1307,'_menu_item_menu_item_parent','0'),(1577,1307,'_menu_item_object_id','1307'),(1578,1307,'_menu_item_object','custom'),(1579,1307,'_menu_item_target',''),(1580,1307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1581,1307,'_menu_item_xfn',''),(1582,1307,'_menu_item_url','#'),(1583,1308,'_menu_item_type','custom'),(1584,1308,'_menu_item_menu_item_parent','0'),(1585,1308,'_menu_item_object_id','1308'),(1586,1308,'_menu_item_object','custom'),(1587,1308,'_menu_item_target',''),(1588,1308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1589,1308,'_menu_item_xfn',''),(1590,1308,'_menu_item_url','#'),(1591,405,'_thumbnail_id','1205'),(1592,405,'_et_pb_post_hide_nav','default'),(1593,405,'_et_pb_project_nav','off'),(1594,405,'_et_pb_page_layout','et_right_sidebar'),(1595,405,'_et_pb_side_nav','off'),(1596,405,'_et_pb_use_builder','on'),(1597,405,'_et_pb_ab_bounce_rate_limit','5'),(1598,405,'_et_pb_ab_stats_refresh_interval','hourly'),(1599,405,'_et_pb_light_text_color','#ffffff'),(1600,405,'_et_pb_dark_text_color','#666666'),(1601,405,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1602,405,'_et_pb_section_background_color','#ffffff'),(1603,405,'_yoast_wpseo_content_score','60'),(1606,405,'_et_pb_old_content',''),(1607,405,'_et_pb_enable_shortcode_tracking',''),(1608,405,'_et_pb_custom_css',''),(1610,419,'_thumbnail_id','1206'),(1611,419,'_et_pb_post_hide_nav','default'),(1612,419,'_et_pb_project_nav','off'),(1613,419,'_et_pb_page_layout','et_right_sidebar'),(1614,419,'_et_pb_side_nav','off'),(1615,419,'_et_pb_use_builder','on'),(1616,419,'_et_pb_ab_bounce_rate_limit','5'),(1617,419,'_et_pb_ab_stats_refresh_interval','hourly'),(1618,419,'_et_pb_light_text_color','#ffffff'),(1619,419,'_et_pb_dark_text_color','#666666'),(1620,419,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1621,419,'_et_pb_section_background_color','#ffffff'),(1622,419,'_yoast_wpseo_content_score','60'),(1625,419,'_et_pb_old_content',''),(1626,419,'_et_pb_enable_shortcode_tracking',''),(1627,419,'_et_pb_custom_css',''),(1629,421,'_thumbnail_id','1208'),(1630,421,'_et_pb_post_hide_nav','default'),(1631,421,'_et_pb_project_nav','off'),(1632,421,'_et_pb_page_layout','et_right_sidebar'),(1633,421,'_et_pb_side_nav','off'),(1634,421,'_et_pb_use_builder','on'),(1635,421,'_et_pb_ab_bounce_rate_limit','5'),(1636,421,'_et_pb_ab_stats_refresh_interval','hourly'),(1637,421,'_et_pb_light_text_color','#ffffff'),(1638,421,'_et_pb_dark_text_color','#666666'),(1639,421,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1640,421,'_et_pb_section_background_color','#ffffff'),(1641,421,'_yoast_wpseo_content_score','60'),(1644,421,'_et_pb_old_content',''),(1645,421,'_et_pb_enable_shortcode_tracking',''),(1646,421,'_et_pb_custom_css',''),(1648,434,'_thumbnail_id','1207'),(1649,434,'_et_pb_post_hide_nav','default'),(1650,434,'_et_pb_project_nav','off'),(1651,434,'_et_pb_page_layout','et_right_sidebar'),(1652,434,'_et_pb_side_nav','off'),(1653,434,'_et_pb_use_builder','on'),(1654,434,'_et_pb_ab_bounce_rate_limit','5'),(1655,434,'_et_pb_ab_stats_refresh_interval','hourly'),(1656,434,'_et_pb_light_text_color','#ffffff'),(1657,434,'_et_pb_dark_text_color','#666666'),(1658,434,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1659,434,'_et_pb_section_background_color','#ffffff'),(1660,434,'_yoast_wpseo_content_score','60'),(1663,434,'_et_pb_old_content',''),(1664,434,'_et_pb_enable_shortcode_tracking',''),(1665,434,'_et_pb_custom_css',''),(1667,440,'_thumbnail_id','1209'),(1668,440,'_et_pb_post_hide_nav','default'),(1669,440,'_et_pb_project_nav','off'),(1670,440,'_et_pb_page_layout','et_right_sidebar'),(1671,440,'_et_pb_side_nav','off'),(1672,440,'_et_pb_use_builder','on'),(1673,440,'_et_pb_ab_bounce_rate_limit','5'),(1674,440,'_et_pb_ab_stats_refresh_interval','hourly'),(1675,440,'_et_pb_light_text_color','#ffffff'),(1676,440,'_et_pb_dark_text_color','#666666'),(1677,440,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1678,440,'_et_pb_section_background_color','#ffffff'),(1679,440,'_yoast_wpseo_content_score','60'),(1682,440,'_et_pb_old_content',''),(1683,440,'_et_pb_enable_shortcode_tracking',''),(1684,440,'_et_pb_custom_css',''),(1686,442,'_thumbnail_id','1210'),(1687,442,'_et_pb_post_hide_nav','default'),(1688,442,'_et_pb_project_nav','off'),(1689,442,'_et_pb_page_layout','et_right_sidebar'),(1690,442,'_et_pb_side_nav','off'),(1691,442,'_et_pb_use_builder','on'),(1692,442,'_et_pb_ab_bounce_rate_limit','5'),(1693,442,'_et_pb_ab_stats_refresh_interval','hourly'),(1694,442,'_et_pb_light_text_color','#ffffff'),(1695,442,'_et_pb_dark_text_color','#666666'),(1696,442,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1697,442,'_et_pb_section_background_color','#ffffff'),(1698,442,'_yoast_wpseo_content_score','60'),(1701,442,'_et_pb_old_content',''),(1702,442,'_et_pb_enable_shortcode_tracking',''),(1703,442,'_et_pb_custom_css',''),(1705,539,'_wp_page_template','default'),(1706,539,'_et_pb_post_hide_nav','default'),(1707,539,'_et_pb_page_layout','et_right_sidebar'),(1708,539,'_et_pb_side_nav','off'),(1709,539,'_et_pb_use_builder','on'),(1710,539,'_et_pb_ab_bounce_rate_limit','5'),(1711,539,'_et_pb_ab_stats_refresh_interval','hourly'),(1712,539,'_et_pb_light_text_color','#ffffff'),(1713,539,'_et_pb_dark_text_color','#666666'),(1714,539,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1715,539,'_et_pb_section_background_color','#ffffff'),(1716,539,'_yoast_wpseo_content_score','60'),(1718,587,'_thumbnail_id','1281'),(1719,587,'_et_post_bg_color','#ffffff'),(1720,587,'_et_post_bg_layout','light'),(1721,587,'_et_pb_show_title','off'),(1722,587,'_et_pb_post_hide_nav','default'),(1723,587,'_et_pb_page_layout','et_full_width_page'),(1724,587,'_et_pb_side_nav','off'),(1725,587,'_et_pb_use_builder','on'),(1726,587,'_et_pb_ab_bounce_rate_limit','5'),(1727,587,'_et_pb_ab_stats_refresh_interval','hourly'),(1728,587,'_et_pb_light_text_color','#ffffff'),(1729,587,'_et_pb_dark_text_color','#666666'),(1730,587,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1731,587,'_et_pb_section_background_color','#ffffff'),(1732,587,'_yoast_wpseo_content_score','60'),(1733,587,'_et_pb_old_content',''),(1734,587,'_et_pb_enable_shortcode_tracking',''),(1735,587,'_et_pb_custom_css',''),(1737,600,'_thumbnail_id','1284'),(1738,600,'_et_post_bg_color','#ffffff'),(1739,600,'_et_post_bg_layout','light'),(1740,600,'_et_pb_show_title','off'),(1741,600,'_et_pb_post_hide_nav','default'),(1742,600,'_et_pb_page_layout','et_full_width_page'),(1743,600,'_et_pb_side_nav','off'),(1744,600,'_et_pb_use_builder','on'),(1745,600,'_et_pb_ab_bounce_rate_limit','5'),(1746,600,'_et_pb_ab_stats_refresh_interval','hourly'),(1747,600,'_et_pb_light_text_color','#ffffff'),(1748,600,'_et_pb_dark_text_color','#666666'),(1749,600,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1750,600,'_et_pb_section_background_color','#ffffff'),(1751,600,'_yoast_wpseo_content_score','60'),(1752,600,'_dp_original','587'),(1753,600,'_et_pb_old_content',''),(1754,600,'_et_pb_enable_shortcode_tracking',''),(1755,600,'_et_pb_custom_css',''),(1757,603,'_et_post_bg_color','#ffffff'),(1758,603,'_et_post_bg_layout','light'),(1759,603,'_et_pb_show_title','off'),(1760,603,'_et_pb_post_hide_nav','default'),(1761,603,'_et_pb_page_layout','et_full_width_page'),(1762,603,'_et_pb_side_nav','off'),(1763,603,'_et_pb_use_builder','on'),(1764,603,'_et_pb_ab_stats_refresh_interval','hourly'),(1765,603,'_yoast_wpseo_content_score','60'),(1766,603,'_dp_original','600'),(1767,603,'_et_pb_old_content','<p>[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"off\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" _builder_version=\"3.0.84\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]</p><p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p><h2>Header Level 2</h2><ol><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li></ol><blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote><h3>Header Level 3</h3><ul><li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li><li>Aliquam tincidunt mauris eu risus.</li></ul><p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>'),(1768,603,'_et_pb_enable_shortcode_tracking',''),(1769,603,'_et_pb_custom_css',''),(1770,603,'_et_builder_version','BB|Divi|3.0.89'),(1771,603,'_et_pb_gutter_width','3'),(1772,603,'_oembed_f0becd3cab6d2142920ef95c0adc9d29','{{unknown}}'),(1773,603,'_oembed_7f41e4ee02ab765d4da90b7ee48e648e','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/OKMUIGDTDQ0?start=40&feature=oembed\" frameborder=\"0\" gesture=\"media\" allow=\"encrypted-media\" allowfullscreen></iframe>'),(1774,603,'_oembed_time_7f41e4ee02ab765d4da90b7ee48e648e','1513786648'),(1775,603,'_thumbnail_id','1283'),(1777,605,'_thumbnail_id','1282'),(1778,605,'_et_post_bg_color','#ffffff'),(1779,605,'_et_post_bg_layout','light'),(1780,605,'_et_pb_show_title','off'),(1781,605,'_et_pb_post_hide_nav','default'),(1782,605,'_et_pb_page_layout','et_full_width_page'),(1783,605,'_et_pb_side_nav','off'),(1784,605,'_et_pb_use_builder','on'),(1785,605,'_et_pb_ab_bounce_rate_limit','5'),(1786,605,'_et_pb_ab_stats_refresh_interval','hourly'),(1787,605,'_et_pb_light_text_color','#ffffff'),(1788,605,'_et_pb_dark_text_color','#666666'),(1789,605,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1790,605,'_et_pb_section_background_color','#ffffff'),(1791,605,'_yoast_wpseo_content_score','60'),(1792,605,'_dp_original','603'),(1793,605,'_et_pb_old_content',''),(1794,605,'_et_pb_enable_shortcode_tracking',''),(1795,605,'_et_pb_custom_css',''),(1797,607,'_thumbnail_id','1280'),(1798,607,'_et_post_bg_color','#ffffff'),(1799,607,'_et_post_bg_layout','light'),(1800,607,'_et_pb_show_title','off'),(1801,607,'_et_pb_post_hide_nav','default'),(1802,607,'_et_pb_page_layout','et_full_width_page'),(1803,607,'_et_pb_side_nav','off'),(1804,607,'_et_pb_use_builder','on'),(3445,607,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"607\" /]'),(3444,607,'_et_pb_ab_subjects',''),(3450,607,'_et_pb_truncate_post_date','2020-11-20 00:31:51'),(3449,607,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Työkaluja ja kaluttavaa lukuvuodeksi<br />\n&nbsp;<br />\n&nbsp;<br />\nMarraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (Googlen Workspacestä 18.11.2020) että kaluttavaa eli opetuksen sisältöjä (Vuosi yrittäjänä 2.12.2020).<br />\n <br />\nLukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: &#8221;Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.&#8221;<br />\n <br />\nLukion uusi opetussuunnitelma tietysti noudattaa lakia: &#8221;Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.&#8221; Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä &#8211; ja elämässä ylipäätään!<br />\n <br />\nLUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle tutorille tai lähettää suoraan koordinaattoreille etusivun lomakkeella. Vastaamme varmasti!<br />\n <br />\nMicaela Morero<br />\nLUKU-verkoston koordinaattori</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3641,124551,'_et_pb_use_builder','on'),(3632,124543,'_et_pb_built_for_post_type','page'),(3562,600,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_0 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">Design Expert Interview</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3448,607,'_et_pb_first_image',''),(1811,607,'_yoast_wpseo_content_score','60'),(1812,607,'_dp_original','605'),(1813,607,'_wp_old_slug','5-habits-highly-effective-online-marketing'),(1814,607,'_et_pb_old_content',''),(1815,607,'_et_pb_enable_shortcode_tracking',''),(1816,607,'_et_pb_custom_css',''),(1818,609,'_thumbnail_id','1283'),(1819,609,'_et_post_bg_color','#ffffff'),(1820,609,'_et_post_bg_layout','light'),(1821,609,'_et_pb_show_title','off'),(1822,609,'_et_pb_post_hide_nav','default'),(1823,609,'_et_pb_page_layout','et_full_width_page'),(1824,609,'_et_pb_side_nav','off'),(1825,609,'_et_pb_use_builder','on'),(1826,609,'_et_pb_ab_bounce_rate_limit','5'),(1827,609,'_et_pb_ab_stats_refresh_interval','hourly'),(1828,609,'_et_pb_light_text_color','#ffffff'),(1829,609,'_et_pb_dark_text_color','#666666'),(1830,609,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1831,609,'_et_pb_section_background_color','#ffffff'),(1832,609,'_yoast_wpseo_content_score','60'),(1833,609,'_dp_original','607'),(1834,609,'_et_pb_old_content',''),(1835,609,'_et_pb_enable_shortcode_tracking',''),(1836,609,'_et_pb_custom_css',''),(3300,124417,'_menu_item_menu_item_parent','0'),(3301,124417,'_menu_item_object_id','124393'),(1838,624,'_thumbnail_id','1279'),(1839,624,'_et_post_bg_color','#ffffff'),(1840,624,'_et_post_bg_layout','light'),(1841,624,'_et_pb_show_title','off'),(1842,624,'_et_pb_post_hide_nav','default'),(1843,624,'_et_pb_page_layout','et_full_width_page'),(1844,624,'_et_pb_side_nav','off'),(1845,624,'_et_pb_use_builder','on'),(1846,624,'_et_pb_ab_bounce_rate_limit','5'),(1847,624,'_et_pb_ab_stats_refresh_interval','hourly'),(1848,624,'_et_pb_light_text_color','#ffffff'),(1849,624,'_et_pb_dark_text_color','#666666'),(1850,624,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1851,624,'_et_pb_section_background_color','#ffffff'),(1852,624,'_yoast_wpseo_content_score','60'),(1853,624,'_dp_original','587'),(1854,624,'_et_pb_old_content',''),(1855,624,'_et_pb_enable_shortcode_tracking',''),(1856,624,'_et_pb_custom_css',''),(1857,624,'_et_core_cached_page_resources','a:2:{s:36:\"et-core-unified-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:113:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624/et-core-unified-15020169267389.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:68:\"/ally/wp-content/cache/et/624/et-core-unified-15020169267389.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:15:\"et-core-unified\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:624;s:8:\"priority\";i:40;s:4:\"slug\";s:36:\"et-core-unified-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624\";s:8:\"location\";s:9:\"head-late\";}s:39:\"et-core-unified-vb-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:116:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624/et-core-unified-vb-15028137014419.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:71:\"/ally/wp-content/cache/et/624/et-core-unified-vb-15028137014419.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:18:\"et-core-unified-vb\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:624;s:8:\"priority\";i:10;s:4:\"slug\";s:39:\"et-core-unified-vb-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624\";s:8:\"location\";s:6:\"footer\";}}'),(1858,624,'_et_core_cached_page_resources','a:2:{s:36:\"et-core-unified-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:113:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624/et-core-unified-15020169267389.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:68:\"/ally/wp-content/cache/et/624/et-core-unified-15020169267389.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:15:\"et-core-unified\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:624;s:8:\"priority\";i:40;s:4:\"slug\";s:36:\"et-core-unified-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624\";s:8:\"location\";s:9:\"head-late\";}s:39:\"et-core-unified-vb-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:116:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624/et-core-unified-vb-15028137014419.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:71:\"/ally/wp-content/cache/et/624/et-core-unified-vb-15028137014419.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:18:\"et-core-unified-vb\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:624;s:8:\"priority\";i:10;s:4:\"slug\";s:39:\"et-core-unified-vb-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/624\";s:8:\"location\";s:6:\"footer\";}}'),(1859,839,'_wp_page_template','default'),(1860,839,'_et_pb_post_hide_nav','default'),(1861,839,'_et_pb_page_layout','et_right_sidebar'),(1862,839,'_et_pb_side_nav','off'),(1863,839,'_et_pb_use_builder','on'),(2133,839,'_et_pb_ab_subjects',''),(2579,839,'_thumbnail_id',''),(2139,123665,'_et_pb_excluded_global_options','[]'),(2138,123665,'_et_pb_built_for_post_type','page'),(2137,839,'_et_pb_show_page_creation','off'),(2136,839,'_et_builder_version','VB|Divi|3.17.6'),(1870,839,'_yoast_wpseo_content_score','60'),(1871,839,'_et_pb_old_content',''),(1872,839,'_et_pb_enable_shortcode_tracking',''),(1873,839,'_et_pb_custom_css',''),(1874,849,'_wp_page_template','default'),(1875,849,'_et_pb_post_hide_nav','default'),(1876,849,'_et_pb_page_layout','et_right_sidebar'),(1877,849,'_et_pb_side_nav','off'),(1878,849,'_et_pb_use_builder','on'),(1879,849,'_et_pb_ab_stats_refresh_interval','hourly'),(1880,849,'_yoast_wpseo_content_score','60'),(1883,849,'_et_pb_old_content',''),(1884,849,'_et_pb_enable_shortcode_tracking',''),(1885,849,'_et_pb_custom_css',''),(1886,849,'_et_core_cached_page_resources','a:2:{s:36:\"et-core-unified-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:113:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/849/et-core-unified-15010021400274.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:68:\"/ally/wp-content/cache/et/849/et-core-unified-15010021400274.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:15:\"et-core-unified\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:849;s:8:\"priority\";i:40;s:4:\"slug\";s:36:\"et-core-unified-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/849\";s:8:\"location\";s:9:\"head-late\";}s:39:\"et-core-unified-vb-cached-inline-styles\";O:20:\"ET_Core_PageResource\":18:{s:8:\"BASE_DIR\";N;s:4:\"PATH\";s:116:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/849/et-core-unified-vb-15010025995787.min.css\";s:8:\"TEMP_DIR\";N;s:3:\"URL\";s:71:\"/ally/wp-content/cache/et/849/et-core-unified-vb-15010025995787.min.css\";s:4:\"data\";N;s:8:\"disabled\";N;s:8:\"enqueued\";N;s:13:\"forced_inline\";N;s:8:\"filename\";s:18:\"et-core-unified-vb\";s:7:\"inlined\";N;s:5:\"owner\";s:4:\"core\";s:7:\"post_id\";i:849;s:8:\"priority\";i:10;s:4:\"slug\";s:39:\"et-core-unified-vb-cached-inline-styles\";s:4:\"type\";s:5:\"style\";s:19:\"write_file_location\";N;s:9:\"BASE_PATH\";s:74:\"/home/dronka/domains/divilover.eu/public_html/ally/wp-content/cache/et/849\";s:8:\"location\";s:6:\"footer\";}}'),(1887,849,'_et_builder_version','BB|Divi|3.0.89'),(1888,849,'_et_pb_gutter_width','3'),(1890,862,'_wp_page_template','default'),(1891,862,'_et_pb_post_hide_nav','default'),(1892,862,'_et_pb_page_layout','et_right_sidebar'),(1893,862,'_et_pb_side_nav','off'),(1894,862,'_et_pb_use_builder','on'),(1895,862,'_et_pb_ab_bounce_rate_limit','5'),(1896,862,'_et_pb_ab_stats_refresh_interval','hourly'),(1897,862,'_et_pb_light_text_color','#ffffff'),(1898,862,'_et_pb_dark_text_color','#666666'),(1899,862,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1900,862,'_et_pb_section_background_color','#ffffff'),(1901,862,'_yoast_wpseo_content_score','60'),(1902,862,'_et_pb_old_content',''),(1903,862,'_et_pb_enable_shortcode_tracking',''),(1904,862,'_et_pb_custom_css',''),(1905,911,'_wp_page_template','default'),(1906,911,'_et_pb_post_hide_nav','default'),(1907,911,'_et_pb_page_layout','et_right_sidebar'),(1908,911,'_et_pb_side_nav','off'),(1909,911,'_et_pb_use_builder','on'),(2247,911,'_et_pb_ab_subjects',''),(1911,911,'_et_pb_ab_stats_refresh_interval','hourly'),(2251,911,'_et_pb_show_page_creation','off'),(2250,911,'_et_builder_version','VB|Divi|3.10.1'),(1916,911,'_yoast_wpseo_content_score','90'),(1917,911,'_et_pb_old_content',''),(1918,911,'_et_pb_enable_shortcode_tracking',''),(1919,911,'_et_pb_custom_css',''),(1920,972,'_wp_page_template','default'),(1921,973,'_wp_page_template','default'),(1922,973,'_et_pb_post_hide_nav','default'),(1923,973,'_et_pb_page_layout','et_right_sidebar'),(1924,973,'_et_pb_side_nav','off'),(1925,973,'_et_pb_use_builder','on'),(2117,973,'_et_pb_ab_subjects',''),(1927,973,'_et_pb_ab_stats_refresh_interval','hourly'),(2124,973,'_edit_lock','1532789117:1'),(2123,973,'_et_pb_show_page_creation','off'),(2122,973,'_et_builder_version','VB|Divi|3.10.1'),(1932,973,'_yoast_wpseo_content_score','60'),(1933,444,'_thumbnail_id','1211'),(1934,444,'_et_pb_post_hide_nav','default'),(1935,444,'_et_pb_project_nav','off'),(1936,444,'_et_pb_page_layout','et_right_sidebar'),(1937,444,'_et_pb_side_nav','off'),(1938,444,'_et_pb_use_builder','on'),(1939,444,'_et_pb_ab_bounce_rate_limit','5'),(1940,444,'_et_pb_ab_stats_refresh_interval','hourly'),(1941,444,'_et_pb_light_text_color','#ffffff'),(1942,444,'_et_pb_dark_text_color','#666666'),(1943,444,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1944,444,'_et_pb_section_background_color','#ffffff'),(1945,444,'_yoast_wpseo_content_score','60'),(1948,444,'_et_pb_old_content',''),(1949,444,'_et_pb_enable_shortcode_tracking',''),(1950,444,'_et_pb_custom_css',''),(1952,446,'_thumbnail_id','1212'),(1953,446,'_et_pb_post_hide_nav','default'),(1954,446,'_et_pb_project_nav','off'),(1955,446,'_et_pb_page_layout','et_right_sidebar'),(1956,446,'_et_pb_side_nav','off'),(1957,446,'_et_pb_use_builder','on'),(1958,446,'_et_pb_ab_bounce_rate_limit','5'),(1959,446,'_et_pb_ab_stats_refresh_interval','hourly'),(1960,446,'_et_pb_light_text_color','#ffffff'),(1961,446,'_et_pb_dark_text_color','#666666'),(1962,446,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1963,446,'_et_pb_section_background_color','#ffffff'),(1964,446,'_yoast_wpseo_content_score','60'),(1967,446,'_et_pb_old_content',''),(1968,446,'_et_pb_enable_shortcode_tracking',''),(1969,446,'_et_pb_custom_css',''),(1971,448,'_thumbnail_id','1213'),(1972,448,'_et_pb_post_hide_nav','default'),(1973,448,'_et_pb_project_nav','off'),(1974,448,'_et_pb_page_layout','et_right_sidebar'),(1975,448,'_et_pb_side_nav','off'),(1976,448,'_et_pb_use_builder','on'),(1977,448,'_et_pb_ab_bounce_rate_limit','5'),(1978,448,'_et_pb_ab_stats_refresh_interval','hourly'),(1979,448,'_et_pb_light_text_color','#ffffff'),(1980,448,'_et_pb_dark_text_color','#666666'),(1981,448,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(1982,448,'_et_pb_section_background_color','#ffffff'),(1983,448,'_yoast_wpseo_content_score','60'),(1986,448,'_et_pb_old_content',''),(1987,448,'_et_pb_enable_shortcode_tracking',''),(1988,448,'_et_pb_custom_css',''),(1990,450,'_thumbnail_id','1215'),(1991,450,'_et_pb_post_hide_nav','default'),(1992,450,'_et_pb_project_nav','off'),(1993,450,'_et_pb_page_layout','et_right_sidebar'),(1994,450,'_et_pb_side_nav','off'),(1995,450,'_et_pb_use_builder','on'),(1996,450,'_et_pb_ab_bounce_rate_limit','5'),(1997,450,'_et_pb_ab_stats_refresh_interval','hourly'),(1998,450,'_et_pb_light_text_color','#ffffff'),(1999,450,'_et_pb_dark_text_color','#666666'),(2000,450,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(2001,450,'_et_pb_section_background_color','#ffffff'),(2002,450,'_yoast_wpseo_content_score','60'),(2005,450,'_et_pb_old_content',''),(2006,450,'_et_pb_enable_shortcode_tracking',''),(2007,450,'_et_pb_custom_css',''),(2009,452,'_thumbnail_id','1214'),(2010,452,'_et_pb_post_hide_nav','default'),(2011,452,'_et_pb_project_nav','off'),(2012,452,'_et_pb_page_layout','et_right_sidebar'),(2013,452,'_et_pb_side_nav','off'),(2014,452,'_et_pb_use_builder','on'),(2541,966,'_thumbnail_id',''),(2016,452,'_yoast_wpseo_content_score','60'),(2542,968,'_edit_last','1'),(2020,452,'_et_pb_old_content',''),(2021,452,'_et_pb_enable_shortcode_tracking',''),(2022,452,'_et_pb_custom_css',''),(2023,452,'_et_builder_version','VB|Divi|3.17.6'),(2024,452,'_et_pb_gutter_width','3'),(2026,454,'_thumbnail_id','1204'),(2027,454,'_et_pb_post_hide_nav','default'),(2028,454,'_et_pb_project_nav','off'),(2029,454,'_et_pb_page_layout','et_right_sidebar'),(2030,454,'_et_pb_side_nav','off'),(2031,454,'_et_pb_use_builder','on'),(2032,454,'_et_pb_ab_stats_refresh_interval','hourly'),(2033,454,'_yoast_wpseo_content_score','60'),(2036,454,'_et_pb_old_content',''),(2037,454,'_et_pb_enable_shortcode_tracking',''),(2038,454,'_et_pb_custom_css',''),(2039,454,'_et_builder_version','BB|Divi|3.0.84'),(2040,454,'_et_pb_gutter_width','3'),(2053,123622,'_wp_attached_file','2018/07/iKoe-logo.png'),(2054,123622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2018/07/iKoe-logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2701,124125,'_wp_attached_file','2020/04/lukuverkosto-logo-white-e1586802951226.png'),(2702,124125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2020/04/lukuverkosto-logo-white-e1586802951226.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"lukuverkosto-logo-white-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2079,964,'_edit_lock','1589962881:1'),(2080,962,'_edit_lock','1532603586:1'),(2083,839,'_edit_lock','1532602415:1'),(2084,968,'_edit_lock','1565032533:1'),(2086,1853,'_edit_lock','1535483541:1'),(2087,1853,'_edit_last','1'),(2089,123470,'_edit_lock','1584891932:1'),(2090,123467,'_edit_lock','1532603847:1'),(2091,269,'_edit_lock','1586803505:1'),(2092,269,'_edit_last','1'),(2094,269,'_et_pb_use_ab_testing','off'),(2098,123645,'_wp_attached_file','2018/07/ikoe-e1532605101828.png'),(2096,269,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"269\" /]'),(2097,269,'_et_pb_show_page_creation','off'),(2099,123645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:132;s:4:\"file\";s:31:\"2018/07/ikoe-e1532605101828.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ikoe-e1532604915216-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ikoe-e1532604915216-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"ikoe-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"ikoe-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"ikoe-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"ikoe-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2100,148,'_wp_old_slug','ally_child'),(2101,123645,'_edit_lock','1532605110:1'),(2102,123645,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:8:\"ikoe.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:16:\"ikoe-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1532605078118\";a:3:{s:5:\"width\";i:356;s:6:\"height\";i:132;s:4:\"file\";s:23:\"ikoe-e1532604915216.png\";}s:18:\"full-1532605101828\";a:3:{s:5:\"width\";i:356;s:6:\"height\";i:132;s:4:\"file\";s:23:\"ikoe-e1532605078118.png\";}}'),(2103,123645,'_edit_last','1'),(2104,123647,'_wp_attached_file','2018/07/ikoe-blanko-e1532605262693.png'),(2105,123647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:287;s:4:\"file\";s:38:\"2018/07/ikoe-blanko-e1532605262693.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"ikoe-blanko-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-510x287.png\";s:5:\"width\";i:510;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-400x287.png\";s:5:\"width\";i:400;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"ikoe-blanko-e1532605262693-610x245.png\";s:5:\"width\";i:610;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2106,123647,'_edit_lock','1532605275:1'),(2107,123647,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"ikoe-blanko.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:24:\"ikoe-blanko-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:23:\"ikoe-blanko-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2108,123647,'_edit_last','1'),(2109,123648,'_wp_attached_file','2018/07/ikoe-blanko-2-e1532605468815.png'),(2110,123648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2910;s:6:\"height\";i:1190;s:4:\"file\";s:40:\"2018/07/ikoe-blanko-2-e1532605468815.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-768x314.png\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"ikoe-blanko-2-e1532605468815-1024x419.png\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"ikoe-blanko-2-e1532605468815-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"ikoe-blanko-2-e1532605468815-1080x442.png\";s:5:\"width\";i:1080;s:6:\"height\";i:442;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:40:\"ikoe-blanko-2-e1532605468815-610x249.png\";s:5:\"width\";i:610;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:42:\"ikoe-blanko-2-e1532605468815-2880x1190.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1190;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2111,123648,'_edit_lock','1532605494:1'),(2112,123648,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4000;s:6:\"height\";i:4000;s:4:\"file\";s:17:\"ikoe-blanko-2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"ikoe-blanko-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:26:\"ikoe-blanko-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:27:\"ikoe-blanko-2-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:25:\"ikoe-blanko-2-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:27:\"ikoe-blanko-2-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2113,123648,'_edit_last','1'),(2115,973,'_et_pb_built_for_post_type','page'),(2116,973,'_et_pb_use_ab_testing','off'),(2118,973,'_et_pb_enable_shortcode_tracking',''),(2119,973,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"973\" /]'),(2120,973,'_et_pb_custom_css',''),(2121,973,'_et_pb_gutter_width','3'),(2129,123660,'_wp_attached_file','2018/07/Misha-profiilikuva.jpg'),(2130,123660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:960;s:4:\"file\";s:30:\"2018/07/Misha-profiilikuva.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-768x772.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-955x675.jpg\";s:5:\"width\";i:955;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"Misha-profiilikuva-610x613.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2131,839,'_et_pb_built_for_post_type','page'),(2134,839,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"839\" /]'),(2135,839,'_et_pb_gutter_width','3'),(2140,49979,'_edit_lock','1532623909:1'),(2141,49979,'_edit_last','1'),(2142,49979,'_et_pb_use_builder','on'),(2143,49979,'_et_builder_version','BB|Divi|3.10.1'),(2144,49979,'_et_pb_ab_stats_refresh_interval','hourly'),(2145,49979,'_et_pb_old_content',''),(2146,49979,'_et_pb_enable_shortcode_tracking',''),(2147,49979,'_et_pb_custom_css',''),(2148,49979,'_et_pb_gutter_width','3'),(2150,964,'_edit_last','1'),(2151,964,'_et_builder_version','VB|Divi|3.10.1'),(2152,964,'_et_pb_old_content',''),(2154,964,'_et_pb_custom_css',''),(2155,964,'_et_pb_gutter_width','3'),(2160,964,'_et_pb_show_page_creation','off'),(2205,123471,'_edit_lock','1532784155:1'),(2164,123686,'_et_pb_built_for_post_type','project'),(2165,452,'_et_pb_built_for_post_type','page'),(2166,452,'_et_pb_ab_subjects',''),(2167,452,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"452\" /]'),(2168,452,'_et_pb_show_page_creation','off'),(2169,123689,'_wp_attached_file','2018/07/ikoe-made-in-lohja-e1532627008799.png'),(2170,123689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2265;s:6:\"height\";i:990;s:4:\"file\";s:45:\"2018/07/ikoe-made-in-lohja-e1532627008799.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-768x336.png\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"ikoe-made-in-lohja-e1532627008799-1024x448.png\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"ikoe-made-in-lohja-e1532627008799-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"ikoe-made-in-lohja-e1532627008799-1080x472.png\";s:5:\"width\";i:1080;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:45:\"ikoe-made-in-lohja-e1532627008799-610x267.png\";s:5:\"width\";i:610;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2171,123689,'_edit_lock','1532627106:1'),(2172,123689,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:22:\"ikoe-made-in-lohja.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:31:\"ikoe-made-in-lohja-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:30:\"ikoe-made-in-lohja-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2173,123689,'_edit_last','1'),(2174,123690,'_et_pb_row_layout','4_4'),(2175,123690,'_et_pb_built_for_post_type','page'),(2176,123692,'_et_pb_built_for_post_type','page'),(2177,123692,'_et_pb_excluded_global_options','[]'),(2178,123696,'_wp_attached_file','2018/07/ext.jpg'),(2179,123696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:470;s:4:\"file\";s:15:\"2018/07/ext.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ext-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ext-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"ext-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"ext-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"ext-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"ext-400x470.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"ext-610x403.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2180,123714,'_wp_attached_file','2018/07/ikoe-made-in-lohja-2.png'),(2181,123714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:32:\"2018/07/ikoe-made-in-lohja-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"ikoe-made-in-lohja-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-2-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-2-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-2-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2182,123719,'_wp_attached_file','2018/07/ikoe-made-in-lohja-3-e1532729131667.png'),(2183,123719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2235;s:6:\"height\";i:1620;s:4:\"file\";s:47:\"2018/07/ikoe-made-in-lohja-3-e1532729131667.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-768x557.png\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-3-e1532729131667-1024x742.png\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-3-e1532729131667-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-3-e1532729131667-1080x783.png\";s:5:\"width\";i:1080;s:6:\"height\";i:783;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-3-e1532729131667-610x442.png\";s:5:\"width\";i:610;s:6:\"height\";i:442;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-3-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2184,123719,'_edit_lock','1532729143:1'),(2185,123719,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:24:\"ikoe-made-in-lohja-3.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:33:\"ikoe-made-in-lohja-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-3-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-3-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-3-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2186,123719,'_edit_last','1'),(2194,123725,'_edit_lock','1532729857:1'),(2195,123725,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:24:\"ikoe-made-in-lohja-5.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-5-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:33:\"ikoe-made-in-lohja-5-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-5-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:32:\"ikoe-made-in-lohja-5-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-5-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2193,123725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2205;s:6:\"height\";i:1627;s:4:\"file\";s:47:\"2018/07/ikoe-made-in-lohja-5-e1532729479854.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-768x567.png\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-5-e1532729479854-1024x756.png\";s:5:\"width\";i:1024;s:6:\"height\";i:756;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-5-e1532729479854-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:48:\"ikoe-made-in-lohja-5-e1532729479854-1080x797.png\";s:5:\"width\";i:1080;s:6:\"height\";i:797;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:47:\"ikoe-made-in-lohja-5-e1532729479854-610x450.png\";s:5:\"width\";i:610;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:34:\"ikoe-made-in-lohja-5-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2192,123725,'_wp_attached_file','2018/07/ikoe-made-in-lohja-5-e1532729479854.png'),(2196,123725,'_edit_last','1'),(2197,123696,'_edit_lock','1532729693:1'),(2198,1218,'_edit_lock','1532731543:1'),(2199,123736,'_wp_attached_file','2018/07/ikoe-lets-get-shit-done-e1532843661738.png'),(2200,123736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:353;s:4:\"file\";s:50:\"2018/07/ikoe-lets-get-shit-done-e1532843661738.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ikoe-lets-get-shit-done-e1532843582213-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"ikoe-lets-get-shit-done-e1532843582213-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-768x1280.png\";s:5:\"width\";i:768;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-614x1024.png\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"ikoe-lets-get-shit-done-e1532843582213-274x250.png\";s:5:\"width\";i:274;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"ikoe-lets-get-shit-done-e1532843582213-274x284.png\";s:5:\"width\";i:274;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"ikoe-lets-get-shit-done-1080x1800.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-610x1017.png\";s:5:\"width\";i:610;s:6:\"height\";i:1017;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"ikoe-lets-get-shit-done-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2201,123736,'_edit_lock','1532843490:1'),(2202,123736,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:5000;s:4:\"file\";s:27:\"ikoe-lets-get-shit-done.png\";}s:18:\"full-1532843582213\";a:3:{s:5:\"width\";i:275;s:6:\"height\";i:458;s:4:\"file\";s:42:\"ikoe-lets-get-shit-done-e1532732761891.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-180x300.png\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-768x1280.png\";s:5:\"width\";i:768;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-614x1024.png\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:37:\"ikoe-lets-get-shit-done-1080x1800.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:35:\"ikoe-lets-get-shit-done-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:36:\"ikoe-lets-get-shit-done-610x1017.png\";s:5:\"width\";i:610;s:6:\"height\";i:1017;s:9:\"mime-type\";s:9:\"image/png\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:37:\"ikoe-lets-get-shit-done-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1532843661738\";a:3:{s:5:\"width\";i:274;s:6:\"height\";i:353;s:4:\"file\";s:42:\"ikoe-lets-get-shit-done-e1532843582213.png\";}}'),(2203,123736,'_edit_last','1'),(2206,123471,'_edit_last','1'),(2207,123471,'_et_pb_use_builder','on'),(2208,123471,'_et_builder_version','BB|Divi|3.10.1'),(2209,123471,'_et_pb_ab_stats_refresh_interval','hourly'),(2210,123471,'_et_pb_old_content',''),(2211,123471,'_et_pb_enable_shortcode_tracking',''),(2212,123471,'_et_pb_custom_css',''),(2213,123471,'_et_pb_gutter_width','3'),(2216,123754,'_et_pb_built_for_post_type','page'),(2218,123758,'_et_pb_built_for_post_type','page'),(2219,123761,'_edit_last','1'),(2220,123761,'_edit_lock','1558416390:1'),(2221,123761,'_wp_page_template','default'),(2222,123761,'_et_pb_post_hide_nav','default'),(2223,123761,'_et_pb_page_layout','et_right_sidebar'),(2224,123761,'_et_pb_side_nav','off'),(2225,123761,'_et_pb_use_builder','on'),(2226,123761,'_et_builder_version','BB|Divi|3.17.6'),(2227,123761,'_et_pb_show_page_creation','off'),(2228,123761,'_et_pb_ab_stats_refresh_interval','hourly'),(2229,123761,'_et_pb_old_content',''),(2230,123761,'_et_pb_enable_shortcode_tracking',''),(2231,123761,'_et_pb_custom_css',''),(2232,123761,'_et_pb_gutter_width','3'),(2234,123758,'_et_pb_excluded_global_options','[]'),(2263,123787,'_wp_attached_file','2018/07/astonished-girl-with-glasses-holding-a-blank-sign_1154-211.jpg'),(2245,911,'_et_pb_built_for_post_type','page'),(2246,911,'_et_pb_use_ab_testing','off'),(2248,911,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"911\" /]'),(2249,911,'_et_pb_gutter_width','3'),(2330,123849,'_wp_attached_file','2018/07/ikoe.jpg'),(2258,123754,'_et_pb_excluded_global_options','[]'),(2259,123761,'_et_pb_built_for_post_type','page'),(2260,123761,'_et_pb_use_ab_testing','off'),(2475,969,'_et_builder_version','BB|Divi|3.17.6'),(2262,123761,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"123761\" /]'),(2264,123787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:782;s:4:\"file\";s:70:\"2018/07/astonished-girl-with-glasses-holding-a-blank-sign_1154-211.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-626x675.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:70:\"astonished-girl-with-glasses-holding-a-blank-sign_1154-211-610x762.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2268,123793,'_et_pb_row_layout','4_4'),(2269,123793,'_et_pb_built_for_post_type','page'),(2288,123809,'_wp_attached_file','2018/07/käyttäjälähtöisyys.jpg'),(2271,123798,'_wp_attached_file','2018/07/IMG_20170428_135727316-e1590419672929.jpg'),(2272,123798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1464;s:6:\"height\";i:1425;s:4:\"file\";s:49:\"2018/07/IMG_20170428_135727316-e1590419672929.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"XT1650\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493387847\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.68\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:7:\"0.05999\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3417,124463,'_wp_attached_file','2020/05/Micaela-omakuva-tammikuu-2020-e1590421794921.jpg'),(3418,124463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2268;s:6:\"height\";i:4032;s:4:\"file\";s:56:\"2020/05/Micaela-omakuva-tammikuu-2020-e1590421794921.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Micaela-omakuva-tammikuu-2020-e1590421794921-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Micaela-omakuva-tammikuu-2020-e1590421794921-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:57:\"Micaela-omakuva-tammikuu-2020-e1590421794921-610x1084.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:1084;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:57:\"Micaela-omakuva-tammikuu-2020-e1590421794921-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:58:\"Micaela-omakuva-tammikuu-2020-e1590421794921-1080x1920.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:58:\"Micaela-omakuva-tammikuu-2020-e1590421794921-2268x1800.jpg\";s:5:\"width\";i:2268;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:57:\"Micaela-omakuva-tammikuu-2020-e1590421794921-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:56:\"Micaela-omakuva-tammikuu-2020-e1590421794921-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505FN\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1577980209\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(2273,123800,'_et_pb_built_for_post_type','project'),(2276,123800,'_et_pb_excluded_global_options','[]'),(2292,123815,'_wp_attached_file','2018/07/lohja-saunalautta.jpg'),(2293,123815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:470;s:4:\"file\";s:29:\"2018/07/lohja-saunalautta.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-400x470.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"lohja-saunalautta-610x403.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2297,123824,'_wp_attached_file','2018/07/opiskelija-kaiken-lähtökohtana.jpg'),(2295,123823,'_wp_attached_file','2018/07/Do-more.jpg'),(2296,123823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:19:\"2018/07/Do-more.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Do-more-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Do-more-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Do-more-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Do-more-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Do-more-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Do-more-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Do-more-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Do-more-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Do-more-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Do-more-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Do-more-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:21:\"Do-more-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2298,123824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4831;s:6:\"height\";i:3221;s:4:\"file\";s:44:\"2018/07/opiskelija-kaiken-lähtökohtana.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"opiskelija-kaiken-lähtökohtana-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"opiskelija-kaiken-lähtökohtana-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"opiskelija-kaiken-lähtökohtana-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:44:\"opiskelija-kaiken-lähtökohtana-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:46:\"opiskelija-kaiken-lähtökohtana-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2299,123826,'_wp_attached_file','2018/07/Google.jpg'),(2300,123826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:18:\"2018/07/Google.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Google-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Google-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Google-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Google-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Google-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Google-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"Google-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"Google-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Google-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"Google-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"Google-610x763.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:20:\"Google-2000x1800.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2301,123827,'_wp_attached_file','2018/07/Opiskelija2.jpg'),(2302,123827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:23:\"2018/07/Opiskelija2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Opiskelija2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Opiskelija2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"Opiskelija2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"Opiskelija2-610x915.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2303,123828,'_wp_attached_file','2018/07/Google2.jpg'),(2304,123828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4522;s:6:\"height\";i:3015;s:4:\"file\";s:19:\"2018/07/Google2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Google2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Google2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Google2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Google2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Google2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Google2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Google2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Google2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Google2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Google2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:19:\"Google2-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:21:\"Google2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2305,123829,'_wp_attached_file','2018/07/Google-1.jpg'),(2306,123829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:20:\"2018/07/Google-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Google-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Google-1-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Google-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Google-1-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Google-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"Google-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Google-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Google-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"Google-1-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Google-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Google-1-610x763.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"Google-1-2000x1800.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2307,123830,'_wp_attached_file','2018/07/Opiskelija1.jpg'),(2308,123830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:3500;s:4:\"file\";s:23:\"2018/07/Opiskelija1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Opiskelija1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Opiskelija1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"Opiskelija1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1080x1618.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"Opiskelija1-610x914.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-2336x1800.jpg\";s:5:\"width\";i:2336;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2309,123831,'_wp_attached_file','2018/07/james-sutton-187816-unsplash.jpg'),(2310,123831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5183;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2018/07/james-sutton-187816-unsplash.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"james-sutton-187816-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"james-sutton-187816-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"james-sutton-187816-unsplash-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:40:\"james-sutton-187816-unsplash-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:42:\"james-sutton-187816-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2311,123832,'_wp_attached_file','2018/07/Opiskelija1-1.jpg'),(2312,123832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:3500;s:4:\"file\";s:25:\"2018/07/Opiskelija1-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Opiskelija1-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Opiskelija1-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Opiskelija1-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"Opiskelija1-1-1080x1618.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"Opiskelija1-1-610x914.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:27:\"Opiskelija1-1-2336x1800.jpg\";s:5:\"width\";i:2336;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2313,123833,'_wp_attached_file','2018/07/Opiskelija2-1.jpg'),(2314,123833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:25:\"2018/07/Opiskelija2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Opiskelija2-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Opiskelija2-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Opiskelija2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"Opiskelija2-1-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"Opiskelija2-1-610x915.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:27:\"Opiskelija2-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2315,123834,'_wp_attached_file','2018/07/Google2-1.jpg'),(2316,123834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4522;s:6:\"height\";i:3015;s:4:\"file\";s:21:\"2018/07/Google2-1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Google2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Google2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Google2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Google2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"Google2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"Google2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"Google2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"Google2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"Google2-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"Google2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"Google2-1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:23:\"Google2-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2317,123835,'_wp_attached_file','2018/07/Google-2.jpg'),(2318,123835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:20:\"2018/07/Google-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Google-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Google-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Google-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Google-2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Google-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"Google-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Google-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Google-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"Google-2-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Google-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"Google-2-610x763.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"Google-2-2000x1800.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2319,123836,'_wp_attached_file','2018/07/koepankki2.jpg'),(2320,123836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:22:\"2018/07/koepankki2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"koepankki2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"koepankki2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"koepankki2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"koepankki2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"koepankki2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"koepankki2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"koepankki2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"koepankki2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"koepankki2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"koepankki2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"koepankki2-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"koepankki2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2321,123837,'_wp_attached_file','2018/07/lähituki.jpg'),(2322,123838,'_wp_attached_file','2018/07/koepankki.jpg'),(2323,123838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:21:\"2018/07/koepankki.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"koepankki-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"koepankki-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"koepankki-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"koepankki-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"koepankki-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"koepankki-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"koepankki-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"koepankki-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"koepankki-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"koepankki-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"koepankki-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:23:\"koepankki-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2324,123839,'_wp_attached_file','2018/07/lähituki3.jpg'),(2325,123839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2697;s:4:\"file\";s:22:\"2018/07/lähituki3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lähituki3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"lähituki3-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"lähituki3-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"lähituki3-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"lähituki3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"lähituki3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"lähituki3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"lähituki3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"lähituki3-1080x728.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"lähituki3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"lähituki3-610x411.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"lähituki3-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2326,123840,'_wp_attached_file','2018/07/lähituki2.jpg'),(2327,123840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:22:\"2018/07/lähituki2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lähituki2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"lähituki2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"lähituki2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"lähituki2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"lähituki2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"lähituki2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"lähituki2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"lähituki2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"lähituki2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"lähituki2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"lähituki2-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"lähituki2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2328,123841,'_wp_attached_file','2018/07/lähituki1.jpg'),(2329,123841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2726;s:4:\"file\";s:22:\"2018/07/lähituki1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lähituki1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"lähituki1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"lähituki1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"lähituki1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"lähituki1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"lähituki1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"lähituki1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"lähituki1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"lähituki1-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"lähituki1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"lähituki1-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"lähituki1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2331,123849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:16:\"2018/07/ikoe.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ikoe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ikoe-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ikoe-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ikoe-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"ikoe-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"ikoe-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"ikoe-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"ikoe-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:18:\"ikoe-1080x1440.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"ikoe-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:16:\"ikoe-610x813.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:18:\"ikoe-1728x1800.jpg\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2333,123686,'_et_pb_excluded_global_options','[]'),(2350,123889,'_wp_attached_file','2018/07/2-1.png'),(2351,123889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:15:\"2018/07/2-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"2-1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"2-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"2-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"2-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"2-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"2-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"2-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:17:\"2-1-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"2-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"2-1-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:17:\"2-1-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2342,123877,'_wp_attached_file','2018/07/1.png'),(2343,123877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2018/07/1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2344,123878,'_wp_attached_file','2018/07/2.png'),(2345,123878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2018/07/2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2346,123879,'_wp_attached_file','2018/07/3.png'),(2347,123879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:13:\"2018/07/3.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2348,123888,'_wp_attached_file','2018/07/1-1.png'),(2349,123888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:15:\"2018/07/1-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"1-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"1-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"1-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"1-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:17:\"1-1-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"1-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"1-1-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:17:\"1-1-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2352,123891,'_wp_attached_file','2018/07/1-2.png'),(2353,123891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:15:\"2018/07/1-2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-2-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"1-2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"1-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"1-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"1-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"1-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:17:\"1-2-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"1-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"1-2-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:17:\"1-2-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2354,123892,'_wp_attached_file','2018/07/4.png'),(2355,123892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:13:\"2018/07/4.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"4-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"4-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"4-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:15:\"4-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2356,123893,'_wp_attached_file','2018/07/5.png'),(2357,123893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:13:\"2018/07/5.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"5-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"5-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"5-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"5-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:15:\"5-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2360,123895,'_wp_attached_file','2018/07/ikoe-ominaisuudet.png'),(2361,123895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:29:\"2018/07/ikoe-ominaisuudet.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ikoe-ominaisuudet-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ikoe-ominaisuudet-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"ikoe-ominaisuudet-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"ikoe-ominaisuudet-1080x1440.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"ikoe-ominaisuudet-610x813.png\";s:5:\"width\";i:610;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:31:\"ikoe-ominaisuudet-1728x1800.png\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2368,849,'_edit_lock','1533062215:1'),(2371,123904,'_wp_attached_file','2018/08/iKoe-logo.png'),(2372,123904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2018/08/iKoe-logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"iKoe-logo-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2373,123904,'_apollo_related_image','logo'),(2374,123905,'_wp_attached_file','2018/08/iKoe-logo-1.png'),(2375,123905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2018/08/iKoe-logo-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"iKoe-logo-1-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2376,123905,'_apollo_related_image','logo'),(2377,123908,'_wp_attached_file','2018/08/iKoe-opiskelijan-ohje.docx'),(2378,123916,'_et_pb_built_for_post_type','page'),(2481,123998,'_et_pb_post_hide_nav','default'),(2482,123998,'_et_pb_page_layout','et_right_sidebar'),(2483,123998,'_et_pb_side_nav','off'),(2484,123998,'_et_pb_use_builder','on'),(2485,123998,'_et_builder_version','BB|Divi|3.17.6'),(2486,123998,'_et_pb_show_page_creation','off'),(3622,123998,'_et_pb_ab_subjects',''),(2488,123998,'_et_pb_old_content',''),(2489,123998,'_et_pb_enable_shortcode_tracking',''),(2490,123998,'_et_pb_custom_css',''),(2491,123998,'_et_pb_gutter_width','3'),(2493,124000,'_et_pb_built_for_post_type','project'),(2494,123997,'_edit_lock','1565026236:1'),(2495,123997,'_edit_last','1'),(2496,123997,'_et_pb_use_builder','on'),(2497,123997,'_et_builder_version','BB|Divi|3.17.6'),(2524,123997,'_et_pb_ab_stats_refresh_interval','hourly'),(2499,123997,'_et_pb_old_content',''),(2500,123997,'_et_pb_enable_shortcode_tracking',''),(2501,123997,'_et_pb_custom_css',''),(2502,123997,'_et_pb_gutter_width','3'),(2505,123997,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"123997\" /]'),(2507,123997,'_et_pb_show_page_creation','off'),(2512,124000,'_edit_lock','1559023039:1'),(2513,124000,'_edit_last','1'),(2514,124000,'_et_pb_use_builder','on'),(2515,124000,'_et_builder_version','BB|Divi|3.17.6'),(2516,124000,'_et_pb_ab_stats_refresh_interval','hourly'),(2517,124000,'_et_pb_old_content',''),(2518,124000,'_et_pb_enable_shortcode_tracking',''),(2519,124000,'_et_pb_custom_css',''),(2520,124000,'_et_pb_gutter_width','3'),(2525,966,'_edit_lock','1565029808:1'),(2526,966,'_edit_last','1'),(2527,966,'_et_builder_version','VB|Divi|3.17.6'),(2528,966,'_et_pb_old_content',''),(2530,966,'_et_pb_custom_css',''),(2531,966,'_et_pb_gutter_width','3'),(2540,966,'_et_pb_ab_subjects',''),(2538,966,'_et_pb_show_page_creation','off'),(2543,968,'_et_builder_version','BB|Divi|3.17.6'),(2549,124033,'_et_pb_ab_stats_refresh_interval','hourly'),(2550,124033,'_et_pb_old_content',''),(2551,124033,'_et_pb_enable_shortcode_tracking',''),(2552,124033,'_et_pb_custom_css',''),(2553,124033,'_et_pb_gutter_width','3'),(2554,124044,'_et_pb_module_type','et_pb_circle_counter'),(2555,124044,'_et_pb_excluded_global_options','[]'),(2556,124044,'_et_pb_built_for_post_type','page'),(2607,124059,'_et_pb_page_layout','et_right_sidebar'),(2606,124059,'_et_pb_post_hide_nav','default'),(2605,124059,'_wp_page_template','default'),(2604,124059,'_edit_lock','1697100435:4'),(2603,124059,'_edit_last','1'),(2608,124059,'_et_pb_side_nav','off'),(2609,124059,'_et_pb_use_builder','on'),(2610,124059,'_et_builder_version','BB|Divi|3.17.6'),(2611,124059,'_et_pb_show_page_creation','on'),(2612,124059,'_et_pb_ab_stats_refresh_interval','hourly'),(2613,124059,'_et_pb_old_content',''),(2614,124059,'_et_pb_enable_shortcode_tracking',''),(2615,124059,'_et_pb_custom_css',''),(2616,124059,'_et_pb_gutter_width','3'),(2629,123692,'_edit_lock','1584891855:1'),(2630,123665,'_edit_lock','1584891884:1'),(2631,123470,'_edit_last','1'),(2632,123470,'_et_pb_use_builder','on'),(2633,123470,'_et_builder_version','BB|Divi|3.17.6'),(2634,123470,'_et_pb_ab_stats_refresh_interval','hourly'),(2635,123470,'_et_pb_old_content',''),(2636,123470,'_et_pb_enable_shortcode_tracking',''),(2637,123470,'_et_pb_custom_css',''),(2638,123470,'_et_pb_gutter_width','3'),(2643,124097,'_wp_attached_file','2020/03/2.png'),(2644,124097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2020/03/2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"2-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"2-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2660,124106,'sg_popup_scripts','a:2:{s:2:\"js\";a:0:{}s:3:\"css\";s:0:\"\";}'),(2661,124106,'sg_popup_events_preview','a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"load\";s:5:\"value\";s:0:\"\";s:12:\"hiddenOption\";a:0:{}}}}'),(2662,124106,'sg_popup_options_preview','a:51:{s:9:\"sgpb-type\";s:4:\"html\";s:15:\"sgpb-is-preview\";s:1:\"1\";s:14:\"sgpb-is-active\";s:7:\"checked\";s:34:\"sgpb-behavior-after-special-events\";a:1:{i:0;a:1:{i:0;a:1:{s:5:\"param\";s:12:\"select_event\";}}}s:20:\"sgpb-content-padding\";s:2:\"12\";s:18:\"sgpb-popup-z-index\";s:4:\"9999\";s:17:\"sgpb-popup-themes\";s:12:\"sgpb-theme-6\";s:25:\"sgpb-overlay-custom-class\";s:18:\"sgpb-popup-overlay\";s:18:\"sgpb-overlay-color\";s:0:\"\";s:20:\"sgpb-overlay-opacity\";s:3:\"0.4\";s:25:\"sgpb-content-custom-class\";s:16:\"sg-popup-content\";s:20:\"sgpb-show-background\";s:2:\"on\";s:21:\"sgpb-background-color\";s:7:\"#000000\";s:20:\"sgpb-content-opacity\";s:3:\"0.8\";s:21:\"sgpb-background-image\";s:0:\"\";s:26:\"sgpb-background-image-mode\";s:9:\"no-repeat\";s:12:\"sgpb-esc-key\";s:2:\"on\";s:24:\"sgpb-enable-close-button\";s:2:\"on\";s:23:\"sgpb-close-button-delay\";s:1:\"0\";s:26:\"sgpb-close-button-position\";s:8:\"topRight\";s:24:\"sgpb-button-position-top\";s:3:\"-18\";s:26:\"sgpb-button-position-right\";s:3:\"-18\";s:27:\"sgpb-button-position-bottom\";s:1:\"0\";s:25:\"sgpb-button-position-left\";s:0:\"\";s:17:\"sgpb-button-image\";s:0:\"\";s:23:\"sgpb-button-image-width\";s:2:\"30\";s:24:\"sgpb-button-image-height\";s:2:\"30\";s:17:\"sgpb-border-color\";s:7:\"#000000\";s:18:\"sgpb-border-radius\";s:1:\"0\";s:23:\"sgpb-border-radius-type\";s:1:\"%\";s:16:\"sgpb-button-text\";s:5:\"Close\";s:18:\"sgpb-overlay-click\";s:2:\"on\";s:25:\"sgpb-popup-dimension-mode\";s:14:\"responsiveMode\";s:33:\"sgpb-responsive-dimension-measure\";s:2:\"50\";s:10:\"sgpb-width\";s:5:\"640px\";s:11:\"sgpb-height\";s:5:\"480px\";s:14:\"sgpb-max-width\";s:0:\"\";s:15:\"sgpb-max-height\";s:0:\"\";s:14:\"sgpb-min-width\";s:3:\"120\";s:15:\"sgpb-min-height\";s:0:\"\";s:26:\"sgpb-open-animation-effect\";s:9:\"No effect\";s:27:\"sgpb-close-animation-effect\";s:9:\"No effect\";s:29:\"sgpb-enable-content-scrolling\";s:2:\"on\";s:16:\"sgpb-popup-order\";s:1:\"0\";s:16:\"sgpb-popup-delay\";s:1:\"0\";s:7:\"sgpb-js\";s:2:\"JS\";s:8:\"sgpb-css\";s:3:\"CSS\";s:12:\"sgpb-post-id\";s:6:\"124110\";s:25:\"sgpb-enable-popup-overlay\";s:2:\"on\";s:22:\"sgpb-button-image-data\";s:0:\"\";s:26:\"sgpb-background-image-data\";s:0:\"\";}'),(2668,124108,'_wp_attached_file','2020/03/Ikoe-MINI-opiskelijan-ohje.mp4'),(2663,124107,'_wp_attached_file','2020/03/iKoe-MINI-opiskleijan-ohje.mp4'),(2664,124107,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5313030;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:52;s:16:\"length_formatted\";s:4:\"0:52\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),(2665,124106,'_edit_last','1'),(2666,124106,'_edit_lock','1585732718:1'),(2667,124106,'sg_popup_target_preview','a:2:{s:11:\"sgpb-target\";a:1:{i:0;a:1:{i:0;a:2:{s:5:\"param\";s:10:\"everywhere\";s:8:\"operator\";s:2:\"==\";}}}s:15:\"sgpb-conditions\";N;}'),(2669,124108,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5313030;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:52;s:16:\"length_formatted\";s:4:\"0:52\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),(2673,124106,'sg_popup_target','a:2:{s:11:\"sgpb-target\";a:1:{i:0;a:1:{i:0;a:2:{s:5:\"param\";s:10:\"everywhere\";s:8:\"operator\";s:2:\"==\";}}}s:15:\"sgpb-conditions\";N;}'),(2674,124106,'sg_popup_events','a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"load\";s:5:\"value\";s:0:\"\";s:12:\"hiddenOption\";a:0:{}}}}'),(2675,124106,'sg_popup_options','a:51:{s:9:\"sgpb-type\";s:4:\"html\";s:15:\"sgpb-is-preview\";s:1:\"0\";s:14:\"sgpb-is-active\";s:0:\"\";s:34:\"sgpb-behavior-after-special-events\";a:1:{i:0;a:1:{i:0;a:1:{s:5:\"param\";s:12:\"select_event\";}}}s:20:\"sgpb-content-padding\";s:2:\"12\";s:18:\"sgpb-popup-z-index\";s:4:\"9999\";s:17:\"sgpb-popup-themes\";s:12:\"sgpb-theme-6\";s:25:\"sgpb-overlay-custom-class\";s:18:\"sgpb-popup-overlay\";s:18:\"sgpb-overlay-color\";s:0:\"\";s:20:\"sgpb-overlay-opacity\";s:3:\"0.4\";s:25:\"sgpb-content-custom-class\";s:16:\"sg-popup-content\";s:20:\"sgpb-show-background\";s:2:\"on\";s:21:\"sgpb-background-color\";s:7:\"#000000\";s:20:\"sgpb-content-opacity\";s:3:\"0.8\";s:21:\"sgpb-background-image\";s:0:\"\";s:26:\"sgpb-background-image-mode\";s:9:\"no-repeat\";s:12:\"sgpb-esc-key\";s:2:\"on\";s:24:\"sgpb-enable-close-button\";s:2:\"on\";s:23:\"sgpb-close-button-delay\";s:1:\"0\";s:26:\"sgpb-close-button-position\";s:8:\"topRight\";s:24:\"sgpb-button-position-top\";s:3:\"-18\";s:26:\"sgpb-button-position-right\";s:3:\"-18\";s:27:\"sgpb-button-position-bottom\";s:1:\"0\";s:25:\"sgpb-button-position-left\";s:0:\"\";s:17:\"sgpb-button-image\";s:0:\"\";s:23:\"sgpb-button-image-width\";s:2:\"30\";s:24:\"sgpb-button-image-height\";s:2:\"30\";s:17:\"sgpb-border-color\";s:7:\"#000000\";s:18:\"sgpb-border-radius\";s:1:\"0\";s:23:\"sgpb-border-radius-type\";s:1:\"%\";s:16:\"sgpb-button-text\";s:5:\"Close\";s:18:\"sgpb-overlay-click\";s:2:\"on\";s:25:\"sgpb-popup-dimension-mode\";s:14:\"responsiveMode\";s:33:\"sgpb-responsive-dimension-measure\";s:2:\"50\";s:10:\"sgpb-width\";s:5:\"640px\";s:11:\"sgpb-height\";s:5:\"480px\";s:14:\"sgpb-max-width\";s:0:\"\";s:15:\"sgpb-max-height\";s:0:\"\";s:14:\"sgpb-min-width\";s:3:\"120\";s:15:\"sgpb-min-height\";s:0:\"\";s:26:\"sgpb-open-animation-effect\";s:9:\"No effect\";s:27:\"sgpb-close-animation-effect\";s:9:\"No effect\";s:29:\"sgpb-enable-content-scrolling\";s:2:\"on\";s:16:\"sgpb-popup-order\";s:1:\"0\";s:16:\"sgpb-popup-delay\";s:1:\"0\";s:7:\"sgpb-js\";s:2:\"JS\";s:8:\"sgpb-css\";s:3:\"CSS\";s:12:\"sgpb-post-id\";s:6:\"124106\";s:25:\"sgpb-enable-popup-overlay\";s:2:\"on\";s:22:\"sgpb-button-image-data\";s:0:\"\";s:26:\"sgpb-background-image-data\";s:0:\"\";}'),(2676,124111,'_wp_attached_file','2020/04/iKoe-MINI-opettajan-ohje.mp4'),(2677,124111,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5200668;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:59;s:16:\"length_formatted\";s:4:\"0:59\";s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),(2711,124125,'_edit_lock','1586802816:1'),(2682,124115,'_wp_attached_file','2020/04/08.jpg'),(2683,124115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:14:\"2020/04/08.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"08-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"08-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"08-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"08-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"08-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"08-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"08-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"08-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"08-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:14:\"08-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:15:\"08-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:14:\"08-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"08-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2684,124116,'_wp_attached_file','2020/04/logo_02.png'),(2685,124116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:19:\"2020/04/logo_02.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(2686,124117,'_wp_attached_file','2020/04/02.jpg'),(2687,124117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1046;s:4:\"file\";s:14:\"2020/04/02.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"02-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"02-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"02-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"02-1080x785.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:14:\"02-610x443.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:15:\"02-1280x930.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:930;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:14:\"02-980x712.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"02-480x349.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2688,124118,'_wp_attached_file','2020/04/logo_03.png'),(2689,124118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:91;s:4:\"file\";s:19:\"2020/04/logo_03.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(2690,124119,'_wp_attached_file','2020/04/051.jpg'),(2691,124119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1180;s:4:\"file\";s:15:\"2020/04/051.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"051-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"051-768x503.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"051-1024x671.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"051-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"051-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"051-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"051-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"051-1080x708.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"051-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:15:\"051-610x400.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:16:\"051-1280x839.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:839;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:15:\"051-980x642.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:15:\"051-480x315.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2692,28506,'_et_pb_built_for_post_type','page'),(2693,28505,'_et_pb_built_for_post_type','page'),(2694,28504,'_et_pb_built_for_post_type','page'),(2695,28503,'_et_pb_built_for_post_type','page'),(2696,28502,'_et_pb_built_for_post_type','page'),(2697,28501,'_et_pb_built_for_post_type','page'),(2698,28500,'_et_pb_built_for_post_type','page'),(2699,28499,'_et_pb_built_for_post_type','page'),(2700,28498,'_et_pb_built_for_post_type','page'),(2712,124125,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"lukuverkosto-logo-white.png\";}}'),(2713,124125,'_edit_last','1'),(2716,124139,'_edit_last','1'),(2717,124139,'_edit_lock','1586884359:1'),(2718,124139,'_wp_page_template','default'),(2719,124139,'_et_pb_post_hide_nav','default'),(2720,124139,'_et_pb_page_layout','et_right_sidebar'),(2721,124139,'_et_pb_side_nav','off'),(2722,124139,'_et_pb_use_builder','on'),(2723,124139,'_et_pb_first_image',''),(2724,124139,'_et_pb_truncate_post',''),(2725,124139,'_et_pb_truncate_post_date',''),(2726,124139,'_et_pb_old_content',''),(2728,124141,'_wp_attached_file','2020/04/anthony_unzip_this_first.zip'),(2729,124141,'_wp_attachment_context','upgrader'),(2885,124197,'_edit_lock','1697100478:4'),(2884,124197,'_edit_last','1'),(2736,124145,'_wp_attached_file','2020/04/header-img.jpg'),(2737,124145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1359;s:4:\"file\";s:22:\"2020/04/header-img.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"header-img-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"header-img-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"header-img-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"header-img-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"header-img-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"header-img-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"header-img-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"header-img-1080x667.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"header-img-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"header-img-610x377.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"header-img-1280x791.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"header-img-980x605.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"header-img-480x297.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2738,124146,'_wp_attached_file','2020/04/img-20.jpg'),(2739,124146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1238;s:4:\"file\";s:18:\"2020/04/img-20.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-20-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-20-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"img-20-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-20-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-20-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-20-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-20-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"img-20-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-20-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-20-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"img-20-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-20-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-20-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2740,124147,'_wp_attached_file','2020/04/img-12.jpg'),(2741,124147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:616;s:4:\"file\";s:18:\"2020/04/img-12.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-12-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-12-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-12-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-12-480x493.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2742,124148,'_wp_attached_file','2020/04/img-11.jpg'),(2743,124148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:616;s:4:\"file\";s:18:\"2020/04/img-11.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-11-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-11-480x493.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2744,124149,'_wp_attached_file','2020/04/img-13.jpg'),(2745,124149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:616;s:4:\"file\";s:18:\"2020/04/img-13.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-13-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-13-480x493.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2746,124150,'_wp_attached_file','2020/04/img-03.jpg'),(2747,124150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:616;s:4:\"file\";s:18:\"2020/04/img-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-03-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-03-480x493.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2748,124151,'_wp_attached_file','2020/04/signature-300x116.png'),(2749,124151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:116;s:4:\"file\";s:29:\"2020/04/signature-300x116.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"signature-300x116-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"signature-300x116-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2750,124152,'_wp_attached_file','2020/04/img-04-1.jpg'),(2751,124152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1359;s:4:\"file\";s:20:\"2020/04/img-04-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img-04-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img-04-1-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img-04-1-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"img-04-1-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"img-04-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"img-04-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"img-04-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"img-04-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"img-04-1-1080x667.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"img-04-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"img-04-1-610x377.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:21:\"img-04-1-1280x791.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"img-04-1-980x605.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"img-04-1-480x297.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2752,124153,'_wp_attached_file','2020/04/person-01.png'),(2753,124153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/04/person-01.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(2754,124154,'_wp_attached_file','2020/04/person-02.png'),(2755,124154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/04/person-02.png\";s:5:\"sizes\";a:0:{}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:{}}}'),(2756,124155,'_wp_attached_file','2020/04/img-19.jpg'),(2757,124155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1359;s:4:\"file\";s:18:\"2020/04/img-19.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-19-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-19-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"img-19-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"img-19-1080x667.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-19-610x377.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"img-19-1280x791.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-19-980x605.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-19-480x297.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2758,124156,'_wp_attached_file','2020/04/img-16.jpg'),(2759,124156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-16.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-16-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-16-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-16-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-16-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-16-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2760,124157,'_wp_attached_file','2020/04/img-18.jpg'),(2761,124157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-18.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-18-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-18-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-18-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-18-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-18-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-18-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2762,124158,'_wp_attached_file','2020/04/img-14.jpg'),(2763,124158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-14.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-14-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-14-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-14-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-14-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-14-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-14-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-14-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-14-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-14-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2764,124159,'_wp_attached_file','2020/04/img-15.jpg'),(2765,124159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-15.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-15-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-15-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-15-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-15-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-15-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-15-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-15-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-15-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-15-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2766,124160,'_wp_attached_file','2020/04/logistic-map-1.png'),(2767,124160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1603;s:6:\"height\";i:591;s:4:\"file\";s:26:\"2020/04/logistic-map-1.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"logistic-map-1-1024x378.png\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"logistic-map-1-1080x591.png\";s:5:\"width\";i:1080;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"logistic-map-1-1080x398.png\";s:5:\"width\";i:1080;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-610x225.png\";s:5:\"width\";i:610;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"logistic-map-1-1280x472.png\";s:5:\"width\";i:1280;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-980x361.png\";s:5:\"width\";i:980;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"logistic-map-1-480x177.png\";s:5:\"width\";i:480;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2768,124161,'_wp_attached_file','2020/04/client-02.jpg'),(2769,124161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/04/client-02.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(2770,124162,'_wp_attached_file','2020/04/logistic-slider-01.jpg'),(2771,124162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:965;s:4:\"file\";s:30:\"2020/04/logistic-slider-01.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-768x337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"logistic-slider-01-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"logistic-slider-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"logistic-slider-01-1080x474.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-610x268.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"logistic-slider-01-1280x561.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-980x430.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"logistic-slider-01-480x211.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2772,124163,'_wp_attached_file','2020/04/bg.png'),(2773,124163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1603;s:6:\"height\";i:410;s:4:\"file\";s:14:\"2020/04/bg.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"bg-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"bg-768x196.png\";s:5:\"width\";i:768;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x262.png\";s:5:\"width\";i:1024;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"bg-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"bg-1080x410.png\";s:5:\"width\";i:1080;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"bg-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"bg-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"bg-1080x276.png\";s:5:\"width\";i:1080;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"bg-400x410.png\";s:5:\"width\";i:400;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:14:\"bg-610x156.png\";s:5:\"width\";i:610;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:15:\"bg-1280x327.png\";s:5:\"width\";i:1280;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:14:\"bg-980x251.png\";s:5:\"width\";i:980;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:14:\"bg-480x123.png\";s:5:\"width\";i:480;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2774,124164,'_wp_attached_file','2020/04/logistic-blurb-01.jpg'),(2775,124164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2020/04/logistic-blurb-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-01-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2776,124165,'_wp_attached_file','2020/04/logistic-blurb-02.jpg'),(2777,124165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2020/04/logistic-blurb-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-02-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2778,124166,'_wp_attached_file','2020/04/logistic-blurb-03.jpg'),(2779,124166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2020/04/logistic-blurb-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"logistic-blurb-03-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2780,124167,'_wp_attached_file','2020/04/logistic-map.png'),(2781,124167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:894;s:4:\"file\";s:24:\"2020/04/logistic-map.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logistic-map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logistic-map-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logistic-map-768x312.png\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"logistic-map-1024x416.png\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"logistic-map-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"logistic-map-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"logistic-map-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"logistic-map-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"logistic-map-1080x439.png\";s:5:\"width\";i:1080;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"logistic-map-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"logistic-map-610x248.png\";s:5:\"width\";i:610;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"logistic-map-1280x520.png\";s:5:\"width\";i:1280;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"logistic-map-980x398.png\";s:5:\"width\";i:980;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"logistic-map-480x195.png\";s:5:\"width\";i:480;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2782,124168,'_wp_attached_file','2020/04/logistic-dark-bg.jpg'),(2783,124168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1548;s:4:\"file\";s:28:\"2020/04/logistic-dark-bg.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"logistic-dark-bg-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"logistic-dark-bg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"logistic-dark-bg-1080x760.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-610x429.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:29:\"logistic-dark-bg-1280x901.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-980x690.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"logistic-dark-bg-480x338.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2784,124169,'_wp_attached_file','2020/04/client-01.jpg'),(2785,124169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/04/client-01.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(2786,124170,'_wp_attached_file','2020/04/client-03.jpg'),(2787,124170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2020/04/client-03.jpg\";s:5:\"sizes\";a:0:{}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:{}}}'),(2788,124171,'_wp_attached_file','2020/04/map-02.png'),(2789,124171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1603;s:6:\"height\";i:591;s:4:\"file\";s:18:\"2020/04/map-02.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"map-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"map-02-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"map-02-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"map-02-1024x378.png\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"map-02-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"map-02-1080x591.png\";s:5:\"width\";i:1080;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"map-02-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"map-02-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"map-02-1080x398.png\";s:5:\"width\";i:1080;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"map-02-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"map-02-610x225.png\";s:5:\"width\";i:610;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:19:\"map-02-1280x472.png\";s:5:\"width\";i:1280;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"map-02-980x361.png\";s:5:\"width\";i:980;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"map-02-480x177.png\";s:5:\"width\";i:480;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2790,124172,'_wp_attached_file','2020/04/logistic-slider-02.jpg'),(2791,124172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:879;s:4:\"file\";s:30:\"2020/04/logistic-slider-02.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"logistic-slider-02-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"logistic-slider-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"logistic-slider-02-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-610x405.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"logistic-slider-02-1280x849.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"logistic-slider-02-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2792,124173,'_wp_attached_file','2020/04/logistic-gallery-01.jpg'),(2793,124173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:879;s:4:\"file\";s:31:\"2020/04/logistic-gallery-01.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-01-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-01-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-610x405.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-01-1280x849.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-01-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2794,124174,'_wp_attached_file','2020/04/logistic-gallery-02.jpg'),(2795,124174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:879;s:4:\"file\";s:31:\"2020/04/logistic-gallery-02.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-02-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-02-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-610x405.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-02-1280x849.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-02-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2796,124175,'_wp_attached_file','2020/04/logistic-gallery-03.jpg'),(2797,124175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:879;s:4:\"file\";s:31:\"2020/04/logistic-gallery-03.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-03-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-03-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-03-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-610x405.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"logistic-gallery-03-1280x849.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"logistic-gallery-03-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2798,124176,'_wp_attached_file','2020/04/img-22.jpg'),(2799,124176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-22.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-22-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-22-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-22-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-22-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-22-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-22-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-22-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-22-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2800,124177,'_wp_attached_file','2020/04/img-17.jpg'),(2801,124177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-17.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-17-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-17-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-17-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-17-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-17-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-17-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-17-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-17-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-17-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-17-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2802,124178,'_wp_attached_file','2020/04/img-02.jpg'),(2803,124178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2020/04/img-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-02-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-02-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2804,124179,'_wp_attached_file','2020/04/img-06.jpg'),(2805,124179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-06.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-06-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-06-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-06-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-06-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-06-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-06-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2806,124180,'_wp_attached_file','2020/04/img-23.jpg'),(2807,124180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-23.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-23-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-23-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-23-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-23-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-23-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-23-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-23-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-23-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-23-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-23-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2808,124181,'_wp_attached_file','2020/04/img-07.jpg'),(2809,124181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-07.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-07-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-07-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-07-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-07-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-07-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-07-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2810,124182,'_wp_attached_file','2020/04/img-09.jpg'),(2811,124182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-09.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-09-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-09-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-09-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-09-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-09-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-09-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-09-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-09-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-09-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-09-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2812,124183,'_wp_attached_file','2020/04/img-10.jpg'),(2813,124183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-10.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-10-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-10-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-10-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-10-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-10-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2814,124184,'_wp_attached_file','2020/04/img-05.jpg'),(2815,124184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-05.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-05-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-05-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-05-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-05-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-05-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-05-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2816,124185,'_wp_attached_file','2020/04/img-24.jpg'),(2817,124185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/04/img-24.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"img-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"img-24-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"img-24-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"img-24-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"img-24-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"img-24-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"img-24-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"img-24-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"img-24-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:18:\"img-24-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"img-24-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2818,124186,'_wp_attached_file','2020/04/img-24-1.jpg'),(2819,124186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2020/04/img-24-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img-24-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img-24-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img-24-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"img-24-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"img-24-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"img-24-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"img-24-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"img-24-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"img-24-1-610x488.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:20:\"img-24-1-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"img-24-1-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2820,1160,'_et_pb_built_for_post_type','page'),(2821,677,'_et_pb_built_for_post_type','page'),(2822,676,'_et_pb_built_for_post_type','page'),(2823,654,'_et_pb_built_for_post_type','page'),(2824,651,'_et_pb_built_for_post_type','page'),(2825,650,'_et_pb_built_for_post_type','page'),(2826,649,'_et_pb_built_for_post_type','page'),(2827,647,'_et_pb_built_for_post_type','page'),(2828,646,'_et_pb_built_for_post_type','page'),(2829,645,'_et_pb_built_for_post_type','page'),(2830,644,'_et_pb_built_for_post_type','page'),(2831,124187,'_et_pb_built_for_post_type','page'),(2832,340,'_et_pb_built_for_post_type','page'),(2833,124188,'_et_pb_built_for_post_type','page'),(2834,268,'_et_pb_built_for_post_type','page'),(2835,267,'_et_pb_built_for_post_type','page'),(2836,266,'_et_pb_built_for_post_type','page'),(2837,265,'_et_pb_built_for_post_type','page'),(2838,264,'_et_pb_built_for_post_type','page'),(2839,263,'_et_pb_built_for_post_type','page'),(2840,124189,'_edit_last','1'),(2841,124189,'_wp_page_template','default'),(2842,124189,'_et_pb_post_hide_nav','default'),(2843,124189,'_et_pb_page_layout','et_right_sidebar'),(2844,124189,'_et_pb_side_nav','off'),(2845,124189,'_et_pb_use_builder','on'),(2846,124189,'_et_pb_first_image',''),(2847,124189,'_et_pb_truncate_post',''),(2848,124189,'_et_pb_truncate_post_date',''),(2849,124189,'_et_pb_old_content',''),(2850,124189,'_edit_lock','1587016207:1'),(2852,124189,'_et_pb_built_for_post_type','page'),(2853,124189,'_et_pb_ab_subjects',''),(2854,124189,'_et_pb_enable_shortcode_tracking',''),(2855,124189,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124189\" /]'),(2856,124189,'_et_pb_custom_css',''),(2857,124189,'_et_pb_gutter_width','3'),(2861,124194,'_wp_attached_file','2020/04/LUKUVERKOSTO-e1587017502672.png'),(2859,124189,'_et_builder_version','VB|Divi|4.4.1'),(2860,124189,'_et_pb_show_page_creation','off'),(2862,124194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:841;s:4:\"file\";s:39:\"2020/04/LUKUVERKOSTO-e1587017502672.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-768x601.png\";s:5:\"width\";i:768;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LUKUVERKOSTO-e1587017502672-1024x801.png\";s:5:\"width\";i:1024;s:6:\"height\";i:801;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"LUKUVERKOSTO-e1587017502672-1075x675.png\";s:5:\"width\";i:1075;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"LUKUVERKOSTO-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-610x477.png\";s:5:\"width\";i:610;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:40:\"LUKUVERKOSTO-e1587017502672-1075x720.png\";s:5:\"width\";i:1075;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:39:\"LUKUVERKOSTO-e1587017502672-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2863,124194,'_edit_lock','1587017393:1'),(2864,124194,'_wp_attachment_backup_sizes','a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"LUKUVERKOSTO.png\";}s:18:\"full-1587017502672\";a:3:{s:5:\"width\";i:1700;s:6:\"height\";i:956;s:4:\"file\";s:31:\"LUKUVERKOSTO-e1586886109932.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"LUKUVERKOSTO-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:25:\"LUKUVERKOSTO-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:25:\"LUKUVERKOSTO-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-image--responsive--desktop-orig\";a:4:{s:4:\"file\";s:25:\"LUKUVERKOSTO-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"et-pb-image--responsive--tablet-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-image--responsive--phone-orig\";a:4:{s:4:\"file\";s:24:\"LUKUVERKOSTO-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}'),(2865,124194,'_edit_last','1'),(2866,124195,'_et_pb_module_type','et_pb_unknown'),(2867,124195,'_et_pb_excluded_global_options','[\"column_structure\",\"use_custom_gutter\",\"gutter_width\",\"padding_mobile\",\"make_equal\",\"column_padding_mobile\",\"custom_padding_last_edited\",\"__video_background\",\"background_color_1\",\"background_color_2\",\"background_color_3\",\"background_color_4\",\"background_color_5\",\"background_color_6\",\"bg_img_1\",\"bg_img_2\",\"bg_img_3\",\"bg_img_4\",\"bg_img_5\",\"bg_img_6\",\"padding_top_bottom_link_1\",\"padding_top_bottom_link_2\",\"padding_top_bottom_link_3\",\"padding_top_bottom_link_4\",\"padding_top_bottom_link_5\",\"padding_top_bottom_link_6\",\"padding_left_right_link_1\",\"padding_left_right_link_2\",\"padding_left_right_link_3\",\"padding_left_right_link_4\",\"padding_left_right_link_5\",\"padding_left_right_link_6\",\"parallax_1\",\"parallax_2\",\"parallax_3\",\"parallax_4\",\"parallax_5\",\"parallax_6\",\"parallax_method_1\",\"parallax_method_2\",\"parallax_method_3\",\"parallax_method_4\",\"parallax_method_5\",\"parallax_method_6\",\"background_size_1\",\"background_size_2\",\"background_size_3\",\"background_size_4\",\"background_size_5\",\"background_size_6\",\"background_position_1\",\"background_position_2\",\"background_position_3\",\"background_position_4\",\"background_position_5\",\"background_position_6\",\"background_repeat_1\",\"background_repeat_2\",\"background_repeat_3\",\"background_repeat_4\",\"background_repeat_5\",\"background_repeat_6\",\"background_blend_1\",\"background_blend_2\",\"background_blend_3\",\"background_blend_4\",\"background_blend_5\",\"background_blend_6\",\"use_background_color_gradient_1\",\"use_background_color_gradient_2\",\"use_background_color_gradient_3\",\"use_background_color_gradient_4\",\"use_background_color_gradient_5\",\"use_background_color_gradient_6\",\"background_color_gradient_start_1\",\"background_color_gradient_start_2\",\"background_color_gradient_start_3\",\"background_color_gradient_start_4\",\"background_color_gradient_start_5\",\"background_color_gradient_start_6\",\"background_color_gradient_end_1\",\"background_color_gradient_end_2\",\"background_color_gradient_end_3\",\"background_color_gradient_end_4\",\"background_color_gradient_end_5\",\"background_color_gradient_end_6\",\"background_color_gradient_type_1\",\"background_color_gradient_type_2\",\"background_color_gradient_type_3\",\"background_color_gradient_type_4\",\"background_color_gradient_type_5\",\"background_color_gradient_type_6\",\"background_color_gradient_direction_1\",\"background_color_gradient_direction_2\",\"background_color_gradient_direction_3\",\"background_color_gradient_direction_4\",\"background_color_gradient_direction_5\",\"background_color_gradient_direction_6\",\"background_color_gradient_direction_radial_1\",\"background_color_gradient_direction_radial_2\",\"background_color_gradient_direction_radial_3\",\"background_color_gradient_direction_radial_4\",\"background_color_gradient_direction_radial_5\",\"background_color_gradient_direction_radial_6\",\"background_color_gradient_start_position_1\",\"background_color_gradient_start_position_2\",\"background_color_gradient_start_position_3\",\"background_color_gradient_start_position_4\",\"background_color_gradient_start_position_5\",\"background_color_gradient_start_position_6\",\"background_color_gradient_end_position_1\",\"background_color_gradient_end_position_2\",\"background_color_gradient_end_position_3\",\"background_color_gradient_end_position_4\",\"background_color_gradient_end_position_5\",\"background_color_gradient_end_position_6\",\"background_color_gradient_overlays_image_1\",\"background_color_gradient_overlays_image_2\",\"background_color_gradient_overlays_image_3\",\"background_color_gradient_overlays_image_4\",\"background_color_gradient_overlays_image_5\",\"background_color_gradient_overlays_image_6\",\"background_video_mp4_1\",\"background_video_mp4_2\",\"background_video_mp4_3\",\"background_video_mp4_4\",\"background_video_mp4_5\",\"background_video_mp4_6\",\"background_video_webm_1\",\"background_video_webm_2\",\"background_video_webm_3\",\"background_video_webm_4\",\"background_video_webm_5\",\"background_video_webm_6\",\"background_video_width_1\",\"background_video_width_2\",\"background_video_width_3\",\"background_video_width_4\",\"background_video_width_5\",\"background_video_width_6\",\"background_video_height_1\",\"background_video_height_2\",\"background_video_height_3\",\"background_video_height_4\",\"background_video_height_5\",\"background_video_height_6\",\"allow_player_pause_1\",\"allow_player_pause_2\",\"allow_player_pause_3\",\"allow_player_pause_4\",\"allow_player_pause_5\",\"allow_player_pause_6\",\"background_video_pause_outside_viewport_1\",\"background_video_pause_outside_viewport_2\",\"background_video_pause_outside_viewport_3\",\"background_video_pause_outside_viewport_4\",\"background_video_pause_outside_viewport_5\",\"background_video_pause_outside_viewport_6\",\"__video_background_1\",\"__video_background_2\",\"__video_background_3\",\"__video_background_4\",\"__video_background_5\",\"__video_background_6\",\"padding_top_1\",\"padding_top_2\",\"padding_top_3\",\"padding_top_4\",\"padding_top_5\",\"padding_top_6\",\"padding_right_1\",\"padding_right_2\",\"padding_right_3\",\"padding_right_4\",\"padding_right_5\",\"padding_right_6\",\"padding_bottom_1\",\"padding_bottom_2\",\"padding_bottom_3\",\"padding_bottom_4\",\"padding_bottom_5\",\"padding_bottom_6\",\"padding_left_1\",\"padding_left_2\",\"padding_left_3\",\"padding_left_4\",\"padding_left_5\",\"padding_left_6\",\"padding_1_tablet\",\"padding_2_tablet\",\"padding_3_tablet\",\"padding_4_tablet\",\"padding_5_tablet\",\"padding_6_tablet\",\"padding_1_phone\",\"padding_2_phone\",\"padding_3_phone\",\"padding_4_phone\",\"padding_5_phone\",\"padding_6_phone\",\"padding_1_last_edited\",\"padding_2_last_edited\",\"padding_3_last_edited\",\"padding_4_last_edited\",\"padding_5_last_edited\",\"padding_6_last_edited\",\"module_id_1\",\"module_id_2\",\"module_id_3\",\"module_id_4\",\"module_id_5\",\"module_id_6\",\"module_class_1\",\"module_class_2\",\"module_class_3\",\"module_class_4\",\"module_class_5\",\"module_class_6\",\"custom_css_before_1\",\"custom_css_before_2\",\"custom_css_before_3\",\"custom_css_before_4\",\"custom_css_before_5\",\"custom_css_before_6\",\"custom_css_main_1\",\"custom_css_main_2\",\"custom_css_main_3\",\"custom_css_main_4\",\"custom_css_main_5\",\"custom_css_main_6\",\"custom_css_after_1\",\"custom_css_after_2\",\"custom_css_after_3\",\"custom_css_after_4\",\"custom_css_after_5\",\"custom_css_after_6\",\"disabled_on\",\"admin_label\",\"module_id\",\"module_class\",\"_dynamic_attributes\",\"background_color\",\"background_enable_color\",\"use_background_color_gradient\",\"background_color_gradient_start\",\"background_color_gradient_end\",\"background_color_gradient_type\",\"background_color_gradient_direction\",\"background_color_gradient_direction_radial\",\"background_color_gradient_start_position\",\"background_color_gradient_end_position\",\"background_color_gradient_overlays_image\",\"background_image\",\"background_enable_image\",\"parallax\",\"parallax_method\",\"background_size\",\"background_position\",\"background_repeat\",\"background_blend\",\"background_video_mp4\",\"background_enable_video_mp4\",\"background_video_webm\",\"background_enable_video_webm\",\"background_video_width\",\"background_video_height\",\"allow_player_pause\",\"background_video_pause_outside_viewport\",\"transform_scale\",\"transform_scale_tablet\",\"transform_scale_phone\",\"transform_scale_last_edited\",\"transform_scale_linked\",\"transform_scale_linked_tablet\",\"transform_scale_linked_phone\",\"transform_scale_linked__hover\",\"transform_translate\",\"transform_translate_tablet\",\"transform_translate_phone\",\"transform_translate_last_edited\",\"transform_translate_linked\",\"transform_translate_linked_tablet\",\"transform_translate_linked_phone\",\"transform_translate_linked__hover\",\"transform_rotate\",\"transform_rotate_tablet\",\"transform_rotate_phone\",\"transform_rotate_last_edited\",\"transform_skew\",\"transform_skew_tablet\",\"transform_skew_phone\",\"transform_skew_last_edited\",\"transform_skew_linked\",\"transform_skew_linked_tablet\",\"transform_skew_linked_phone\",\"transform_skew_linked__hover\",\"transform_origin\",\"transform_origin_tablet\",\"transform_origin_phone\",\"transform_origin_last_edited\",\"transform_styles_last_edited\",\"positioning\",\"position_origin_a\",\"position_origin_f\",\"position_origin_r\",\"vertical_offset\",\"horizontal_offset\",\"z_index\",\"vertical_offset_tablet\",\"vertical_offset_phone\",\"vertical_offset_last_edited\",\"horizontal_offset_tablet\",\"horizontal_offset_phone\",\"horizontal_offset_last_edited\",\"position_origin_a_tablet\",\"position_origin_a_phone\",\"position_origin_a_last_edited\",\"position_origin_f_tablet\",\"position_origin_f_phone\",\"position_origin_f_last_edited\",\"position_origin_r_tablet\",\"position_origin_r_phone\",\"position_origin_r_last_edited\",\"width\",\"width_tablet\",\"width_phone\",\"width_last_edited\",\"max_width\",\"max_width_tablet\",\"max_width_phone\",\"max_width_last_edited\",\"module_alignment\",\"min_height\",\"min_height_tablet\",\"min_height_phone\",\"min_height_last_edited\",\"height\",\"height_tablet\",\"height_phone\",\"height_last_edited\",\"max_height\",\"max_height_tablet\",\"max_height_phone\",\"max_height_last_edited\",\"overflow-x\",\"overflow-y\",\"custom_margin\",\"custom_margin_tablet\",\"custom_margin_phone\",\"custom_margin_last_edited\",\"custom_padding\",\"custom_padding_tablet\",\"custom_padding_phone\",\"filter_hue_rotate\",\"filter_saturate\",\"filter_brightness\",\"filter_contrast\",\"filter_invert\",\"filter_sepia\",\"filter_opacity\",\"filter_blur\",\"mix_blend_mode\",\"animation_style\",\"animation_direction\",\"animation_duration\",\"animation_delay\",\"animation_intensity_slide\",\"animation_intensity_zoom\",\"animation_intensity_flip\",\"animation_intensity_fold\",\"animation_intensity_roll\",\"animation_starting_opacity\",\"animation_speed_curve\",\"animation_repeat\",\"hover_transition_duration\",\"hover_transition_delay\",\"hover_transition_speed_curve\",\"link_option_url\",\"link_option_url_new_window\",\"scroll_vertical_motion_enable\",\"scroll_vertical_motion\",\"scroll_horizontal_motion_enable\",\"scroll_horizontal_motion\",\"scroll_fade_enable\",\"scroll_fade\",\"scroll_scaling_enable\",\"scroll_scaling\",\"scroll_rotating_enable\",\"scroll_rotating\",\"scroll_blur_enable\",\"scroll_blur\",\"motion_trigger_start\",\"hover_enabled\",\"background_color_tablet\",\"background_color_phone\",\"background_color_last_edited\",\"background_last_edited\",\"background_enable_color_tablet\",\"background_enable_color_phone\",\"background_enable_color_last_edited\",\"use_background_color_gradient_tablet\",\"use_background_color_gradient_phone\",\"use_background_color_gradient_last_edited\",\"background_color_gradient_start_tablet\",\"background_color_gradient_start_phone\",\"background_color_gradient_start_last_edited\",\"background_color_gradient_end_tablet\",\"background_color_gradient_end_phone\",\"background_color_gradient_end_last_edited\",\"background_color_gradient_type_tablet\",\"background_color_gradient_type_phone\",\"background_color_gradient_type_last_edited\",\"background_color_gradient_direction_tablet\",\"background_color_gradient_direction_phone\",\"background_color_gradient_direction_last_edited\",\"background_color_gradient_direction_radial_tablet\",\"background_color_gradient_direction_radial_phone\",\"background_color_gradient_direction_radial_last_edited\",\"background_color_gradient_start_position_tablet\",\"background_color_gradient_start_position_phone\",\"background_color_gradient_start_position_last_edited\",\"background_color_gradient_end_position_tablet\",\"background_color_gradient_end_position_phone\",\"background_color_gradient_end_position_last_edited\",\"background_color_gradient_overlays_image_tablet\",\"background_color_gradient_overlays_image_phone\",\"background_color_gradient_overlays_image_last_edited\",\"background_image_tablet\",\"background_image_phone\",\"background_image_last_edited\",\"background_enable_image_tablet\",\"background_enable_image_phone\",\"background_enable_image_last_edited\",\"parallax_tablet\",\"parallax_phone\",\"parallax_last_edited\",\"parallax_method_tablet\",\"parallax_method_phone\",\"parallax_method_last_edited\",\"background_size_tablet\",\"background_size_phone\",\"background_size_last_edited\",\"background_position_tablet\",\"background_position_phone\",\"background_position_last_edited\",\"background_repeat_tablet\",\"background_repeat_phone\",\"background_repeat_last_edited\",\"background_blend_tablet\",\"background_blend_phone\",\"background_blend_last_edited\",\"background_video_mp4_tablet\",\"background_video_mp4_phone\",\"background_video_mp4_last_edited\",\"background_video_mp4__hover\",\"background_enable_video_mp4_tablet\",\"background_enable_video_mp4_phone\",\"background_enable_video_mp4_last_edited\",\"background_video_webm_tablet\",\"background_video_webm_phone\",\"background_video_webm_last_edited\",\"background_video_webm__hover\",\"background_enable_video_webm_tablet\",\"background_enable_video_webm_phone\",\"background_enable_video_webm_last_edited\",\"background_video_width_tablet\",\"background_video_width_phone\",\"background_video_width_last_edited\",\"background_video_width__hover\",\"background_video_height_tablet\",\"background_video_height_phone\",\"background_video_height_last_edited\",\"background_video_height__hover\",\"allow_player_pause_tablet\",\"allow_player_pause_phone\",\"allow_player_pause_last_edited\",\"background_video_pause_outside_viewport_tablet\",\"background_video_pause_outside_viewport_phone\",\"background_video_pause_outside_viewport_last_edited\",\"transform_styles_tablet\",\"transform_styles_phone\",\"positioning_tablet\",\"positioning_phone\",\"positioning_last_edited\",\"z_index_tablet\",\"z_index_phone\",\"z_index_last_edited\",\"module_alignment_tablet\",\"module_alignment_phone\",\"module_alignment_last_edited\",\"overflow-x_tablet\",\"overflow-x_phone\",\"overflow-x_last_edited\",\"overflow-y_tablet\",\"overflow-y_phone\",\"overflow-y_last_edited\",\"filter_hue_rotate_tablet\",\"filter_hue_rotate_phone\",\"filter_hue_rotate_last_edited\",\"filter_saturate_tablet\",\"filter_saturate_phone\",\"filter_saturate_last_edited\",\"filter_brightness_tablet\",\"filter_brightness_phone\",\"filter_brightness_last_edited\",\"filter_contrast_tablet\",\"filter_contrast_phone\",\"filter_contrast_last_edited\",\"filter_invert_tablet\",\"filter_invert_phone\",\"filter_invert_last_edited\",\"filter_sepia_tablet\",\"filter_sepia_phone\",\"filter_sepia_last_edited\",\"filter_opacity_tablet\",\"filter_opacity_phone\",\"filter_opacity_last_edited\",\"filter_blur_tablet\",\"filter_blur_phone\",\"filter_blur_last_edited\",\"mix_blend_mode_tablet\",\"mix_blend_mode_phone\",\"mix_blend_mode_last_edited\",\"animation_direction_tablet\",\"animation_direction_phone\",\"animation_direction_last_edited\",\"animation_duration_tablet\",\"animation_duration_phone\",\"animation_duration_last_edited\",\"animation_delay_tablet\",\"animation_delay_phone\",\"animation_delay_last_edited\",\"animation_intensity_slide_tablet\",\"animation_intensity_slide_phone\",\"animation_intensity_slide_last_edited\",\"animation_intensity_zoom_tablet\",\"animation_intensity_zoom_phone\",\"animation_intensity_zoom_last_edited\",\"animation_intensity_flip_tablet\",\"animation_intensity_flip_phone\",\"animation_intensity_flip_last_edited\",\"animation_intensity_fold_tablet\",\"animation_intensity_fold_phone\",\"animation_intensity_fold_last_edited\",\"animation_intensity_roll_tablet\",\"animation_intensity_roll_phone\",\"animation_intensity_roll_last_edited\",\"animation_starting_opacity_tablet\",\"animation_starting_opacity_phone\",\"animation_starting_opacity_last_edited\",\"animation_speed_curve_tablet\",\"animation_speed_curve_phone\",\"animation_speed_curve_last_edited\",\"animation_repeat_tablet\",\"animation_repeat_phone\",\"animation_repeat_last_edited\",\"hover_transition_duration_tablet\",\"hover_transition_duration_phone\",\"hover_transition_duration_last_edited\",\"hover_transition_delay_tablet\",\"hover_transition_delay_phone\",\"hover_transition_delay_last_edited\",\"hover_transition_speed_curve_tablet\",\"hover_transition_speed_curve_phone\",\"hover_transition_speed_curve_last_edited\",\"scroll_vertical_motion_tablet\",\"scroll_vertical_motion_phone\",\"scroll_vertical_motion_last_edited\",\"scroll_horizontal_motion_tablet\",\"scroll_horizontal_motion_phone\",\"scroll_horizontal_motion_last_edited\",\"scroll_fade_tablet\",\"scroll_fade_phone\",\"scroll_fade_last_edited\",\"scroll_scaling_tablet\",\"scroll_scaling_phone\",\"scroll_scaling_last_edited\",\"scroll_rotating_tablet\",\"scroll_rotating_phone\",\"scroll_rotating_last_edited\",\"scroll_blur_tablet\",\"scroll_blur_phone\",\"scroll_blur_last_edited\",\"custom_css_before\",\"custom_css_main_element\",\"custom_css_after\",\"border_radii\",\"border_width_all\",\"border_color_all\",\"border_style_all\",\"border_width_top\",\"border_color_top\",\"border_style_top\",\"border_width_right\",\"border_color_right\",\"border_style_right\",\"border_width_bottom\",\"border_color_bottom\",\"border_style_bottom\",\"border_width_left\",\"border_color_left\",\"border_style_left\",\"border_radii_tablet\",\"border_radii_phone\",\"border_radii_last_edited\",\"border_width_all_tablet\",\"border_width_all_phone\",\"border_width_all_last_edited\",\"border_color_all_tablet\",\"border_color_all_phone\",\"border_color_all_last_edited\",\"border_style_all_tablet\",\"border_style_all_phone\",\"border_style_all_last_edited\",\"border_width_top_tablet\",\"border_width_top_phone\",\"border_width_top_last_edited\",\"border_color_top_tablet\",\"border_color_top_phone\",\"border_color_top_last_edited\",\"border_style_top_tablet\",\"border_style_top_phone\",\"border_style_top_last_edited\",\"border_width_right_tablet\",\"border_width_right_phone\",\"border_width_right_last_edited\",\"border_color_right_tablet\",\"border_color_right_phone\",\"border_color_right_last_edited\",\"border_style_right_tablet\",\"border_style_right_phone\",\"border_style_right_last_edited\",\"border_width_bottom_tablet\",\"border_width_bottom_phone\",\"border_width_bottom_last_edited\",\"border_color_bottom_tablet\",\"border_color_bottom_phone\",\"border_color_bottom_last_edited\",\"border_style_bottom_tablet\",\"border_style_bottom_phone\",\"border_style_bottom_last_edited\",\"border_width_left_tablet\",\"border_width_left_phone\",\"border_width_left_last_edited\",\"border_color_left_tablet\",\"border_color_left_phone\",\"border_color_left_last_edited\",\"border_style_left_tablet\",\"border_style_left_phone\",\"border_style_left_last_edited\",\"box_shadow_style\",\"box_shadow_horizontal\",\"box_shadow_vertical\",\"box_shadow_blur\",\"box_shadow_spread\",\"box_shadow_color\",\"box_shadow_position\",\"box_shadow_horizontal_tablet\",\"box_shadow_horizontal_phone\",\"box_shadow_horizontal_last_edited\",\"box_shadow_vertical_tablet\",\"box_shadow_vertical_phone\",\"box_shadow_vertical_last_edited\",\"box_shadow_blur_tablet\",\"box_shadow_blur_phone\",\"box_shadow_blur_last_edited\",\"box_shadow_spread_tablet\",\"box_shadow_spread_phone\",\"box_shadow_spread_last_edited\",\"box_shadow_color_tablet\",\"box_shadow_color_phone\",\"box_shadow_color_last_edited\",\"box_shadow_position_tablet\",\"box_shadow_position_phone\",\"box_shadow_position_last_edited\",\"make_fullwidth\",\"use_custom_width\",\"width_unit\",\"custom_width_px\",\"custom_width_px__hover\",\"custom_width_px__hover_enabled\",\"custom_width_percent\",\"custom_width_percent__hover\",\"custom_width_percent__hover_enabled\",\"disabled\",\"global_module\",\"temp_global_module\",\"global_parent\",\"temp_global_parent\",\"saved_tabs\",\"ab_subject\",\"ab_subject_id\",\"ab_goal\",\"locked\",\"template_type\",\"inline_fonts\",\"collapsed\"]'),(2868,124195,'_et_pb_built_for_post_type','page'),(2869,124195,'_edit_lock','1586886763:1'),(2871,124195,'_et_pb_ab_subjects',''),(2872,124195,'_et_pb_enable_shortcode_tracking',''),(2873,124195,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124195\" /]'),(2874,124195,'_et_pb_custom_css',''),(2875,124195,'_et_pb_gutter_width','3'),(2882,124195,'_et_pb_use_builder','on'),(2877,124195,'_et_pb_first_image',''),(2878,124195,'_et_pb_truncate_post',''),(2879,124195,'_et_pb_truncate_post_date',''),(2880,124195,'_et_builder_version','VB|Divi|4.4.3'),(2881,124195,'_edit_last','1'),(2883,124195,'_et_pb_old_content',''),(2886,124197,'_wp_page_template','default'),(2887,124197,'_et_pb_post_hide_nav','default'),(2888,124197,'_et_pb_page_layout','et_right_sidebar'),(2889,124197,'_et_pb_side_nav','on'),(2890,124197,'_et_pb_use_builder','on'),(2891,124197,'_et_pb_first_image',''),(2892,124197,'_et_pb_truncate_post',''),(2893,124197,'_et_pb_truncate_post_date',''),(2894,124197,'_et_pb_old_content',''),(4035,123550,'_et_pb_gutter_width','3'),(3042,28501,'_edit_lock','1589962197:1'),(2896,124199,'_wp_attached_file','2020/04/business_01.jpg'),(2897,124199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1290;s:6:\"height\";i:861;s:4:\"file\";s:23:\"2020/04/business_01.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business_01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business_01-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business_01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"business_01-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business_01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business_01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business_01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business_01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"business_01-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business_01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"business_01-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"business_01-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"business_01-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2898,124200,'_wp_attached_file','2020/04/circle-background-pattern.png'),(2899,124200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:848;s:4:\"file\";s:37:\"2020/04/circle-background-pattern.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-768x339.png\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"circle-background-pattern-1024x452.png\";s:5:\"width\";i:1024;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-610x269.png\";s:5:\"width\";i:610;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"circle-background-pattern-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:38:\"circle-background-pattern-1080x477.png\";s:5:\"width\";i:1080;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:38:\"circle-background-pattern-1280x565.png\";s:5:\"width\";i:1280;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-980x433.png\";s:5:\"width\";i:980;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"circle-background-pattern-480x212.png\";s:5:\"width\";i:480;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2900,124201,'_wp_attached_file','2020/04/home-office-01.jpg'),(2901,124201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:672;s:4:\"file\";s:26:\"2020/04/home-office-01.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-01-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-01-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"home-office-01-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-01-610x380.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"home-office-01-1080x672.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"home-office-01-1080x672.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"home-office-01-980x610.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-01-480x299.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2902,124202,'_wp_attached_file','2020/04/home-office-07-1.png'),(2903,124202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/04/home-office-07-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"home-office-07-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2904,124203,'_wp_attached_file','2020/04/home-office-02.jpg'),(2905,124203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/04/home-office-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-02-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"home-office-02-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-02-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2906,124204,'_wp_attached_file','2020/04/home-office-03.jpg'),(2907,124204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2020/04/home-office-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-03-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-03-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-03-610x305.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-03-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-03-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2908,124205,'_wp_attached_file','2020/04/home-office-05.jpg'),(2909,124205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/04/home-office-05.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-05-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-05-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"home-office-05-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-05-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2910,124206,'_wp_attached_file','2020/04/home-office-04.jpg'),(2911,124206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/04/home-office-04.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-04-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"home-office-04-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-04-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2912,124207,'_wp_attached_file','2020/04/background-split-03-1.jpg'),(2913,124207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1042;s:4:\"file\";s:33:\"2020/04/background-split-03-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-768x417.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"background-split-03-1-1024x556.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-610x331.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"background-split-03-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"background-split-03-1-1080x586.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:34:\"background-split-03-1-1280x695.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-980x532.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"background-split-03-1-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2914,124208,'_wp_attached_file','2020/04/MB-purefront-02.png'),(2915,124208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:618;s:4:\"file\";s:27:\"2020/04/MB-purefront-02.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-768x439.png\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MB-purefront-02-1024x586.png\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-610x349.png\";s:5:\"width\";i:610;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"MB-purefront-02-1080x618.png\";s:5:\"width\";i:1080;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"MB-purefront-02-1080x618.png\";s:5:\"width\";i:1080;s:6:\"height\";i:618;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-980x561.png\";s:5:\"width\";i:980;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"MB-purefront-02-480x275.png\";s:5:\"width\";i:480;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2916,124209,'_wp_attached_file','2020/04/home-office-06.jpg'),(2917,124209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/04/home-office-06.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home-office-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home-office-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home-office-06-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"home-office-06-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"home-office-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"home-office-06-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"home-office-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"home-office-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"home-office-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"home-office-06-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2918,124197,'_et_pb_built_for_post_type','page'),(2919,124197,'_et_pb_ab_subjects',''),(2920,124197,'_et_pb_enable_shortcode_tracking',''),(2921,124197,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124197\" /]'),(2922,124197,'_et_pb_custom_css','/*show hamburger menu on desktop for specific menu module*/\n\n@media (min-width: 980px) {\n.pa-hamburger-menu .et_pb_menu__menu {\n    display: none;\n}\n\n.pa-hamburger-menu .et_mobile_nav_menu {\n    display: flex;\n    float: none;\n    margin: 0 6px;\n    align-items: center;\n}\n}'),(2923,124197,'_et_pb_gutter_width','3'),(2925,124197,'_et_builder_version','VB|Divi|4.21.0'),(2926,124197,'_et_pb_show_page_creation','off'),(2928,124214,'_wp_attached_file','2020/04/LUKUVERKOSTO-1.png'),(2929,124214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2020/04/LUKUVERKOSTO-1.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-1-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2930,124215,'_wp_attached_file','2020/04/marvin-meyer-SYTO3xs06fU-unsplash.jpg'),(2931,124215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:45:\"2020/04/marvin-meyer-SYTO3xs06fU-unsplash.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"marvin-meyer-SYTO3xs06fU-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"marvin-meyer-SYTO3xs06fU-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"marvin-meyer-SYTO3xs06fU-unsplash-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:46:\"marvin-meyer-SYTO3xs06fU-unsplash-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"marvin-meyer-SYTO3xs06fU-unsplash-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2933,124217,'_wp_attached_file','2020/04/LUKUVERKOSTO-1-1.png'),(2934,124217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2020/04/LUKUVERKOSTO-1-1.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"LUKUVERKOSTO-1-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"LUKUVERKOSTO-1-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"LUKUVERKOSTO-1-1-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:29:\"LUKUVERKOSTO-1-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"LUKUVERKOSTO-1-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2935,124218,'_wp_attached_file','2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg'),(2936,124218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:47:\"2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"marvin-meyer-SYTO3xs06fU-unsplash-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:48:\"marvin-meyer-SYTO3xs06fU-unsplash-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:48:\"marvin-meyer-SYTO3xs06fU-unsplash-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:49:\"marvin-meyer-SYTO3xs06fU-unsplash-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:48:\"marvin-meyer-SYTO3xs06fU-unsplash-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:47:\"marvin-meyer-SYTO3xs06fU-unsplash-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2937,124220,'_wp_attached_file','2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4'),(2938,124220,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:16226972;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:103;s:16:\"length_formatted\";s:4:\"1:43\";s:5:\"width\";i:854;s:6:\"height\";i:480;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),(2939,124221,'_wp_attached_file','2020/04/Vihdin-lukio-etuovi-ulkoa.jpg'),(2940,124221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:37:\"2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"Vihdin-lukio-etuovi-ulkoa-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2941,124226,'_wp_attached_file','2020/04/Karkkila.jpg'),(2942,124226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2020/04/Karkkila.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Karkkila-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Karkkila-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Karkkila-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Karkkila-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Karkkila-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Karkkila-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"Karkkila-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"BLA-L29\";s:7:\"caption\";s:3:\"bsh\";s:17:\"created_timestamp\";s:10:\"1526528011\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.95\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:2:\"18\";s:5:\"title\";s:3:\"bsh\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2943,124229,'_wp_attached_file','2020/04/hango.jpg'),(2944,124229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:408;s:4:\"file\";s:17:\"2020/04/hango.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hango-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hango-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:17:\"hango-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"hango-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"hango-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"hango-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"hango-400x408.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:17:\"hango-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2945,124230,'_wp_attached_file','2020/04/karjaa.png'),(2946,124230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:18:\"2020/04/karjaa.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"karjaa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"karjaa-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"karjaa-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:18:\"karjaa-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"karjaa-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"karjaa-960x675.png\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"karjaa-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"karjaa-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"karjaa-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:18:\"karjaa-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2948,124235,'_wp_attached_file','2020/04/purjehdus.jpg'),(2949,124235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2020/04/purjehdus.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"purjehdus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"purjehdus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"purjehdus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"purjehdus-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"purjehdus-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"purjehdus-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"purjehdus-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"purjehdus-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"purjehdus-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"purjehdus-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"purjehdus-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"purjehdus-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"purjehdus-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2950,124208,'_edit_lock','1587026050:1'),(2951,971,'_edit_lock','1643195321:1'),(2952,971,'_et_pb_built_for_post_type','page'),(2954,971,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"971\" /]'),(2956,971,'_et_pb_first_image',''),(2957,971,'_et_pb_truncate_post',''),(2958,971,'_et_pb_truncate_post_date',''),(2959,971,'_et_pb_show_page_creation','off'),(2960,971,'_edit_last','1'),(2963,124251,'_edit_last','1'),(2964,124251,'_wp_page_template','default'),(2965,124251,'_et_pb_post_hide_nav','default'),(2966,124251,'_et_pb_page_layout','et_right_sidebar'),(2967,124251,'_et_pb_side_nav','off'),(2968,124251,'_et_pb_use_builder','on'),(2969,124251,'_et_pb_first_image',''),(2970,124251,'_et_pb_truncate_post',''),(2971,124251,'_et_pb_truncate_post_date',''),(2972,124251,'_et_pb_old_content',''),(2973,124251,'_edit_lock','1643195714:1'),(3843,124715,'_et_pb_page_layout','et_right_sidebar'),(3844,124715,'_et_pb_side_nav','off'),(3621,123998,'_et_pb_built_for_post_type','page'),(3623,123998,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"123998\" /]'),(2975,124253,'_wp_attached_file','2020/04/business-13.jpg'),(2976,124253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:23:\"2020/04/business-13.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"business-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"business-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"business-13-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"business-13-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:23:\"business-13-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"business-13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"business-13-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"business-13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"business-13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"business-13-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"business-13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"business-13-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"business-13-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"business-13-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(2977,124251,'_et_pb_built_for_post_type','page'),(2978,124251,'_et_pb_ab_subjects',''),(2979,124251,'_et_pb_enable_shortcode_tracking',''),(2980,124251,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124251\" /]'),(2981,124251,'_et_pb_custom_css',''),(2982,124251,'_et_pb_gutter_width','3'),(2984,124251,'_et_builder_version','VB|Divi|4.4.3'),(2985,124251,'_et_pb_show_page_creation','off'),(2995,124271,'_wp_attached_file','2020/04/Kopio_-lukuverkosto-logo-black.png'),(2990,124267,'_wp_attached_file','2020/04/LUKUVERKOSTO-2-e1587028866576.png'),(2991,124267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:41:\"2020/04/LUKUVERKOSTO-2-e1587028866576.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-2-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"LUKUVERKOSTO-2-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:26:\"LUKUVERKOSTO-2-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2992,124267,'_edit_lock','1587033893:1'),(2993,124267,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"LUKUVERKOSTO-2.png\";}s:18:\"full-1587028860655\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"LUKUVERKOSTO-2-e1587028793744.png\";}s:18:\"full-1587028866576\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:33:\"LUKUVERKOSTO-2-e1587028860655.png\";}}'),(2994,124267,'_edit_last','1'),(2996,124271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2020/04/Kopio_-lukuverkosto-logo-black.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:42:\"Kopio_-lukuverkosto-logo-black-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(2997,124273,'_wp_attached_file','2020/04/Kopio_-lukuverkosto-logo-black-2.png'),(2998,124273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2020/04/Kopio_-lukuverkosto-logo-black-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:44:\"Kopio_-lukuverkosto-logo-black-2-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(3014,124292,'_menu_item_type','custom'),(3015,124292,'_menu_item_menu_item_parent','0'),(3016,124292,'_menu_item_object_id','124292'),(3017,124292,'_menu_item_object','custom'),(3018,124292,'_menu_item_target',''),(3019,124292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3020,124292,'_menu_item_xfn',''),(3021,124292,'_menu_item_url','https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA'),(3044,124327,'_et_pb_use_builder','on'),(3045,124327,'_edit_last','1'),(3046,124327,'_edit_lock','1643195655:1'),(3048,124327,'_et_pb_built_for_post_type','page'),(3049,124327,'_et_pb_ab_subjects',''),(3050,124327,'_et_pb_enable_shortcode_tracking',''),(3051,124327,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124327\" /]'),(3052,124327,'_et_pb_custom_css',''),(3053,124327,'_et_pb_gutter_width','3'),(3060,124327,'_wp_page_template','default'),(3055,124327,'_et_pb_first_image',''),(3056,124327,'_et_pb_truncate_post',''),(3057,124327,'_et_pb_truncate_post_date',''),(3058,124327,'_et_builder_version','VB|Divi|4.4.3'),(3059,124327,'_et_pb_show_page_creation','off'),(3061,124327,'_et_pb_post_hide_nav','default'),(3062,124327,'_et_pb_page_layout','et_right_sidebar'),(3063,124327,'_et_pb_side_nav','off'),(3064,124327,'_et_pb_old_content',''),(3065,2374,'_edit_lock','1589963684:1'),(3067,2374,'_et_pb_ab_subjects',''),(3068,2374,'_et_pb_enable_shortcode_tracking',''),(3069,2374,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2374\" /]'),(3070,2374,'_et_pb_custom_css',''),(3071,2374,'_et_pb_gutter_width','3'),(3079,2374,'_et_pb_use_builder','on'),(3073,2374,'_et_pb_first_image',''),(3074,2374,'_et_pb_truncate_post',''),(3075,2374,'_et_pb_truncate_post_date',''),(3076,2374,'_et_builder_version','VB|Divi|4.4.3'),(3077,2374,'_et_pb_show_page_creation','off'),(3078,2374,'_edit_last','1'),(3080,2374,'_et_pb_old_content',''),(3081,50059,'_edit_lock','1589963719:1'),(3083,50059,'_et_pb_ab_subjects',''),(3084,50059,'_et_pb_enable_shortcode_tracking',''),(3085,50059,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"50059\" /]'),(3086,50059,'_et_pb_custom_css',''),(3087,50059,'_et_pb_gutter_width','3'),(3095,50059,'_et_pb_use_builder','on'),(3089,50059,'_et_pb_first_image',''),(3090,50059,'_et_pb_truncate_post',''),(3091,50059,'_et_pb_truncate_post_date',''),(3092,50059,'_et_builder_version','VB|Divi|4.4.3'),(3093,50059,'_et_pb_show_page_creation','off'),(3094,50059,'_edit_last','1'),(3096,50059,'_et_pb_old_content',''),(3171,124354,'_edit_last','1'),(3172,124354,'_wp_page_template','default'),(3173,124354,'_et_pb_post_hide_nav','default'),(3174,124354,'_et_pb_page_layout','et_right_sidebar'),(3175,124354,'_et_pb_side_nav','off'),(3176,124354,'_et_pb_use_builder','on'),(3177,124354,'_et_pb_first_image',''),(3178,124354,'_et_pb_truncate_post',''),(3179,124354,'_et_pb_truncate_post_date',''),(3180,124354,'_et_pb_old_content',''),(3181,124354,'_edit_lock','1597905585:1'),(4403,124969,'_edit_last','1'),(4042,124914,'_et_pb_module_type','et_pb_fullwidth_map'),(4043,124914,'_et_pb_built_for_post_type','page'),(3561,124354,'_thumbnail_id',''),(3183,124354,'_et_pb_built_for_post_type','page'),(3184,124354,'_et_pb_ab_subjects',''),(3185,124354,'_et_pb_enable_shortcode_tracking',''),(3186,124354,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124354\" /]'),(3187,124354,'_et_pb_custom_css',''),(3188,124354,'_et_pb_gutter_width','3'),(3190,124354,'_et_builder_version','VB|Divi|4.4.3'),(3191,124354,'_et_pb_show_page_creation','off'),(3218,124374,'_et_pb_built_for_post_type','page'),(3220,124374,'_et_pb_excluded_global_options','[]'),(3509,124497,'_menu_item_object','custom'),(3247,124393,'_et_pb_use_builder','on'),(3248,124393,'_edit_last','1'),(3249,124393,'_edit_lock','1643195950:1'),(3672,124393,'_et_pb_show_page_creation','off'),(3674,124393,'_thumbnail_id',''),(3675,124570,'_edit_lock','1612175282:1'),(3251,124393,'_et_pb_built_for_post_type','page'),(3252,124393,'_et_pb_ab_subjects',''),(3253,124393,'_et_pb_enable_shortcode_tracking',''),(3254,124393,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124393\" /]'),(3255,124393,'_et_pb_custom_css',''),(3256,124393,'_et_pb_gutter_width','3'),(3262,124393,'_wp_page_template','default'),(3258,124393,'_et_pb_first_image',''),(3259,124393,'_et_pb_truncate_post',''),(3260,124393,'_et_pb_truncate_post_date',''),(3261,124393,'_et_builder_version','VB|Divi|4.4.3'),(3263,124393,'_et_pb_post_hide_nav','default'),(3264,124393,'_et_pb_page_layout','et_right_sidebar'),(3265,124393,'_et_pb_side_nav','off'),(3266,124393,'_et_pb_old_content',''),(3267,124396,'_wp_attached_file','2020/05/home-office-04-1.jpg'),(3268,124396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/05/home-office-04-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"home-office-04-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3673,124569,'_et_pb_built_for_post_type','page'),(3276,124409,'_menu_item_type','post_type'),(3299,124417,'_menu_item_type','post_type'),(3277,124409,'_menu_item_menu_item_parent','0'),(3278,124409,'_menu_item_object_id','124197'),(3279,124409,'_menu_item_object','page'),(3280,124409,'_menu_item_target',''),(3281,124409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3282,124409,'_menu_item_xfn',''),(3283,124409,'_menu_item_url',''),(3302,124417,'_menu_item_object','page'),(3303,124417,'_menu_item_target',''),(3304,124417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3305,124417,'_menu_item_xfn',''),(3306,124417,'_menu_item_url',''),(3308,124419,'_menu_item_type','post_type'),(3309,124419,'_menu_item_menu_item_parent','0'),(3310,124419,'_menu_item_object_id','124354'),(3311,124419,'_menu_item_object','page'),(3312,124419,'_menu_item_target',''),(3313,124419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3314,124419,'_menu_item_xfn',''),(3315,124419,'_menu_item_url',''),(3317,124420,'_menu_item_type','post_type'),(3318,124420,'_menu_item_menu_item_parent','0'),(3319,124420,'_menu_item_object_id','124354'),(3320,124420,'_menu_item_object','page'),(3321,124420,'_menu_item_target',''),(3322,124420,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3323,124420,'_menu_item_xfn',''),(3324,124420,'_menu_item_url',''),(3542,124511,'_menu_item_object_id','124511'),(3541,124511,'_menu_item_menu_item_parent','0'),(3540,124511,'_menu_item_type','custom'),(3345,124423,'_menu_item_menu_item_parent','0'),(3344,124423,'_menu_item_type','custom'),(3346,124423,'_menu_item_object_id','124423'),(3347,124423,'_menu_item_object','custom'),(3348,124423,'_menu_item_target',''),(3349,124423,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3350,124423,'_menu_item_xfn',''),(3351,124423,'_menu_item_url','https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA'),(3353,124424,'_menu_item_type','post_type'),(3354,124424,'_menu_item_menu_item_parent','0'),(3355,124424,'_menu_item_object_id','124197'),(3356,124424,'_menu_item_object','page'),(3357,124424,'_menu_item_target',''),(3358,124424,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3359,124424,'_menu_item_xfn',''),(3360,124424,'_menu_item_url',''),(3377,124439,'_wp_attached_file','2020/05/luku-verkoston-banneri-1.png'),(3378,124439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:312;s:4:\"file\";s:36:\"2020/05/luku-verkoston-banneri-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-510x312.png\";s:5:\"width\";i:510;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-400x312.png\";s:5:\"width\";i:400;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:36:\"luku-verkoston-banneri-1-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(3389,124449,'_et_pb_page_layout','et_right_sidebar'),(3390,124449,'_et_pb_side_nav','off'),(3391,124449,'_et_pb_use_builder','on'),(3511,124497,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3512,124497,'_menu_item_xfn',''),(3386,124449,'_edit_last','1'),(3387,124449,'_wp_page_template','default'),(3388,124449,'_et_pb_post_hide_nav','default'),(3510,124497,'_menu_item_target',''),(3392,124449,'_et_pb_first_image',''),(3393,124449,'_et_pb_truncate_post',''),(3394,124449,'_et_pb_truncate_post_date',''),(3395,124449,'_et_pb_old_content',''),(3396,124449,'_edit_lock','1698304373:4'),(3792,124658,'_et_pb_built_for_post_type','page'),(3550,124516,'_et_pb_module_type','et_pb_video'),(3551,124516,'_et_pb_built_for_post_type','page'),(3398,124451,'_wp_attached_file','2020/05/travel-portrait-01.jpg'),(3399,124451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/05/travel-portrait-01.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"travel-portrait-01-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3400,124452,'_wp_attached_file','2020/05/travel-portrait-06.jpg'),(3401,124452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/05/travel-portrait-06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"travel-portrait-06-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3402,124453,'_wp_attached_file','2020/05/travel-portrait-04.jpg'),(3403,124453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/05/travel-portrait-04.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"travel-portrait-04-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3404,124449,'_et_pb_built_for_post_type','page'),(3405,124449,'_et_pb_ab_subjects',''),(3406,124449,'_et_pb_enable_shortcode_tracking',''),(3407,124449,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124449\" /]'),(3408,124449,'_et_pb_custom_css',''),(3409,124449,'_et_pb_gutter_width','3'),(3468,124483,'_et_pb_post_hide_nav','default'),(3411,124449,'_et_builder_version','VB|Divi|4.22.2'),(3412,124449,'_et_pb_show_page_creation','off'),(3414,123798,'_edit_lock','1590419734:1'),(3415,123798,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1474;s:6:\"height\";i:1723;s:4:\"file\";s:26:\"IMG_20170428_135727316.jpg\";}s:18:\"full-1590419641211\";a:3:{s:5:\"width\";i:955;s:6:\"height\";i:1116;s:4:\"file\";s:41:\"IMG_20170428_135727316-e1590419554957.jpg\";}}'),(3416,123798,'_edit_last','1'),(3419,124463,'_edit_lock','1590422352:1'),(3420,124463,'_edit_last','1'),(3421,124463,'_wp_attachment_backup_sizes','a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:2268;s:4:\"file\";s:33:\"Micaela-omakuva-tammikuu-2020.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:42:\"Micaela-omakuva-tammikuu-2020-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:42:\"Micaela-omakuva-tammikuu-2020-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:42:\"Micaela-omakuva-tammikuu-2020-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:42:\"et-pb-post-main-image-fullwidth-large-orig\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-image--responsive--desktop-orig\";a:4:{s:4:\"file\";s:42:\"Micaela-omakuva-tammikuu-2020-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"et-pb-image--responsive--tablet-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-image--responsive--phone-orig\";a:4:{s:4:\"file\";s:41:\"Micaela-omakuva-tammikuu-2020-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3422,124464,'_wp_attached_file','2020/05/Micaela-omakuva-tammikuu-2020-1.jpg'),(3423,124464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2267;s:6:\"height\";i:2267;s:4:\"file\";s:43:\"2020/05/Micaela-omakuva-tammikuu-2020-1.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:44:\"Micaela-omakuva-tammikuu-2020-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-1-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-1-2267x1800.jpg\";s:5:\"width\";i:2267;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-1-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505FN\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1577980209\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3424,124465,'_wp_attached_file','2020/05/Micaela-omakuva-tammikuu-2020-2.jpg'),(3425,124465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2267;s:6:\"height\";i:2267;s:4:\"file\";s:43:\"2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:44:\"Micaela-omakuva-tammikuu-2020-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-2-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-2-2267x1800.jpg\";s:5:\"width\";i:2267;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:45:\"Micaela-omakuva-tammikuu-2020-2-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:43:\"Micaela-omakuva-tammikuu-2020-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A505FN\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1577980209\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.93\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3426,124466,'_wp_attached_file','2020/05/eero-lehikoinen.jpg'),(3427,124466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:672;s:6:\"height\";i:674;s:4:\"file\";s:27:\"2020/05/eero-lehikoinen.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-610x612.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:27:\"eero-lehikoinen-480x481.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:10:\"1590433418\";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:{}}}'),(3428,124467,'_wp_attached_file','2020/05/eero-lehikoinen-1.jpg'),(3429,124467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:672;s:6:\"height\";i:674;s:4:\"file\";s:29:\"2020/05/eero-lehikoinen-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-610x612.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:29:\"eero-lehikoinen-1-480x481.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:10:\"1590433418\";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:{}}}'),(3430,124468,'_wp_attached_file','2020/05/eero2.jpeg'),(3431,124468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2020/05/eero2.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"eero2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"eero2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"eero2-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"eero2-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"eero2-400x382.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"eero2-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3432,124469,'_wp_attached_file','2020/05/olavi-nurmi.jpg'),(3433,124469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:346;s:4:\"file\";s:23:\"2020/05/olavi-nurmi.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"olavi-nurmi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"olavi-nurmi-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"olavi-nurmi-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"olavi-nurmi-346x284.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:10:\"1590434243\";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:{}}}'),(3434,124470,'_wp_attached_file','2020/05/pialoman.jpg'),(3435,124470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/05/pialoman.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pialoman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3436,124471,'_wp_attached_file','2020/05/pia-loman.jpg'),(3437,124471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:679;s:4:\"file\";s:21:\"2020/05/pia-loman.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pia-loman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pia-loman-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"pia-loman-610x612.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"pia-loman-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"pia-loman-677x675.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"pia-loman-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"pia-loman-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"pia-loman-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"pia-loman-480x481.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:10:\"1590434730\";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:{}}}'),(3438,124472,'_wp_attached_file','2020/05/sean-connery.jpg'),(3439,124472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:345;s:4:\"file\";s:24:\"2020/05/sean-connery.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sean-connery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sean-connery-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"sean-connery-345x250.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"sean-connery-345x284.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3469,124483,'_et_pb_page_layout','et_right_sidebar'),(3470,124483,'_et_pb_side_nav','off'),(3440,124475,'_wp_attached_file','2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg'),(3441,124475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2660;s:4:\"file\";s:46:\"2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"lauren-mancke-aOC7TSLb1o8-unsplash-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:47:\"lauren-mancke-aOC7TSLb1o8-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:47:\"lauren-mancke-aOC7TSLb1o8-unsplash-1080x718.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:48:\"lauren-mancke-aOC7TSLb1o8-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:47:\"lauren-mancke-aOC7TSLb1o8-unsplash-1280x851.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-980x652.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:46:\"lauren-mancke-aOC7TSLb1o8-unsplash-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3442,607,'_et_pb_built_for_post_type','page'),(3455,607,'_edit_lock','1643116985:2'),(3446,607,'_et_pb_gutter_width','3'),(3451,607,'_et_builder_version','VB|Divi|4.4.3'),(3452,607,'_et_pb_show_page_creation','off'),(3465,2,'_et_pb_first_image',''),(3466,2,'_et_pb_truncate_post',''),(3467,2,'_et_pb_truncate_post_date',''),(3471,124483,'_et_pb_use_builder','on'),(3472,124483,'_et_builder_version','VB|Divi|4.4.3'),(3473,124483,'_et_pb_first_image',''),(3474,124483,'_et_pb_truncate_post',''),(3475,124483,'_et_pb_truncate_post_date',''),(3476,124483,'_et_pb_old_content',''),(3477,124483,'_menu_item_type','post_type'),(3478,124483,'_menu_item_menu_item_parent','0'),(3479,124483,'_menu_item_object_id','124449'),(3480,124483,'_menu_item_object','page'),(3481,124483,'_menu_item_target',''),(3482,124483,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3483,124483,'_menu_item_xfn',''),(3484,124483,'_menu_item_url',''),(3485,124484,'_menu_item_type','post_type'),(3486,124484,'_menu_item_menu_item_parent','0'),(3487,124484,'_menu_item_object_id','124449'),(3488,124484,'_menu_item_object','page'),(3489,124484,'_menu_item_target',''),(3490,124484,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3491,124484,'_menu_item_xfn',''),(3492,124484,'_menu_item_url',''),(3506,124497,'_menu_item_type','custom'),(3507,124497,'_menu_item_menu_item_parent','0'),(3508,124497,'_menu_item_object_id','124497'),(3513,124497,'_menu_item_url','https://lukuverkosto.fi/home/5-habits-effective-online-marketing/'),(3525,624,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_0 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">4 Ways You Can Grow Your Creativity</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3526,624,'_et_pb_truncate_post_date','2020-06-08 00:53:35'),(3527,609,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_2 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_1 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">The Ultimate Guide To Facebook Ads</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3528,609,'_et_pb_truncate_post_date','2020-06-08 00:53:35'),(3529,605,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_6 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_2 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">Rules Not To Follow About Social Media</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_7 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3530,605,'_et_pb_truncate_post_date','2020-06-08 00:53:35'),(3531,603,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_0 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">The Biggest Lie In Webdesign</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3532,603,'_et_pb_truncate_post_date','2020-07-21 19:23:16'),(3543,124511,'_menu_item_object','custom'),(3544,124511,'_menu_item_target',''),(3545,124511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3546,124511,'_menu_item_xfn',''),(3547,124511,'_menu_item_url',''),(3560,607,'_wp_old_slug','5-habits-effective-online-marketing'),(3553,607,'_edit_last','1'),(3563,600,'_et_pb_truncate_post_date','2020-08-26 16:38:43'),(3564,587,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_2 et_pb_fullwidth_section et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_module et_pb_fullwidth_post_title_1 ally-gradient-overlay et_pb_post_title  et_pb_text_align_center et_pb_bg_layout_dark et_pb_featured_bg\"   >\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">10 Quick Tips About Web</h1>\n				</div>\n				\n			</div>\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.<br />\nHeader Level 2</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.<br />\nHeader Level 3</p>\n<p> 	Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />\n 	Aliquam tincidunt mauris eu risus.</p>\n<p>Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3565,587,'_et_pb_truncate_post_date','2020-08-26 16:38:43'),(3576,454,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_image et_pb_image_0 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_0 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div><!-- .et_pb_gallery_items --></div><!-- .et_pb_gallery -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_0\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_0\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_0 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_1 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_1 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row_inner -->\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3577,454,'_et_pb_truncate_post_date','2020-09-16 03:03:10'),(3578,450,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_6 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_7 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_image et_pb_image_1 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_3 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_4 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_5 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_8 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_11 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_1 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_1_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_1_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_1_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_1_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div><!-- .et_pb_gallery_items --></div><!-- .et_pb_gallery -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_9 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_18    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_19   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_1\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_2\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_2 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_3 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_3 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row_inner -->\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_1 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_11 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3579,450,'_et_pb_truncate_post_date','2020-09-16 03:03:10'),(3580,446,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_12 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_15\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14 ally-left  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_13 ally-gradient-overlay et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_17\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Our Process</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_18 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_6 ally-blurb1 ally-left  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Concept</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_7 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe104;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Design</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_8 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Production</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_9 ally-blurb1 ally-right  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe60c;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Launch</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_14 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_19\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_16 ally-left  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_2 ally-testimonial ally-right clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_15 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_20\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_2 ally-bottom et_pb_bg_layout_dark\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3581,446,'_et_pb_truncate_post_date','2020-09-16 03:03:10'),(3582,444,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_16 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_21\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_17 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_22\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_19 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_image et_pb_image_4 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_23\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_10 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_37  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_11 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_38  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_12 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_24\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_39  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_18 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_25 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_40  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_2 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_2_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_2_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_2_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_2_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div><!-- .et_pb_gallery_items --></div><!-- .et_pb_gallery -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_19 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_41    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_42   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_4\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_4 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_5 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_5 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row_inner -->\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_20 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_26\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_43  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_3 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_21 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_27\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_44  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3583,444,'_et_pb_truncate_post_date','2020-09-16 03:03:10'),(3584,440,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_22 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_28\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_45  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_24  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_23 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_29\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_46  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_25 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_image et_pb_image_5 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_30\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_47  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_13 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_48  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_14 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_49  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_15 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_31\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_50  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_26  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_24 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_32 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_51  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_3 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_3_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_3_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_3_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_3_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div><!-- .et_pb_gallery_items --></div><!-- .et_pb_gallery -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_25 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_52    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_27  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_53   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_3\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_6\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_6 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_7 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_7 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row_inner -->\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_26 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_33\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_54  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_28  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_4 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_27 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_34\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_55  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_29  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3585,440,'_et_pb_truncate_post_date','2020-09-16 03:03:11'),(3586,452,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><h1>iKoe-järjestelmän hyödyt</h1></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" alt=\"\" title=\"\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png 600w, https://lukuverkosto.fi/home/wp-content/uploads/2018/07/1-300x200.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1 et_animated  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2 et_animated  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" alt=\"\" title=\"\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png 600w, https://lukuverkosto.fi/home/wp-content/uploads/2018/07/2-300x200.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" alt=\"\" title=\"\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png 600w, https://lukuverkosto.fi/home/wp-content/uploads/2018/07/3-300x200.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 et_animated et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\"><h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section -->\n'),(3587,452,'_et_pb_truncate_post_date','2020-09-16 03:03:29'),(3588,448,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_3 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6 ally-left  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_4 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 ally-gradient-overlay et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Our Process</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_8 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0 ally-blurb1 ally-left  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Concept</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe104;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Design</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Production</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_3 ally-blurb1 ally-right  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe60c;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Launch</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_4 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8 ally-left  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 ally-testimonial ally-right clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 ally-bottom et_pb_bg_layout_dark\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3589,448,'_et_pb_truncate_post_date','2020-09-16 03:03:29'),(3590,442,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_11\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_5 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12 ally-left  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_6 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_7 ally-gradient-overlay et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_14\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Our Process</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_15 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_4 ally-blurb1 ally-left  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Concept</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_5 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe104;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Design</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_6 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Production</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_7 ally-blurb1 ally-right  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et-pb-icon et-pb-icon-circle\">&#xe60c;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Launch</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_8 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_16\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14 ally-left  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_1 ally-testimonial ally-right clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_17\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_30  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 ally-bottom et_pb_bg_layout_dark\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3591,442,'_et_pb_truncate_post_date','2020-09-16 03:03:29'),(3592,434,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_10 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_18\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_31  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_11 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_19\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_32  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_17 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_image et_pb_image_7 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_20\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_33  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_8 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_34  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_9 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_35  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_10 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div> <!-- .et_pb_blurb_content -->\n			</div> <!-- .et_pb_blurb -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_21\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_36  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_12 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_22 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_37  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_0 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div><!-- .et_pb_gallery_items --></div><!-- .et_pb_gallery -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_13 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_38    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div> <!-- .et_pb_text -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_39   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_0\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_0\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_0 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_1 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_1 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div><!-- .et_pb_circle_counter -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row_inner -->\n			</div> <!-- .et_pb_column -->\n				</div> <!-- .et_pb_row -->\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_14 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_23\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_40  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_2 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div> <!-- .et_pb_testimonial_description_inner -->\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span>, <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div> <!-- .et_pb_testimonial_description -->\n			</div> <!-- .et_pb_testimonial -->\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_15 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_24\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_41  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div> <!-- .et_pb_column -->\n				\n				\n			</div> <!-- .et_pb_row -->\n				\n				\n			</div> <!-- .et_pb_section --></p>\n'),(3593,434,'_et_pb_truncate_post_date','2020-09-16 03:03:30'),(3604,124543,'_edit_lock','1605076065:1'),(3605,124543,'_edit_last','1'),(3606,124543,'_et_post_bg_color','#ffffff'),(3607,124543,'_et_post_bg_layout','light'),(3608,124543,'_et_pb_show_title','on'),(3609,124543,'_et_pb_post_hide_nav','default'),(3610,124543,'_et_pb_page_layout','et_right_sidebar'),(3611,124543,'_et_pb_side_nav','off'),(3613,124543,'_et_pb_use_builder','on'),(3614,124543,'_et_pb_first_image',''),(3615,124543,'_et_pb_truncate_post',''),(3616,124543,'_et_pb_truncate_post_date',''),(3617,124543,'_et_pb_old_content','<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&source=gmail&ust=1604568341799000&usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&source=gmail&ust=1604568341799000&usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div><div> </div><div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div><div> </div><div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div><div> </div><div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&source=gmail&ust=1604568341799000&usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&source=gmail&ust=1604568341799000&usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div><div> </div><div>Micaela Morero</div><div>LUKU-verkoston koordinaattori</div>'),(3625,123998,'_et_pb_first_image',''),(3626,123998,'_et_pb_truncate_post',''),(3627,123998,'_et_pb_truncate_post_date',''),(3631,124548,'_et_pb_built_for_post_type','post'),(3633,124543,'_et_pb_ab_subjects',''),(3634,124543,'_et_pb_enable_shortcode_tracking',''),(3635,124543,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124543\" /]'),(3636,124543,'_et_pb_custom_css',''),(3637,124543,'_et_pb_gutter_width','3'),(3642,124551,'_edit_last','1'),(3639,124543,'_et_builder_version','VB|Divi|4.4.3'),(3640,124543,'_et_pb_show_page_creation','off'),(3643,124551,'_edit_lock','1605075970:1'),(3668,124056,'_edit_lock','1606469249:2'),(3676,124570,'_edit_last','1'),(3677,124570,'_wp_page_template','default'),(3678,124570,'_et_pb_post_hide_nav','default'),(3679,124570,'_et_pb_page_layout','et_right_sidebar'),(3680,124570,'_et_pb_side_nav','off'),(3681,124570,'_et_pb_use_builder','on'),(3682,124570,'_et_pb_first_image',''),(3683,124570,'_et_pb_truncate_post',''),(3684,124570,'_et_pb_truncate_post_date',''),(3685,124570,'_et_pb_old_content',''),(3761,124640,'_wp_attached_file','2020/11/peitekuva.png'),(3762,124640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1206;s:6:\"height\";i:641;s:4:\"file\";s:21:\"2020/11/peitekuva.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"peitekuva-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"peitekuva-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"peitekuva-768x408.png\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"peitekuva-1024x544.png\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:21:\"peitekuva-610x324.png\";s:5:\"width\";i:610;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"peitekuva-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"peitekuva-1080x641.png\";s:5:\"width\";i:1080;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"peitekuva-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"peitekuva-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"peitekuva-1080x574.png\";s:5:\"width\";i:1080;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"peitekuva-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"peitekuva-980x521.png\";s:5:\"width\";i:980;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:21:\"peitekuva-480x255.png\";s:5:\"width\";i:480;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(3687,124570,'_et_pb_built_for_post_type','page'),(3688,124570,'_et_pb_ab_subjects',''),(3689,124570,'_et_pb_enable_shortcode_tracking',''),(3690,124570,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124570\" /]'),(3691,124570,'_et_pb_custom_css',''),(3692,124570,'_et_pb_gutter_width','3'),(3694,124570,'_et_builder_version','VB|Divi|4.4.3'),(3696,124570,'_et_pb_show_page_creation','off'),(3706,124586,'_edit_last','2'),(3707,124586,'_wp_page_template','default'),(3708,124586,'_et_pb_post_hide_nav','default'),(3709,124586,'_et_pb_page_layout','et_right_sidebar'),(3710,124586,'_et_pb_side_nav','off'),(3711,124586,'_et_pb_use_builder','on'),(3712,124586,'_et_pb_first_image',''),(3713,124586,'_et_pb_truncate_post',''),(3714,124586,'_et_pb_truncate_post_date',''),(3715,124586,'_et_pb_old_content',''),(3716,124586,'_edit_lock','1632856443:2'),(3794,124660,'_et_pb_built_for_post_type','page'),(3718,124586,'_et_pb_built_for_post_type','page'),(3719,124586,'_et_pb_ab_subjects',''),(3720,124586,'_et_pb_enable_shortcode_tracking',''),(3721,124586,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124586\" /]'),(3722,124586,'_et_pb_custom_css',''),(3723,124586,'_et_pb_gutter_width','3'),(3725,124586,'_et_builder_version','VB|Divi|4.4.3'),(3726,124586,'_et_pb_show_page_creation','off'),(3839,124715,'_edit_lock','1697094222:1'),(3795,124661,'_edit_lock','1633517918:1'),(3796,124661,'_edit_last','1'),(3797,124661,'_wp_page_template','default'),(3798,124661,'_et_pb_post_hide_nav','default'),(3799,124661,'_et_pb_page_layout','et_right_sidebar'),(3800,124661,'_et_pb_side_nav','off'),(3801,124661,'_et_pb_use_builder','on'),(3802,124661,'_et_pb_first_image',''),(3803,124661,'_et_pb_truncate_post',''),(3804,124661,'_et_pb_truncate_post_date',''),(3805,124661,'_et_pb_old_content',''),(3840,124715,'_edit_last','2'),(3841,124715,'_wp_page_template','default'),(3842,124715,'_et_pb_post_hide_nav','default'),(3807,124661,'_et_pb_built_for_post_type','page'),(3808,124661,'_et_pb_ab_subjects',''),(3809,124661,'_et_pb_enable_shortcode_tracking',''),(3810,124661,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124661\" /]'),(3811,124661,'_et_pb_custom_css',''),(3812,124661,'_et_pb_gutter_width','3'),(3814,124661,'_et_builder_version','VB|Divi|4.11.1'),(3815,124661,'_et_pb_show_page_creation','off'),(3845,124715,'_et_pb_use_builder','on'),(3846,124715,'_et_pb_first_image',''),(3847,124715,'_et_pb_truncate_post',''),(3848,124715,'_et_pb_truncate_post_date',''),(3849,124715,'_et_pb_old_content',''),(3851,124715,'_et_pb_built_for_post_type','page'),(3852,124715,'_et_pb_ab_subjects',''),(3853,124715,'_et_pb_enable_shortcode_tracking',''),(3854,124715,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124715\" /]'),(3855,124715,'_et_pb_custom_css',''),(3856,124715,'_et_pb_gutter_width','3'),(3858,124715,'_et_builder_version','VB|Divi|4.4.3'),(3870,124715,'_et_pb_show_page_creation','off'),(3889,124767,'_edit_lock','1636622966:1'),(3890,124767,'_edit_last','1'),(3891,124767,'_wp_page_template','default'),(3892,124767,'_et_pb_post_hide_nav','default'),(3893,124767,'_et_pb_page_layout','et_right_sidebar'),(3894,124767,'_et_pb_side_nav','off'),(3895,124767,'_et_pb_use_builder','on'),(3896,124767,'_et_pb_first_image',''),(3897,124767,'_et_pb_truncate_post',''),(3898,124767,'_et_pb_truncate_post_date',''),(3899,124767,'_et_pb_old_content',''),(4014,124851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3713;s:6:\"height\";i:2840;s:4:\"file\";s:24:\"2021/02/Mainos-10.3..jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Mainos-10.3.-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-610x467.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Mainos-10.3.-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Mainos-10.3.-1080x826.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:26:\"Mainos-10.3.-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"Mainos-10.3.-1280x979.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:979;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-980x750.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"Mainos-10.3.-480x367.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(3901,124767,'_et_pb_built_for_post_type','page'),(3902,124767,'_et_pb_ab_subjects',''),(3903,124767,'_et_pb_enable_shortcode_tracking',''),(3904,124767,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124767\" /]'),(3905,124767,'_et_pb_custom_css',''),(3906,124767,'_et_pb_gutter_width','3'),(3908,124767,'_et_builder_version','VB|Divi|4.4.3'),(3911,124767,'_et_pb_show_page_creation','off'),(3990,124813,'_wp_attached_file','2021/02/henkka.jpg'),(3991,124813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2021/02/henkka.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"henkka-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4013,124851,'_wp_attached_file','2021/02/Mainos-10.3..jpg'),(3965,124805,'_et_pb_use_builder','on'),(3966,124805,'_edit_last','2'),(3967,124805,'_edit_lock','1618295689:2'),(4021,124805,'_thumbnail_id',''),(3969,124805,'_et_pb_built_for_post_type','page'),(3970,124805,'_et_pb_ab_subjects',''),(3971,124805,'_et_pb_enable_shortcode_tracking',''),(3972,124805,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124805\" /]'),(3973,124805,'_et_pb_custom_css',''),(3974,124805,'_et_pb_gutter_width','3'),(3981,124805,'_wp_page_template','default'),(3976,124805,'_et_pb_first_image',''),(3977,124805,'_et_pb_truncate_post',''),(3978,124805,'_et_pb_truncate_post_date',''),(3979,124805,'_et_builder_version','VB|Divi|4.4.3'),(3980,124805,'_et_pb_show_page_creation','off'),(3982,124805,'_et_pb_post_hide_nav','default'),(3983,124805,'_et_pb_page_layout','et_right_sidebar'),(3984,124805,'_et_pb_side_nav','off'),(3985,124805,'_et_pb_old_content',''),(3988,124812,'_wp_attached_file','2021/02/HenriHuovinen.jpg'),(3989,124812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"2021/02/HenriHuovinen.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HenriHuovinen-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"HenriHuovinen-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-610x915.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"HenriHuovinen-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"HenriHuovinen-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:27:\"HenriHuovinen-1365x1800.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:27:\"HenriHuovinen-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:26:\"HenriHuovinen-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"HenriHuovinen-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4024,124715,'_thumbnail_id',''),(4037,123550,'_et_pb_first_image',''),(4038,123550,'_et_pb_truncate_post',''),(4039,123550,'_et_pb_truncate_post_date',''),(4075,124932,'_edit_lock','1632850713:2'),(4076,124932,'_edit_last','2'),(4077,124932,'_et_post_bg_color','#ffffff'),(4078,124932,'_et_post_bg_layout','light'),(4079,124932,'_et_pb_show_title','on'),(4080,124932,'_et_pb_post_hide_nav','default'),(4081,124932,'_et_pb_page_layout','et_right_sidebar'),(4082,124932,'_et_pb_side_nav','off'),(4083,124932,'_et_pb_use_builder',''),(4084,124932,'_et_pb_first_image',''),(4085,124932,'_et_pb_truncate_post',''),(4086,124932,'_et_pb_truncate_post_date',''),(4087,124932,'_et_pb_old_content',''),(4259,124941,'_edit_lock','1643015658:1'),(6687,125245,'_wp_attached_file','2022/01/1.png'),(6699,125241,'_et_pb_enable_shortcode_tracking',''),(6700,125241,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125241\" /]'),(6701,125241,'_et_pb_custom_css',''),(6702,125241,'_et_pb_gutter_width','3'),(6703,125241,'_thumbnail_id','0'),(6704,125241,'_global_colors_info','{}'),(4911,125071,'_wp_attached_file','2021/10/logo_02.png'),(4912,125071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/10/logo_02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_02-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4903,125067,'_wp_attached_file','2021/10/portrait-square-12.jpg'),(4904,125067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2021/10/portrait-square-12.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-12-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4595,124661,'_thumbnail_id',''),(4596,125004,'_thumbnail_id','0'),(4599,125011,'_thumbnail_id','0'),(4589,124661,'_global_colors_info','{}'),(5166,124995,'_last_editor_used_jetpack','block-editor'),(4248,419,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_0 ally-image-overlay et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Brand Identity</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\">&#xe00d;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Webdesign</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p></div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2 ally-blurb5  et_pb_text_align_left  et_pb_blurb_position_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_top et_pb_animation_top_tablet et_pb_animation_top_phone et-pb-icon\">&#xe605;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Online Marketing</span></h4>\n						<div class=\"et_pb_blurb_description\"><p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p></div>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_4 et_pb_row_fullwidth et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_gallery et_pb_gallery_0 ally-gallery  et_pb_bg_layout_light et_pb_gallery_grid\">\n				<div class=\"et_pb_gallery_items et_post_gallery clearfix\" data-per_page=\"4\"><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_0\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" title=\"sample-image15\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" class=\"wp-image-1215\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_1\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg\" title=\"sample-image8\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image8-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" class=\"wp-image-1208\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_2\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg\" title=\"sample-image7\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image7-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" class=\"wp-image-1207\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div><div class=\"et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_3\">\n				<div class=\'et_pb_gallery_image landscape\'>\n					<a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg\" title=\"sample-image11\">\n					<img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg\" srcset=\"https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11.jpg 479w, https://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image11-400x284.jpg 480w\" sizes=\"(max-width:479px) 479px, 100vw\" class=\"wp-image-1211\" />\n					<span class=\"et_overlay\"></span>\n				</a>\n				</div></div></div></div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_section_specialty\" >\n				\n				\n				\n				<div class=\"et_pb_row\">\n					<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_7    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Results<br />\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_8   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_0\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_0\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_0 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"46\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Cost per sale decrease</h3>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_inner et_pb_column_inner_1 et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_circle_counter et_pb_circle_counter_1 container-width-change-notify  et_pb_text_align_center et_pb_bg_layout_light et_pb_with_title\">\n				<div class=\"et_pb_circle_counter_inner\" data-number-value=\"100\" data-bar-bg-color=\"#000000\">\n				\n				\n					<div class=\"percent\"><p><span class=\"percent-value\"></span><span class=\"percent-sign\">%</span></p></div>\n					<h3 class=\"et_pb_module_header\">Coversion rates increase</h3>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n			</div>\n				</div>\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 ally-testimonial clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div>\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span><span class=\"et_pb_testimonial_separator\">,</span> <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),(4249,419,'_et_pb_truncate_post_date','2021-09-29 09:13:47'),(4250,405,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_6 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_8\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1 ally-image-overlay ally-tilt et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_7 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8 ally-left  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2 ally-image-overlay ally-tilt et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_7 ally-gradient-overlay et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_10\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_9 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Our Process</div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_11 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_3 ally-blurb1 ally-left  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Concept</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_4 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe104;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Design</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_5 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Production</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_6 ally-blurb1 ally-right  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe60c;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Launch</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_8 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_12\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10 ally-left  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_1 ally-testimonial ally-right clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div>\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span><span class=\"et_pb_testimonial_separator\">,</span> <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_13\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 ally-bottom et_pb_bg_layout_dark\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),(4251,405,'_et_pb_truncate_post_date','2021-09-29 09:13:47'),(4256,421,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Project Title</div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1 ally-right  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Overview<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2 ally-left  et_pb_text_align_right et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Challanges &amp; Our Solution<br />\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p></div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1 ally-image-overlay ally-tilt et_animated et-waypoint\">\n				\n				\n				<span class=\"et_pb_image_wrap \"><img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" alt=\"\" title=\"\" /></span>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 ally-gradient-overlay et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Our Process</div>\n			</div>\n			</div>\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_4 et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_0 ally-blurb1 ally-left  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe007;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Concept</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_1 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe104;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Design</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_2 ally-blurb1 ally-bottom  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe031;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Production</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_blurb et_pb_blurb_3 ally-blurb1 ally-right  et_pb_text_align_center  et_pb_blurb_position_top et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_blurb_content\">\n					<div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap\"><span class=\"et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon et-pb-icon-circle\">&#xe60c;</span></span></div>\n					<div class=\"et_pb_blurb_container\">\n						<h4 class=\"et_pb_module_header\"><span>Launch</span></h4>\n						<div class=\"et_pb_blurb_description\"> </div>\n					</div>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_5\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4 ally-left  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Client View</div>\n			</div><div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 ally-testimonial ally-right clearfix  et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">\n				\n				\n				<div style=\"background-image:url(http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg)\" class=\"et_pb_testimonial_portrait\"></div>\n				<div class=\"et_pb_testimonial_description\">\n					<div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p></div></div>\n					<span class=\"et_pb_testimonial_author\">Katy Author</span>\n					<p class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_position\">CEO</span><span class=\"et_pb_testimonial_separator\">,</span> <span class=\"et_pb_testimonial_company\">Katy&#039;s Company</span></p>\n				</div>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_6\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5 ally-top  et_pb_text_align_center et_pb_bg_layout_dark\">\n				\n				\n				<div class=\"et_pb_text_inner\">Are you ready to start?<br />\nWE SURE ARE</p></div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 ally-bottom et_pb_bg_layout_dark\" href=\"#\">Yes, I&#039;m ready</a>\n			</div>\n			</div>\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),(4257,421,'_et_pb_truncate_post_date','2021-09-29 09:15:17'),(4468,124995,'_et_pb_built_for_post_type','page'),(4476,124995,'_et_builder_version','VB|Divi|4.22.2'),(4477,124995,'_et_pb_show_page_creation','off'),(4481,124995,'_thumbnail_id','0'),(4482,125001,'_et_pb_built_for_post_type','page'),(4899,125065,'_wp_attached_file','2021/10/podcast-03.png'),(4900,125065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2179;s:6:\"height\";i:972;s:4:\"file\";s:22:\"2021/10/podcast-03.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"podcast-03-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"podcast-03-1024x457.png\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"podcast-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"podcast-03-768x343.png\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"podcast-03-1536x685.png\";s:5:\"width\";i:1536;s:6:\"height\";i:685;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"podcast-03-2048x914.png\";s:5:\"width\";i:2048;s:6:\"height\";i:914;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"podcast-03-610x272.png\";s:5:\"width\";i:610;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"podcast-03-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"podcast-03-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"podcast-03-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"podcast-03-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"podcast-03-1080x482.png\";s:5:\"width\";i:1080;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"podcast-03-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"podcast-03-1280x571.png\";s:5:\"width\";i:1280;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"podcast-03-980x437.png\";s:5:\"width\";i:980;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"podcast-03-480x214.png\";s:5:\"width\";i:480;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4431,124449,'_global_colors_info','{}'),(4433,124449,'_thumbnail_id','0'),(4443,124941,'_thumbnail_id','0'),(4465,124995,'_et_pb_truncate_post_date',''),(4534,125011,'_et_pb_truncate_post_date',''),(4535,125011,'_et_pb_old_content',''),(4541,125011,'_et_pb_custom_css',''),(4542,125011,'_et_pb_gutter_width','3'),(4260,124941,'_edit_last','1'),(4261,124941,'_wp_page_template','default'),(4262,124941,'_et_pb_post_hide_nav','default'),(4263,124941,'_et_pb_page_layout','et_right_sidebar'),(4264,124941,'_et_pb_side_nav','off'),(4265,124941,'_et_pb_use_builder','on'),(4266,124941,'_et_pb_first_image',''),(4267,124941,'_et_pb_truncate_post',''),(4268,124941,'_et_pb_truncate_post_date',''),(4269,124941,'_et_pb_old_content',''),(4272,124941,'_et_pb_ab_subjects',''),(4273,124941,'_et_pb_enable_shortcode_tracking',''),(4274,124941,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124941\" /]'),(4275,124941,'_et_pb_custom_css',''),(4276,124941,'_et_pb_gutter_width','3'),(4271,124941,'_et_pb_built_for_post_type','page'),(4278,124941,'_global_colors_info','{}'),(4279,124941,'_et_builder_version','VB|Divi|4.11.1'),(4280,124941,'_et_pb_show_page_creation','off'),(4766,124969,'_last_editor_used_jetpack','block-editor'),(4763,125055,'_wp_attached_file','2021/10/logosbeneficaireserasmusright_fi_0.jpg'),(4764,125055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1134;s:6:\"height\";i:233;s:4:\"file\";s:46:\"2021/10/logosbeneficaireserasmusright_fi_0.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"logosbeneficaireserasmusright_fi_0-300x62.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"logosbeneficaireserasmusright_fi_0-1024x210.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-768x158.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-610x125.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-400x233.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:47:\"logosbeneficaireserasmusright_fi_0-1080x233.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-400x233.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-510x233.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:47:\"logosbeneficaireserasmusright_fi_0-1080x222.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-400x233.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:46:\"logosbeneficaireserasmusright_fi_0-980x201.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"logosbeneficaireserasmusright_fi_0-480x99.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4618,124969,'_thumbnail_id','0'),(4913,125072,'_wp_attached_file','2021/10/logo_05.png'),(4914,125072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/10/logo_05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_05-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4494,125004,'_edit_lock','1675937690:1'),(4495,125004,'_edit_last','1'),(4496,125004,'_wp_page_template','default'),(4497,125004,'_et_pb_post_hide_nav','default'),(4498,125004,'_et_pb_page_layout','et_right_sidebar'),(4499,125004,'_et_pb_side_nav','off'),(4500,125004,'_et_pb_use_builder','on'),(4501,125004,'_et_pb_first_image',''),(4502,125004,'_et_pb_truncate_post',''),(4503,125004,'_et_pb_truncate_post_date',''),(4504,125004,'_et_pb_old_content',''),(4507,125004,'_et_pb_ab_subjects',''),(4508,125004,'_et_pb_enable_shortcode_tracking',''),(4509,125004,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125004\" /]'),(4510,125004,'_et_pb_custom_css',''),(4511,125004,'_et_pb_gutter_width','3'),(4594,125024,'_et_pb_built_for_post_type','page'),(4506,125004,'_et_pb_built_for_post_type','page'),(4513,125004,'_global_colors_info','{}'),(4514,125004,'_et_builder_version','VB|Divi|4.13.1'),(4515,125004,'_et_pb_show_page_creation','off'),(4373,124197,'_global_colors_info','{}'),(4427,124197,'_thumbnail_id','0'),(4428,124978,'_et_pb_built_for_post_type','page'),(4429,124981,'_wp_attached_file','2021/10/2021-06-17-hyvaksytyt-unsplash.jpg'),(4430,124981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2021/10/2021-06-17-hyvaksytyt-unsplash.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-610x406.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-400x416.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:42:\"2021-06-17-hyvaksytyt-unsplash-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4528,125011,'_et_pb_post_hide_nav','default'),(4529,125011,'_et_pb_page_layout','et_right_sidebar'),(4530,125011,'_et_pb_side_nav','off'),(4531,125011,'_et_pb_use_builder','on'),(4532,125011,'_et_pb_first_image',''),(4533,125011,'_et_pb_truncate_post',''),(4456,124995,'_edit_lock','1697102976:4'),(4457,124995,'_edit_last','1'),(4458,124995,'_wp_page_template','default'),(4459,124995,'_et_pb_post_hide_nav','default'),(4460,124995,'_et_pb_page_layout','et_right_sidebar'),(4461,124995,'_et_pb_side_nav','off'),(4462,124995,'_et_pb_use_builder','on'),(4463,124995,'_et_pb_first_image',''),(4464,124995,'_et_pb_truncate_post',''),(4884,125061,'_edit_lock','1678192606:1'),(4885,125061,'_last_editor_used_jetpack','block-editor'),(4886,125061,'_et_pb_use_builder','on'),(4887,125061,'_et_gb_content_width',''),(4888,125061,'spay_email',''),(4889,125061,'_edit_last','1'),(4890,125061,'_et_pb_post_hide_nav','default'),(4891,125061,'_et_pb_page_layout','et_right_sidebar'),(4892,125061,'_et_pb_side_nav','off'),(4924,125061,'_global_colors_info','{}'),(4925,125061,'_et_pb_first_image',''),(4926,125061,'_et_pb_truncate_post',''),(4927,125061,'_et_pb_truncate_post_date',''),(4928,125061,'_et_builder_version','VB|Divi|4.11.2'),(4929,125061,'_et_pb_show_page_creation','off'),(4930,125077,'_wp_attached_file','2021/10/profiilikuva.png'),(4923,125061,'_thumbnail_id','0'),(4521,125009,'_wp_attached_file','2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png'),(4522,125009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:50:\"2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"työhyvinvoinnin-johtaminen-17.11.2021-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:51:\"työhyvinvoinnin-johtaminen-17.11.2021-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:51:\"työhyvinvoinnin-johtaminen-17.11.2021-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:51:\"työhyvinvoinnin-johtaminen-17.11.2021-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:50:\"työhyvinvoinnin-johtaminen-17.11.2021-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4525,125011,'_edit_lock','1643191247:1'),(4526,125011,'_edit_last','1'),(4527,125011,'_wp_page_template','default'),(4391,124966,'_menu_item_type','post_type'),(4392,124966,'_menu_item_menu_item_parent','125196'),(4393,124966,'_menu_item_object_id','124941'),(4394,124966,'_menu_item_object','page'),(4395,124966,'_menu_item_target',''),(4342,124952,'_wp_attached_file','2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3'),(4343,124952,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:13:\"Sanna Benamar\";s:5:\"album\";s:0:\"\";}'),(4538,125011,'_et_pb_ab_subjects',''),(4537,125011,'_et_pb_built_for_post_type','page'),(4544,125011,'_global_colors_info','{}'),(4545,125011,'_et_builder_version','VB|Divi|4.14.2'),(4546,125011,'_et_pb_show_page_creation','off'),(4348,124955,'_wp_attached_file','2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg'),(4349,124955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3168;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-610x385.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:55:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:55:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-1080x682.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:56:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:55:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-1280x808.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-980x619.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:54:\"sterlinglanier-lanier-NlKx5eQF9do-unsplash-480x303.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4550,125016,'_wp_attached_file','2021/10/Stressin-hallinta-opetustyössä.png'),(4551,125016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:44:\"2021/10/Stressin-hallinta-opetustyössä.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Stressin-hallinta-opetustyössä-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"Stressin-hallinta-opetustyössä-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"Stressin-hallinta-opetustyössä-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:45:\"Stressin-hallinta-opetustyössä-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:44:\"Stressin-hallinta-opetustyössä-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4909,125070,'_wp_attached_file','2021/10/logo_06.png'),(4910,125070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/10/logo_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_06-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4469,124995,'_et_pb_ab_subjects',''),(4470,124995,'_et_pb_enable_shortcode_tracking',''),(4471,124995,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124995\" /]'),(4472,124995,'_et_pb_custom_css',''),(4473,124995,'_et_pb_gutter_width','3'),(4396,124966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4397,124966,'_menu_item_xfn',''),(4398,124966,'_menu_item_url',''),(4466,124995,'_et_pb_old_content',''),(4475,124995,'_global_colors_info','{}'),(4402,124969,'_edit_lock','1633605570:1'),(4539,125011,'_et_pb_enable_shortcode_tracking',''),(4540,125011,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125011\" /]'),(4404,124969,'_wp_page_template','default'),(4405,124969,'_et_pb_post_hide_nav','default'),(4406,124969,'_et_pb_page_layout','et_right_sidebar'),(4407,124969,'_et_pb_side_nav','off'),(4408,124969,'_et_pb_use_builder','on'),(4409,124969,'_et_pb_first_image',''),(4410,124969,'_et_pb_truncate_post',''),(4411,124969,'_et_pb_truncate_post_date',''),(4412,124969,'_et_pb_old_content',''),(4415,124969,'_et_pb_ab_subjects',''),(4416,124969,'_et_pb_enable_shortcode_tracking',''),(4417,124969,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"124969\" /]'),(4418,124969,'_et_pb_custom_css',''),(4419,124969,'_et_pb_gutter_width','3'),(4414,124969,'_et_pb_built_for_post_type','page'),(4421,124969,'_global_colors_info','{}'),(4422,124969,'_et_builder_version','VB|Divi|4.11.1'),(4423,124969,'_et_pb_show_page_creation','off'),(4897,125064,'_wp_attached_file','2021/10/podcast-02-1.png'),(4898,125064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1953;s:6:\"height\";i:746;s:4:\"file\";s:24:\"2021/10/podcast-02-1.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"podcast-02-1-1024x391.png\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"podcast-02-1-1536x587.png\";s:5:\"width\";i:1536;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-610x233.png\";s:5:\"width\";i:610;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"podcast-02-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"podcast-02-1-1080x413.png\";s:5:\"width\";i:1080;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"podcast-02-1-1280x489.png\";s:5:\"width\";i:1280;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-980x374.png\";s:5:\"width\";i:980;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"podcast-02-1-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4901,125066,'_wp_attached_file','2021/10/podcast-04.jpg'),(4902,125066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1008;s:4:\"file\";s:22:\"2021/10/podcast-04.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"podcast-04-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"podcast-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"podcast-04-768x968.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:968;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"podcast-04-610x769.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"podcast-04-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"podcast-04-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"podcast-04-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"podcast-04-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"podcast-04-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"podcast-04-480x605.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(5230,125096,'_wp_attached_file','2021/11/ideapaivan-pajat.png'),(5231,125096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:28:\"2021/11/ideapaivan-pajat.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:28:\"ideapaivan-pajat-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4680,125040,'_edit_lock','1636623001:1'),(4681,125040,'_last_editor_used_jetpack','block-editor'),(4682,125040,'_et_pb_use_builder','on'),(4683,125040,'_et_gb_content_width',''),(4684,125040,'spay_email',''),(4685,125040,'_edit_last','1'),(4686,125040,'_et_pb_post_hide_nav','default'),(4687,125040,'_et_pb_page_layout','et_right_sidebar'),(4688,125040,'_et_pb_side_nav','off'),(4701,125040,'_global_colors_info','{}'),(4702,125040,'_et_pb_first_image',''),(4703,125040,'_et_pb_truncate_post',''),(4704,125040,'_et_pb_truncate_post_date',''),(4705,125040,'_et_builder_version','VB|Divi|4.11.1'),(4706,125040,'_et_pb_show_page_creation','off'),(4695,125040,'_et_pb_ab_subjects',''),(4696,125040,'_et_pb_enable_shortcode_tracking',''),(4697,125040,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125040\" /]'),(4698,125040,'_et_pb_custom_css',''),(4699,125040,'_et_pb_gutter_width','3'),(4700,125040,'_thumbnail_id','0'),(4691,125043,'_wp_attached_file','2021/10/MKK_Padlet_8.9.2021.png'),(4692,125043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1701;s:6:\"height\";i:1224;s:4:\"file\";s:31:\"2021/10/MKK_Padlet_8.9.2021.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"MKK_Padlet_8.9.2021-1024x737.png\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"MKK_Padlet_8.9.2021-1536x1105.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-610x439.png\";s:5:\"width\";i:610;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"MKK_Padlet_8.9.2021-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"MKK_Padlet_8.9.2021-1080x777.png\";s:5:\"width\";i:1080;s:6:\"height\";i:777;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:32:\"MKK_Padlet_8.9.2021-1280x921.png\";s:5:\"width\";i:1280;s:6:\"height\";i:921;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-980x705.png\";s:5:\"width\";i:980;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"MKK_Padlet_8.9.2021-480x345.png\";s:5:\"width\";i:480;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4693,125044,'_wp_attached_file','2021/10/MKK-esitys-Lohja-2021.pdf'),(4694,125040,'_et_pb_built_for_post_type','page'),(4710,123998,'_last_editor_used_jetpack','block-editor'),(6683,125241,'_et_pb_page_layout','et_right_sidebar'),(6682,125241,'_et_pb_post_hide_nav','default'),(6681,125241,'_edit_last','1'),(6680,125241,'spay_email',''),(6679,125241,'_et_gb_content_width',''),(6678,125241,'_et_pb_use_builder','on'),(4720,124424,'_wp_old_date','2020-05-25'),(11659,124424,'_menu_sgpb_popup_id','0'),(4722,124483,'_wp_old_date','2020-05-25'),(11660,124483,'_menu_sgpb_popup_id','0'),(4724,124511,'_wp_old_date','2020-08-25'),(11664,124511,'_menu_sgpb_popup_id','0'),(4727,124966,'_wp_old_date','2021-10-06'),(11662,124966,'_menu_sgpb_popup_id','0'),(6698,125241,'_et_pb_ab_subjects',''),(4739,124420,'_wp_old_date','2020-05-25'),(11672,124420,'_menu_sgpb_popup_id','0'),(4741,124423,'_wp_old_date','2020-05-25'),(11673,124423,'_menu_sgpb_popup_id','0'),(4907,125069,'_wp_attached_file','2021/10/logo_04.png'),(4908,125069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/10/logo_04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_04-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4762,124941,'_last_editor_used_jetpack','block-editor'),(4765,125057,'_et_pb_built_for_post_type','page'),(4905,125068,'_wp_attached_file','2021/10/portrait-square-05.jpg'),(4906,125068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2021/10/portrait-square-05.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"portrait-square-05-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(4918,125061,'_et_pb_ab_subjects',''),(4919,125061,'_et_pb_enable_shortcode_tracking',''),(4920,125061,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125061\" /]'),(4921,125061,'_et_pb_custom_css',''),(4922,125061,'_et_pb_gutter_width','3'),(4895,125063,'_wp_attached_file','2021/10/podcast-01.png'),(4896,125063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2179;s:6:\"height\";i:972;s:4:\"file\";s:22:\"2021/10/podcast-01.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"podcast-01-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"podcast-01-1024x457.png\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"podcast-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"podcast-01-768x343.png\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"podcast-01-1536x685.png\";s:5:\"width\";i:1536;s:6:\"height\";i:685;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"podcast-01-2048x914.png\";s:5:\"width\";i:2048;s:6:\"height\";i:914;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:22:\"podcast-01-610x272.png\";s:5:\"width\";i:610;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"podcast-01-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"podcast-01-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"podcast-01-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"podcast-01-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"podcast-01-1080x482.png\";s:5:\"width\";i:1080;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"podcast-01-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:23:\"podcast-01-1280x571.png\";s:5:\"width\";i:1280;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:22:\"podcast-01-980x437.png\";s:5:\"width\";i:980;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"podcast-01-480x214.png\";s:5:\"width\";i:480;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5460,125011,'_last_editor_used_jetpack','block-editor'),(4915,125073,'_wp_attached_file','2021/10/logo_01.png'),(4916,125073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/10/logo_01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo_01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4917,125061,'_et_pb_built_for_post_type','page'),(4931,125077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2021/10/profiilikuva.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"profiilikuva-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"profiilikuva-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"profiilikuva-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"profiilikuva-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"profiilikuva-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"profiilikuva-800x675.png\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"profiilikuva-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"profiilikuva-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"profiilikuva-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"profiilikuva-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5432,125004,'_last_editor_used_jetpack','block-editor'),(5433,125004,'_last_editor_used_jetpack','block-editor'),(6736,125252,'_edit_lock','1647932735:1'),(6737,125252,'_last_editor_used_jetpack','block-editor'),(6738,125252,'_et_pb_use_builder','on'),(6739,125252,'_et_gb_content_width',''),(6740,125252,'spay_email',''),(6741,125252,'_edit_last','1'),(6742,125252,'_et_pb_post_hide_nav','default'),(6743,125252,'_et_pb_page_layout','et_right_sidebar'),(6744,125252,'_et_pb_side_nav','off'),(6747,125252,'_et_pb_ab_subjects',''),(6748,125252,'_et_pb_enable_shortcode_tracking',''),(6749,125252,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125252\" /]'),(6750,125252,'_et_pb_custom_css',''),(6751,125252,'_et_pb_gutter_width','3'),(6752,125252,'_thumbnail_id','0'),(6753,125252,'_global_colors_info','{}'),(6746,125252,'_et_pb_built_for_post_type','page'),(6754,125252,'_et_pb_first_image',''),(6755,125252,'_et_pb_truncate_post',''),(6756,125252,'_et_pb_truncate_post_date',''),(6757,125252,'_et_builder_version','VB|Divi|4.15.1'),(6758,125252,'_et_pb_show_page_creation','off'),(6759,125256,'_menu_item_type','post_type'),(6760,125256,'_menu_item_menu_item_parent','124511'),(6761,125256,'_menu_item_object_id','125252'),(6762,125256,'_menu_item_object','page'),(6763,125256,'_menu_item_target',''),(6764,125256,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6765,125256,'_menu_item_xfn',''),(6766,125256,'_menu_item_url',''),(11667,125256,'_menu_sgpb_popup_id','0'),(6782,125257,'_edit_lock','1649862656:1'),(6783,125257,'_last_editor_used_jetpack','block-editor'),(6784,125257,'_edit_last','1'),(6785,125257,'_et_pb_post_hide_nav','default'),(6786,125257,'_et_pb_page_layout','et_right_sidebar'),(6787,125257,'_et_pb_side_nav','off'),(6788,125257,'_et_pb_use_builder','on'),(6789,125257,'_et_gb_content_width',''),(6790,125257,'spay_email',''),(6793,125257,'_et_pb_ab_subjects',''),(6794,125257,'_et_pb_enable_shortcode_tracking',''),(6795,125257,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125257\" /]'),(6796,125257,'_et_pb_custom_css',''),(6797,125257,'_et_pb_gutter_width','3'),(6798,125257,'_thumbnail_id','0'),(6799,125257,'_global_colors_info','{}'),(6792,125257,'_et_pb_built_for_post_type','page'),(6800,125257,'_et_pb_first_image',''),(6801,125257,'_et_pb_truncate_post',''),(6802,125257,'_et_pb_truncate_post_date',''),(6803,125257,'_et_builder_version','VB|Divi|4.17.0'),(6804,125257,'_et_pb_show_page_creation','off'),(6805,125261,'_menu_item_type','post_type'),(6806,125261,'_menu_item_menu_item_parent','124511'),(6807,125261,'_menu_item_object_id','125257'),(6808,125261,'_menu_item_object','page'),(6809,125261,'_menu_item_target',''),(6810,125261,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6811,125261,'_menu_item_xfn',''),(6812,125261,'_menu_item_url',''),(11668,125261,'_menu_sgpb_popup_id','0'),(6999,124420,'_wp_old_date','2022-01-25'),(6716,125251,'_menu_item_xfn',''),(6717,125251,'_menu_item_url',''),(11666,125251,'_menu_sgpb_popup_id','0'),(6989,125256,'_wp_old_date','2022-01-25'),(6991,125261,'_wp_old_date','2022-01-25'),(7001,124423,'_wp_old_date','2022-01-25'),(7003,125228,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n					<div class=\"et_pb_row et_pb_row_0\">\n								<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				<div class=\"et_pb_text_inner\">Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja hyvinvoinnista. Tammikuussa teemana on stressinhallinta opetustyössä (Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, miksi ei ole enää aikaa. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat positiivisesta ajattelusta ja myönteisestä koulusta.</p>\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo virtuaali-Abitin tilanteesta maaliskuussa.</p>\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<p>Kuva: Forest Simon sivustolla Unsplash</div>\n			</div>\n			</div>			\n				\n				\n			</div>		\n				\n				\n			</div>\n'),(7004,125228,'_et_pb_truncate_post_date','2022-01-26 11:48:16'),(7249,124805,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(6712,125251,'_menu_item_object_id','125241'),(6713,125251,'_menu_item_object','page'),(6714,125251,'_menu_item_target',''),(6715,125251,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6709,125241,'_et_pb_show_page_creation','off'),(6710,125251,'_menu_item_type','post_type'),(6711,125251,'_menu_item_menu_item_parent','124511'),(7154,125252,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(6705,125241,'_et_pb_first_image',''),(6706,125241,'_et_pb_truncate_post',''),(6707,125241,'_et_pb_truncate_post_date',''),(6708,125241,'_et_builder_version','VB|Divi|4.14.8'),(6341,125194,'_et_pb_built_for_post_type','page'),(6342,124424,'_wp_old_date','2021-11-03'),(6344,124483,'_wp_old_date','2021-11-03'),(6346,124511,'_wp_old_date','2021-11-03'),(6697,125241,'_et_pb_built_for_post_type','page'),(5232,125098,'_wp_attached_file','2021/11/ideapaivan-pajat-1.png'),(5233,125098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-1-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5248,125107,'_wp_attached_file','2021/11/ideapaivan-pajat-7.png'),(5249,125107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-7.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-7-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5250,125108,'_wp_attached_file','2021/11/ideapaivan-pajat-8.png'),(5251,125108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-8.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-8-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5252,125111,'_wp_attached_file','2021/11/ideapaivan-pajat-9.png'),(5253,125111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-9.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-9-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5238,125100,'_wp_attached_file','2021/11/ideapaivan-pajat-2.png'),(5239,125100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-2.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-2-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5240,125101,'_wp_attached_file','2021/11/ideapaivan-pajat-3.png'),(5241,125101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-3.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-3-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5242,125103,'_wp_attached_file','2021/11/ideapaivan-pajat-4.png'),(5243,125103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-4.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-4-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5244,125104,'_wp_attached_file','2021/11/ideapaivan-pajat-5.png'),(5245,125104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-5.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-5-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5246,125105,'_wp_attached_file','2021/11/ideapaivan-pajat-6.png'),(5247,125105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:30:\"2021/11/ideapaivan-pajat-6.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"ideapaivan-pajat-6-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5254,125120,'_wp_attached_file','2021/11/ideapaivan-pajat-10.png'),(5255,125120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2021/11/ideapaivan-pajat-10.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-10-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(5383,124424,'_wp_old_date','2021-10-07'),(5385,124483,'_wp_old_date','2021-10-07'),(5387,124511,'_wp_old_date','2021-10-07'),(6677,125241,'_last_editor_used_jetpack','block-editor'),(5391,124966,'_wp_old_date','2021-10-07'),(5563,124715,'_last_editor_used_jetpack','block-editor'),(5564,124767,'_last_editor_used_jetpack','block-editor'),(5404,124420,'_wp_old_date','2021-10-07'),(5406,124423,'_wp_old_date','2021-10-07'),(7239,124995,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7243,124449,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(6627,125234,'_wp_attached_file','2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.gif'),(6628,125234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:48:\"2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.gif\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-300x169.gif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1024x576.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-768x432.gif\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-610x343.gif\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1080x675.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-510x382.gif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1080x608.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/gif\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x516.gif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1280x720.gif\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-980x551.gif\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/gif\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-480x270.gif\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(6695,125249,'_wp_attached_file','2022/01/5.png'),(6696,125249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:13:\"2022/01/5.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"5-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"5-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"5-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"5-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"5-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:14:\"5-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:13:\"5-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:13:\"5-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(6906,125228,'_et_pb_show_page_creation','on'),(6910,971,'_last_editor_used_jetpack','block-editor'),(6933,124393,'_last_editor_used_jetpack','block-editor'),(6598,124251,'_last_editor_used_jetpack','block-editor'),(6599,607,'_last_editor_used_jetpack','block-editor'),(6601,125228,'_edit_lock','1643117616:2'),(6602,125228,'_last_editor_used_jetpack','block-editor'),(6603,125228,'_et_pb_use_builder','on'),(6604,125228,'_et_pb_old_content','<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125230,\"sizeSlug\":\"large\",\"linkDestination\":\"media\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\"><img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-125230\"/></a><figcaption><em>Kuva: <a href=\"https://unsplash.com/@forest_ms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Forest Simon</a> sivustolla <a href=\"https://unsplash.com/collections/59127756/yard-birds-winter?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash</a></em></figcaption></figure>\n<!-- /wp:image -->'),(6605,125228,'_et_gb_content_width',''),(6606,125228,'spay_email',''),(6607,125228,'_edit_last','2'),(6608,125228,'_et_post_bg_color','#ffffff'),(6609,125228,'_et_post_bg_layout','light'),(6610,125228,'_et_pb_show_title','on'),(6611,125228,'_et_pb_post_hide_nav','default'),(6612,125228,'_et_pb_page_layout','et_right_sidebar'),(6613,125228,'_et_pb_side_nav','off'),(6615,125230,'_wp_attached_file','2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg');
INSERT INTO `wp_postmeta` VALUES (6616,125230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:45:\"2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"forest-simon-rT-I7IB_eHg-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"forest-simon-rT-I7IB_eHg-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:46:\"forest-simon-rT-I7IB_eHg-unsplash-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:46:\"forest-simon-rT-I7IB_eHg-unsplash-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:45:\"forest-simon-rT-I7IB_eHg-unsplash-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(6636,125239,'_menu_item_type','post_type'),(6637,125239,'_menu_item_menu_item_parent','124511'),(6638,125239,'_menu_item_object_id','125216'),(6639,125239,'_menu_item_object','page'),(6640,125239,'_menu_item_target',''),(6641,125239,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6642,125239,'_menu_item_xfn',''),(6643,125239,'_menu_item_url',''),(11665,125239,'_menu_sgpb_popup_id','0'),(6654,124424,'_wp_old_date','2022-01-24'),(6656,124483,'_wp_old_date','2022-01-24'),(6658,125196,'_wp_old_date','2022-01-24'),(6660,124966,'_wp_old_date','2022-01-24'),(6662,125204,'_wp_old_date','2022-01-24'),(6664,124511,'_wp_old_date','2022-01-24'),(6672,124420,'_wp_old_date','2022-01-24'),(6674,124423,'_wp_old_date','2022-01-24'),(6689,125246,'_wp_attached_file','2022/01/2.png'),(6690,125246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:13:\"2022/01/2.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"2-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"2-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"2-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"2-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:14:\"2-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:13:\"2-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:13:\"2-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(6691,125247,'_wp_attached_file','2022/01/3.png'),(6692,125247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:13:\"2022/01/3.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"3-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"3-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"3-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"3-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:14:\"3-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:13:\"3-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:13:\"3-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(6693,125248,'_wp_attached_file','2022/01/4.png'),(6694,125248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:13:\"2022/01/4.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"4-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"4-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"4-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"4-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:14:\"4-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:13:\"4-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:13:\"4-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(6932,124197,'_last_editor_used_jetpack','block-editor'),(6935,125280,'_edit_lock','1643196900:1'),(6936,125280,'_last_editor_used_jetpack','block-editor'),(6937,125280,'_et_pb_use_builder','on'),(6938,125280,'_et_gb_content_width',''),(6939,125280,'spay_email',''),(6940,125280,'_edit_last','1'),(6941,125280,'_et_pb_post_hide_nav','default'),(6942,125280,'_et_pb_page_layout','et_right_sidebar'),(6943,125280,'_et_pb_side_nav','off'),(6945,125283,'_et_pb_built_for_post_type','page'),(6946,125284,'_edit_lock','1643197529:1'),(6947,125284,'_last_editor_used_jetpack','block-editor'),(6950,125284,'_edit_last','1'),(6951,125284,'_et_pb_post_hide_nav','default'),(6952,125284,'_et_pb_page_layout','et_right_sidebar'),(6953,125284,'_et_pb_side_nav','off'),(6954,125284,'_et_pb_use_builder','on'),(6955,125284,'_et_gb_content_width',''),(6956,125284,'spay_email',''),(6961,125284,'_et_pb_ab_subjects',''),(6962,125284,'_et_pb_enable_shortcode_tracking',''),(6963,125284,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125284\" /]'),(6964,125284,'_et_pb_custom_css',''),(6965,125284,'_et_pb_gutter_width','3'),(6966,125284,'_thumbnail_id','0'),(6967,125284,'_global_colors_info','{}'),(6958,125287,'_wp_attached_file','2022/01/aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1.jpg'),(6959,125287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:61:\"2022/01/aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:62:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:62:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:62:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:62:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:61:\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(6960,125284,'_et_pb_built_for_post_type','page'),(6968,125284,'_et_pb_first_image',''),(6969,125284,'_et_pb_truncate_post',''),(6970,125284,'_et_pb_truncate_post_date',''),(6971,125284,'_et_builder_version','VB|Divi|4.14.5'),(6972,125284,'_et_pb_show_page_creation','off'),(6973,124424,'_wp_old_date','2022-01-25'),(6975,124483,'_wp_old_date','2022-01-25'),(6977,125196,'_wp_old_date','2022-01-25'),(6979,124966,'_wp_old_date','2022-01-25'),(6981,125204,'_wp_old_date','2022-01-25'),(6983,124511,'_wp_old_date','2022-01-25'),(6985,125239,'_wp_old_date','2022-01-25'),(6987,125251,'_wp_old_date','2022-01-25'),(6310,125192,'_edit_lock','1675937709:1'),(6311,125192,'_last_editor_used_jetpack','block-editor'),(6312,125192,'_et_pb_use_builder','on'),(6313,125192,'_et_gb_content_width',''),(6314,125192,'spay_email',''),(6315,125192,'_edit_last','1'),(6316,125192,'_et_pb_post_hide_nav','default'),(6317,125192,'_et_pb_page_layout','et_right_sidebar'),(6318,125192,'_et_pb_side_nav','off'),(6460,125192,'_et_pb_ab_subjects',''),(6461,125192,'_et_pb_enable_shortcode_tracking',''),(6462,125192,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125192\" /]'),(6463,125192,'_et_pb_custom_css',''),(6464,125192,'_et_pb_gutter_width','3'),(6465,125192,'_thumbnail_id','0'),(6915,124327,'_last_editor_used_jetpack','block-editor'),(6325,124327,'_wp_desired_post_slug',''),(6420,125196,'_menu_item_type','custom'),(6676,125241,'_edit_lock','1646041250:2'),(6350,124966,'_wp_old_date','2021-11-03'),(6688,125245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:13:\"2022/01/1.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"1-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:13:\"1-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"1-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:14:\"1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:13:\"1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:13:\"1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(6684,125241,'_et_pb_side_nav','off'),(6364,124420,'_wp_old_date','2021-11-03'),(6366,124423,'_wp_old_date','2021-11-03'),(6421,125196,'_menu_item_menu_item_parent','0'),(6422,125196,'_menu_item_object_id','125196'),(6423,125196,'_menu_item_object','custom'),(6424,125196,'_menu_item_target',''),(6425,125196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6426,125196,'_menu_item_xfn',''),(6427,125196,'_menu_item_url',''),(11661,125196,'_menu_sgpb_popup_id','0'),(6457,125197,'_wp_attached_file','2022/01/Bologna_podcast_final.mp3'),(6458,125197,'_wp_attachment_metadata','a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:160000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR160\";s:17:\"compression_ratio\";d:0.1133786848072562414291297727686469443142414093017578125;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:25910773;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1295;s:16:\"length_formatted\";s:5:\"21:35\";s:16:\"encoder_settings\";s:18:\"Logic Pro X 10.5.1\";s:7:\"comment\";s:90:\" 00000102 00000102 00004A8A 00004A8A 0006AB3E 0006AB3E 00008077 00008077 0006AB24 0006AB24\";s:6:\"artist\";s:12:\"Risto Hovila\";s:5:\"album\";s:0:\"\";}'),(6459,125192,'_et_pb_built_for_post_type','page'),(6466,125192,'_global_colors_info','{}'),(6467,125192,'_et_pb_first_image',''),(6468,125192,'_et_pb_truncate_post',''),(6469,125192,'_et_pb_truncate_post_date',''),(6470,125192,'_et_builder_version','VB|Divi|4.21.0'),(6471,125192,'_et_pb_show_page_creation','off'),(6472,125204,'_menu_item_type','post_type'),(6473,125204,'_menu_item_menu_item_parent','125196'),(6474,125204,'_menu_item_object_id','125192'),(6475,125204,'_menu_item_object','page'),(6476,125204,'_menu_item_target',''),(6477,125204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6478,125204,'_menu_item_xfn',''),(6479,125204,'_menu_item_url',''),(11663,125204,'_menu_sgpb_popup_id','0'),(7211,125040,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7221,124969,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7225,125004,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(6524,125216,'_edit_lock','1645076777:1'),(6525,125216,'_last_editor_used_jetpack','block-editor'),(6526,125216,'_edit_last','1'),(6527,125216,'_et_pb_post_hide_nav','default'),(6528,125216,'_et_pb_page_layout','et_right_sidebar'),(6529,125216,'_et_pb_side_nav','off'),(6530,125216,'_et_pb_use_builder','on'),(6531,125216,'_et_gb_content_width',''),(6532,125216,'spay_email',''),(6535,125216,'_et_pb_ab_subjects',''),(6536,125216,'_et_pb_enable_shortcode_tracking',''),(6537,125216,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125216\" /]'),(6538,125216,'_et_pb_custom_css',''),(6539,125216,'_et_pb_gutter_width','3'),(6540,125216,'_thumbnail_id','0'),(6541,125216,'_global_colors_info','{}'),(6534,125216,'_et_pb_built_for_post_type','page'),(6542,125216,'_et_pb_first_image',''),(6543,125216,'_et_pb_truncate_post',''),(6544,125216,'_et_pb_truncate_post_date',''),(6545,125216,'_et_builder_version','VB|Divi|4.14.5'),(6546,125216,'_et_pb_show_page_creation','off'),(6547,125220,'_wp_attached_file','2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png'),(6548,125220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:1260;s:4:\"file\";s:48:\"2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-2048x1152.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:49:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(7328,124393,'_et_builder_dynamic_assets_loading_attr_threshold','7'),(7203,125241,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(7178,124570,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(7182,125192,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7187,124767,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7194,125216,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(7198,125257,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(7173,124197,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7159,124715,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(7163,125011,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(7167,124586,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(7148,124941,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(8261,124424,'_wp_old_date','2022-01-26'),(8220,125338,'_et_pb_built_for_post_type','page'),(8263,124483,'_wp_old_date','2022-01-26'),(8265,125196,'_wp_old_date','2022-01-26'),(8267,124966,'_wp_old_date','2022-01-26'),(8269,125204,'_wp_old_date','2022-01-26'),(8271,124511,'_wp_old_date','2022-01-26'),(8273,125239,'_wp_old_date','2022-01-26'),(8275,125251,'_wp_old_date','2022-01-26'),(8277,125256,'_wp_old_date','2022-01-26'),(8279,125261,'_wp_old_date','2022-01-26'),(8285,124420,'_wp_old_date','2022-01-26'),(8287,124423,'_wp_old_date','2022-01-26'),(8312,125357,'_menu_item_type','post_type'),(8313,125357,'_menu_item_menu_item_parent','0'),(8314,125357,'_menu_item_object_id','124995'),(8315,125357,'_menu_item_object','page'),(8316,125357,'_menu_item_target',''),(8317,125357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8318,125357,'_menu_item_xfn',''),(8319,125357,'_menu_item_url',''),(11669,125357,'_menu_sgpb_popup_id','0'),(8138,124449,'_last_editor_used_jetpack','block-editor'),(8236,125343,'_wp_attached_file','2022/04/ideapaivan-pajat-11.png'),(8237,125343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-11.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-11-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8238,125344,'_wp_attached_file','2022/04/ideapaivan-pajat-12.png'),(8239,125344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-12.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-12-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8240,125345,'_wp_attached_file','2022/04/ideapaivan-pajat-13.png'),(8241,125345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-13.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-13-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8242,125346,'_wp_attached_file','2022/04/ideapaivan-pajat-14.png'),(8243,125346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-14.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-14-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8244,125347,'_wp_attached_file','2022/04/ideapaivan-pajat-15.png'),(8245,125347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-15.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-15-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8246,125348,'_wp_attached_file','2022/04/ideapaivan-pajat-16.png'),(8247,125348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-16.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-16-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8248,125349,'_wp_attached_file','2022/04/ideapaivan-pajat-17.png'),(8249,125349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-17.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-17-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(8250,125350,'_wp_attached_file','2022/04/ideapaivan-pajat-18.png'),(8251,125350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:315;s:4:\"file\";s:31:\"2022/04/ideapaivan-pajat-18.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-610x232.png\";s:5:\"width\";i:610;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-510x315.png\";s:5:\"width\";i:510;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-400x315.png\";s:5:\"width\";i:400;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:31:\"ideapaivan-pajat-18-480x183.png\";s:5:\"width\";i:480;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9397,125373,'_et_pb_built_for_post_type','page'),(9332,124424,'_wp_old_date','2022-04-26'),(9334,124483,'_wp_old_date','2022-04-26'),(9336,125196,'_wp_old_date','2022-04-26'),(9338,124966,'_wp_old_date','2022-04-26'),(9340,125204,'_wp_old_date','2022-04-26'),(9342,124511,'_wp_old_date','2022-04-26'),(9344,125239,'_wp_old_date','2022-04-26'),(9346,125251,'_wp_old_date','2022-04-26'),(9348,125256,'_wp_old_date','2022-04-26'),(9350,125261,'_wp_old_date','2022-04-26'),(9352,125357,'_wp_old_date','2022-04-26'),(9354,124420,'_wp_old_date','2022-04-26'),(9356,124423,'_wp_old_date','2022-04-26'),(10700,125413,'_wp_attached_file','2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png'),(10701,125413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1414;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"LUKU-verkoston-roadtrip-A4-asiakirja-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"LUKU-verkoston-roadtrip-A4-asiakirja-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"LUKU-verkoston-roadtrip-A4-asiakirja-1086x1536.png\";s:5:\"width\";i:1086;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-610x863.png\";s:5:\"width\";i:610;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"LUKU-verkoston-roadtrip-A4-asiakirja-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"LUKU-verkoston-roadtrip-A4-asiakirja-1080x1528.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1528;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:50:\"LUKU-verkoston-roadtrip-A4-asiakirja-1414x1800.png\";s:5:\"width\";i:1414;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:50:\"LUKU-verkoston-roadtrip-A4-asiakirja-1280x1810.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1810;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:49:\"LUKU-verkoston-roadtrip-A4-asiakirja-980x1386.png\";s:5:\"width\";i:980;s:6:\"height\";i:1386;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:48:\"LUKU-verkoston-roadtrip-A4-asiakirja-480x679.png\";s:5:\"width\";i:480;s:6:\"height\";i:679;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(10702,125410,'_et_pb_built_for_post_type','page'),(10710,125410,'_et_pb_first_image',''),(10711,125410,'_et_pb_truncate_post',''),(10712,125410,'_et_pb_truncate_post_date',''),(10713,125410,'_et_builder_version','VB|Divi|4.21.0'),(10714,125410,'_et_pb_show_page_creation','off'),(10719,125418,'_et_pb_use_builder','on'),(10720,125418,'_et_gb_content_width',''),(10721,125418,'spay_email',''),(10722,125418,'_edit_last','1'),(10723,125418,'_et_pb_post_hide_nav','default'),(10724,125418,'_et_pb_page_layout','et_right_sidebar'),(10725,125418,'_et_pb_side_nav','off'),(10469,125404,'_wp_attached_file','2023/02/jpg_sll_logo.jpg'),(10470,125404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:785;s:4:\"file\";s:24:\"2023/02/jpg_sll_logo.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"jpg_sll_logo-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-1536x482.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-2048x643.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-610x192.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-1080x339.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:25:\"jpg_sll_logo-1280x402.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-980x308.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:24:\"jpg_sll_logo-480x151.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(10418,125386,'_edit_lock','1678095277:1'),(10419,125386,'_last_editor_used_jetpack','block-editor'),(10420,125386,'_et_pb_use_builder','on'),(10421,125386,'_et_gb_content_width',''),(10422,125386,'spay_email',''),(10424,125386,'_edit_last','1'),(10425,125386,'_et_pb_post_hide_nav','default'),(10426,125386,'_et_pb_page_layout','et_right_sidebar'),(10427,125386,'_et_pb_side_nav','off'),(10437,125390,'_edit_lock','1678095257:1'),(10438,125390,'_last_editor_used_jetpack','block-editor'),(10439,125390,'_et_pb_use_builder','on'),(10440,125390,'_et_gb_content_width',''),(10441,125390,'spay_email',''),(10443,125390,'_edit_last','1'),(10444,125390,'_et_pb_post_hide_nav','default'),(10445,125390,'_et_pb_page_layout','et_right_sidebar'),(10446,125390,'_et_pb_side_nav','off'),(10694,125410,'_et_pb_side_nav','off'),(10703,125410,'_et_pb_ab_subjects',''),(10704,125410,'_et_pb_enable_shortcode_tracking',''),(10705,125410,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125410\" /]'),(10706,125410,'_et_pb_custom_css',''),(10707,125410,'_et_pb_gutter_width','3'),(10708,125410,'_thumbnail_id','0'),(10709,125410,'_global_colors_info','{}'),(10717,125418,'_edit_lock','1678279819:1'),(10718,125418,'_last_editor_used_jetpack','block-editor'),(10651,125061,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(10730,125410,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(10738,125433,'_menu_item_type','post_type'),(10739,125433,'_menu_item_menu_item_parent','0'),(10740,125433,'_menu_item_object_id','125410'),(10741,125433,'_menu_item_object','page'),(10742,125433,'_menu_item_target',''),(10743,125433,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10744,125433,'_menu_item_xfn',''),(10745,125433,'_menu_item_url',''),(10686,125410,'_edit_lock','1684479912:1'),(10687,125410,'_last_editor_used_jetpack','block-editor'),(10688,125410,'_et_pb_use_builder','on'),(10689,125410,'_et_gb_content_width',''),(10690,125410,'spay_email',''),(10691,125410,'_edit_last','1'),(10692,125410,'_et_pb_post_hide_nav','default'),(10693,125410,'_et_pb_page_layout','et_right_sidebar'),(11670,125433,'_menu_sgpb_popup_id','0'),(10747,124424,'_wp_old_date','2022-09-27'),(10749,124483,'_wp_old_date','2022-09-27'),(10751,125196,'_wp_old_date','2022-09-27'),(10753,124966,'_wp_old_date','2022-09-27'),(10755,125204,'_wp_old_date','2022-09-27'),(10757,124511,'_wp_old_date','2022-09-27'),(10759,125239,'_wp_old_date','2022-09-27'),(10761,125251,'_wp_old_date','2022-09-27'),(10763,125256,'_wp_old_date','2022-09-27'),(10765,125261,'_wp_old_date','2022-09-27'),(10767,125357,'_wp_old_date','2022-09-27'),(10770,124420,'_wp_old_date','2022-09-27'),(10772,124423,'_wp_old_date','2022-09-27'),(11428,125460,'_et_pb_side_nav','off'),(11438,125460,'_thumbnail_id','0'),(11425,125460,'_edit_last','1'),(11421,125460,'_et_pb_use_builder','on'),(11434,125460,'_et_pb_enable_shortcode_tracking',''),(11436,125460,'_et_pb_custom_css',''),(11426,125460,'_et_pb_post_hide_nav','default'),(11437,125460,'_et_pb_gutter_width','3'),(11431,125463,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:58:\"2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:53:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:53:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:52:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:52:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:53:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:52:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:51:\"priscilla-du-preez-nF8xhLMmg0c-unsplash-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:43:\"priscilla-du-preez-nF8xhLMmg0c-unsplash.jpg\";}'),(11420,125460,'_last_editor_used_jetpack','block-editor'),(11423,125460,'spay_email',''),(11433,125460,'_et_pb_ab_subjects',''),(11419,125460,'_edit_lock','1684845416:1'),(11435,125460,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"125460\" /]'),(11485,125239,'_wp_old_date','2023-03-08'),(11487,125251,'_wp_old_date','2023-03-08'),(11489,125256,'_wp_old_date','2023-03-08'),(11491,125261,'_wp_old_date','2023-03-08'),(11493,125357,'_wp_old_date','2023-03-08'),(11495,125433,'_wp_old_date','2023-03-08'),(11422,125460,'_et_gb_content_width',''),(11464,125472,'_menu_item_type','post_type'),(11465,125472,'_menu_item_menu_item_parent','0'),(11466,125472,'_menu_item_object_id','125460'),(11467,125472,'_menu_item_object','page'),(11468,125472,'_menu_item_target',''),(11469,125472,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11470,125472,'_menu_item_xfn',''),(11471,125472,'_menu_item_url',''),(11671,125472,'_menu_sgpb_popup_id','0'),(11473,124424,'_wp_old_date','2023-03-08'),(11475,124483,'_wp_old_date','2023-03-08'),(11477,125196,'_wp_old_date','2023-03-08'),(11479,124966,'_wp_old_date','2023-03-08'),(11481,125204,'_wp_old_date','2023-03-08'),(11483,124511,'_wp_old_date','2023-03-08'),(11430,125463,'_wp_attached_file','2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg'),(11497,124420,'_wp_old_date','2023-03-08'),(11500,124423,'_wp_old_date','2023-03-08'),(11427,125460,'_et_pb_page_layout','et_right_sidebar'),(11432,125460,'_et_pb_built_for_post_type','page'),(11439,125460,'_global_colors_info','{}'),(11440,125460,'_et_pb_first_image',''),(11441,125460,'_et_pb_truncate_post',''),(11442,125460,'_et_pb_truncate_post_date',''),(11443,125460,'_et_builder_version','VB|Divi|4.21.0'),(11444,125460,'_et_pb_show_page_creation','off'),(11454,124059,'_last_editor_used_jetpack','block-editor'),(11450,125460,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(11629,124424,'_wp_old_date','2023-05-19'),(11631,124483,'_wp_old_date','2023-05-19'),(11633,125196,'_wp_old_date','2023-05-19'),(11635,124966,'_wp_old_date','2023-05-19'),(11637,125204,'_wp_old_date','2023-05-19'),(11639,124511,'_wp_old_date','2023-05-19'),(11641,125239,'_wp_old_date','2023-05-19'),(11643,125251,'_wp_old_date','2023-05-19'),(11645,125256,'_wp_old_date','2023-05-19'),(11647,125261,'_wp_old_date','2023-05-19'),(11649,125357,'_wp_old_date','2023-05-19'),(11651,125433,'_wp_old_date','2023-05-19'),(11653,125472,'_wp_old_date','2023-05-19'),(11655,124420,'_wp_old_date','2023-05-19'),(11657,124423,'_wp_old_date','2023-05-19'),(12795,124661,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12796,124661,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12818,609,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12819,609,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12797,125410,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:11:{s:46:\"et_pb_section_455317001cfd897732215e3bd557abeb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2e790ba1f531f3ffb1e0a5e7b7ed5455\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb9841951ed5c09e9caa1498a8d34c46\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e9ac5f33bf496ff7edc571b4ac220c41\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8bc0058d0bb701407b8ceaee6f9c5e25\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_80a586e62e4f265028eca8dc1fccc800\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_79d96cde428f22f419da3552e457f054\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c1d097a75d9070e3867d9a25321273ca\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_087e2a16b53e04b2622664850308a466\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_7c215bf7a35ec53566085d9c20c01d79\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}}}'),(12801,124941,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:18:{s:46:\"et_pb_section_6a8e29412873d616e475393e86c48ef6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e0baafdf93205063d0b41bf6fb6c9a87\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d851e6436f1b9ad6f7f14e4fb80bc45e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ff690810d089460eca14f5d8867872f2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_87a510086f454709544a9c736b293953\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d968b6a549b6969f663f4fda35a882e8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18a8b7176e61c40e9e8e78b82445ac76\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_audio_9917a7e84fc60ae5ca43c3983fa8d32e\";a:5:{s:4:\"glde\";a:11:{s:16:\"title_text_color\";s:7:\"#666666\";s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.7em\";s:17:\"caption_font_size\";s:2:\"14\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db3c74459ba78d1c9511ad9531531952\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_24e997daf31bfb4b101bc07cebb23343\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_326487324eee6c0068ba5572496b2d7d\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_1cff44eb16ba1403412e06e0080d7b3f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6e5b14048ef2864d497f0e19edc1bed9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9cfc5621255179e1563ca5b522480185\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f96ad0da6fa093218b6269621a750584\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1a997a49d00695d90abe5f76af17ae35\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0f4470a35f08d0cd19a255ee18ee7bb9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e84fb3b76223330dd7409886635a572\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12791,600,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12792,600,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12793,600,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12794,124661,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";}'),(12738,1,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_text\";i:4;s:25:\"et_pb_social_media_follow\";i:5;s:33:\"et_pb_social_media_follow_network\";i:6;s:12:\"et_pb_button\";}'),(12739,1,'_et_dynamic_cached_attributes','a:5:{s:9:\"fullwidth\";a:1:{i:0;s:3:\"off\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}s:17:\"use_custom_gutter\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}s:12:\"gutter_width\";a:1:{i:0;s:1:\"1\";}s:14:\"social_network\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:8:\"linkedin\";}}'),(12740,1,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12741,605,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12742,605,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12743,605,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12744,125241,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12745,125241,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12746,125241,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12747,624,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12748,624,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12749,624,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12750,124995,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12751,124995,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12752,124995,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12753,125257,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12754,125257,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12755,125257,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12768,125192,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:5;s:11:\"et_pb_audio\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12769,125192,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12756,124354,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:19:\"et_pb_contact_field\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:18:\"et_pb_contact_form\";i:5;s:13:\"et_pb_divider\";i:6;s:10:\"et_pb_text\";}'),(12757,124354,'_et_dynamic_cached_attributes','a:3:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12758,124354,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12759,124354,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:30:{s:46:\"et_pb_section_1dc10e627345a465a7a25b9e53f7065f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3e629a78a1a84f21b7c066731c60d589\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f08595692fe9c1f0622dbd4a60d90a77\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d024c69d5eee980a3feb6b6b6684ae1e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_eba47395a0038c8dd2e50ad85051fe96\";a:4:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8df89163e1a46c77bf455c1e25a8fb93\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7ea76793dc9462ca65b79a5e36944645\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_20b03bc65b54a2e6fff960e325368d97\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9d1b868baaf1fbb63849f4ba44457188\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_47caa63ed810a41c5bc3c5b8bcc37146\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f81cd74763eeee33ba18329e0192fb4f\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_192bfa349a51ace56456cae73a372e4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bf75e7ef4fdbfd66744a28b7271d2783\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_044b46b632dd98e394d7ff53a2116809\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_07c2ee17ebe4bce64031413b53ac1720\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9ebc3146f7b5b10a35c8d8dd1324cb4c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1edb0108170bcdf94c58b395c3c90a67\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7abe686bc41be07993255d68245955ed\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_75e3fdbc987e9425c28e3bf529d2769b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_793d8ce1b8ff9ce294f8885e04a63480\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_76b5cfb201fd70b5b121ec54fb39d924\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b140238f3787c43cbb30d7afd22f9504\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e474ae7f7be42bf299db4980cbcb4457\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7d396c4269df3c4f3c635063073dbb1f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_abc2c9494aad73ae1c33b45534f3c4cd\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_18ee5fae9d7f90820e310f101d78c770\";a:8:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_baee2797a95cf57d37ce71326708d11b\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_9105720b85ce718d0b52d7003a0e281c\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_2734fe10bc84390b0415e7e98fff4f9a\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_2cfb0e2781904dbbd7f6bc699e21d9a0\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12760,125410,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12761,125410,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12762,125410,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12763,124449,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:17;s:13:\"et_pb_divider\";i:48;s:17:\"et_pb_team_member\";i:50;s:10:\"et_pb_text\";}'),(12764,124449,'_et_dynamic_cached_attributes','a:1:{s:15:\"animation_style\";a:4:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";i:3;s:4:\"flip\";}}'),(12765,124449,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12766,124449,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:45:{s:46:\"et_pb_section_10edba593556386d13215775f2fa2d7b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2e790ba1f531f3ffb1e0a5e7b7ed5455\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cd604d1265799006ae2ab7c8839cec1e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_2df0aa1efd3a7377085aaf5ce5fc0193\";a:4:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1cfd354eb34d697b3714a8fd4d1eae4d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_09b3463a17a61362c2602ad36c447135\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_735185868ee3b7548a4975c35c2f45ba\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_945e77c1330d0617e368f141a199748a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_694d213bc81a56bc1b8fce9db19e1cfc\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_991e8848c2713188b3df9eb56e72d3ef\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1163285cc260faa8cd9674f9423c6e55\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3a12f17f01b42c1747f03e64b214fbac\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_65ed38bba72cd241990faf24142af952\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_144a8321175903c337e0d3b3e9a49217\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8f9fbf047de771bb1442278603bfa3d6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7935c64f70089655d59d7814c163df56\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_329f6c4b26233d3756ae8d47d64414f0\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9029a892156a34b893e66d7e3a671b8b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_93bdc01367c684bcbea9a4598e1f6336\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_7182d41819d2c62d816036b75c91fc0c\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_559c5bd15e1d314ceb0f7c0c98342917\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_392caddea00ce61f3c3694a46abd17b3\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3e06a6b6d4f53fd6ff6f2ff2570a22b5\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_7f282ac8455a963c77968e0df15bbb1f\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_612985d42f07aca0959ea448847808b2\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2c4bf63b81fe4d272a3287a6cdcdc3a3\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_d11869d58d12e7c499b9ffb7046cd011\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f6507fd62698fe6d310f06e1d8381ec7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_36784cf9ee1fcf09e52e98e35ecf1dba\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_23d2be43a8af3b9dca107cb787cc773f\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_560d64ed166e63276bcfd2d6cd865acd\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6434783e082426c3ad3c291e137880f2\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_191731967c572c93e32feee995c91da2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0b351153bab409b32a7604c568ccee6f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b572febeab75a9bb72e6bf8975c885cc\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_4219d8ee08482c7fcb78205f066185f6\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_78a0236db538174ee3511a41b0c3abf2\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_3f5619151997c0ab32a5fd66ebb5a9ef\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a4d2aa3b1e5cbaf367aedfd108149b78\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fcdc69ff297ebe4b032eec6fe8213fc1\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_5f26725e6d1964815b050f42dd174daf\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_eb62f36b57ef3fa2ffe056afe87619d2\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_314394de29489049f45b0104a8140b2a\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_team_member_a1d93622bea6c3db495f75742e0c2510\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12767,125228,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:17:{s:46:\"et_pb_section_fb314261d76a6359a6e3b8ac76e64db7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_037b2312570751d746f67c4d84b28551\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d79bbd2a79eb06f8b4c825a47b7e811b\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3ccbfb7725268d3b7255ad8840ba18f6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b0eec4a780bbe836f1843377de5ff788\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:59:\"et_pb_fullwidth_post_title_51b27863bde5887ba32648006063323c\";a:7:{s:4:\"glde\";a:6:{s:15:\"title_font_size\";s:4:\"26px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"meta_font_size\";s:2:\"14\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_061b16b6cecc16961d7a7e62bc17ed9a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3a4a5718d2a4eb56b6b7a3a881e45491\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6ddae34822c8eae012f3c5437ac83f6d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_bde794cb2b9d41ebdc7ee6ac4be951a4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3ce9a2820f339c89335ac2a3a499be3d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f08595692fe9c1f0622dbd4a60d90a77\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7f403325546e969576528fcbd0163c18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7b175dc5a6ad83cf39c2178170cac89c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:59:\"et_pb_fullwidth_post_title_678f1c0e927f2e77fdba800ad0419084\";a:7:{s:4:\"glde\";a:6:{s:15:\"title_font_size\";s:4:\"26px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"meta_font_size\";s:2:\"14\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_61a378d343bdb5ea50e48027429ece0c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1b495587c45a36dae4e25182e50a3397\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),(12770,125192,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:6:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";s:12:\"et-gf-ubuntu\";s:63:\"Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic\";s:10:\"et-gf-abel\";s:12:\"Abel:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12771,125192,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:17:{s:46:\"et_pb_section_07b83f919cc37167eb205dbdd923eb28\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2e790ba1f531f3ffb1e0a5e7b7ed5455\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d82793817851eee9266abe9e1c3b3c66\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6664cde54306229a04cbe61f0b08737f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_4d2753eac4c68f93b1544b519bded9e6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_80a586e62e4f265028eca8dc1fccc800\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_audio_cc624bd5891ea6593f97960947928c23\";a:5:{s:4:\"glde\";a:11:{s:16:\"title_text_color\";s:7:\"#666666\";s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.7em\";s:17:\"caption_font_size\";s:2:\"14\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c1d097a75d9070e3867d9a25321273ca\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fa0a14083131b0e07bb275be030a2766\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_420ae8772c2e91d7ee8a6276ad86a6ae\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_5e310089b234d125016b0c2dd0d87abf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ad418eb0f4180ba5f5a9d1cad71b778a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_75d2eee0ae53c5290ced627cca8c1d46\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9f346d60983e0f3aebd3c3196f4adb54\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_60790c17b4ac3c45ff68241056d92451\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12772,607,'_et_dynamic_cached_shortcodes','a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}'),(12773,607,'_et_dynamic_cached_attributes','a:1:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}}'),(12774,607,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12775,124393,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12776,124393,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12777,124393,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12778,124393,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:24:{s:46:\"et_pb_section_46ab0a2db000538fc602d0f6e68115f7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3e629a78a1a84f21b7c066731c60d589\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f08595692fe9c1f0622dbd4a60d90a77\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_04eb9b86d3a5d606af313714df677895\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e9419459e94fec5fe64b4f62653e71a5\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_24e76ca00499267a81f2cc734e23935b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dfa1591aa071d4d953e42c95deaa7d3d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b214e426d2aa92d1df112a633ec2c22d\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_f6e18a8741a515eb1304ca4e5c637b9a\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:45:\"et_pb_column_90ebeb4abcd82c820ebdbc7535bb233b\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_3edee5f9f6fbd62f41e52b75dc892952\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5c66132287d95fc3ba66f67af78ed211\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6dba152d1679a98ab46b3e98c8817950\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_694bc4101721b8867f4869633f2de5b6\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:42:\"et_pb_row_290f55e277027e9aa02660178ba52b8a\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_e80096b8c05ea58dd99172e561b3952d\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:45:\"et_pb_column_d9ebbe0787bf9cba7404577ee64cdbee\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_7333bfc0d72241a3976f0c6f03f6440d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7d5666c83393e138cb3d18d8b80c3413\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_76434d4a5ce679a330bb7916757bff2d\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:42:\"et_pb_cta_9e64776fd72a1defe049a2a072127e91\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:42:\"et_pb_cta_bb6458e9417f8c9614257434d07c6c30\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_34186ed1acb5cc78a0f855dbf4a39a6b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c709df707d0f351d4918b35b8911dccf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12779,125040,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12780,125040,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12781,125040,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:6:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";s:12:\"et-gf-ubuntu\";s:63:\"Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic\";s:10:\"et-gf-abel\";s:12:\"Abel:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12782,125040,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:17:{s:46:\"et_pb_section_6a8e29412873d616e475393e86c48ef6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e0baafdf93205063d0b41bf6fb6c9a87\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d851e6436f1b9ad6f7f14e4fb80bc45e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ff690810d089460eca14f5d8867872f2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_87a510086f454709544a9c736b293953\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d968b6a549b6969f663f4fda35a882e8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18a8b7176e61c40e9e8e78b82445ac76\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_6321f43b499c77071fb7788f944f68e6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db3c74459ba78d1c9511ad9531531952\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_24e997daf31bfb4b101bc07cebb23343\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_c959fba92e939dd2128fe7bb8e33a6c4\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_a5be6353a3043deaaf49e34c515fba24\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e8fcfd118ca39a7a34dad97d9e2502a3\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_973e4c53e57fb8c4c85d8e25c5115733\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_4f357c6158281e2adba7e07b75cffdc1\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_954686deb70bd265842d87788e69ccdf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c20e4d596c9a4797bf0b9e12326fe073\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12783,124969,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12784,124969,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12785,124969,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12786,125004,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12787,125004,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12788,125004,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12812,603,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12813,603,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12814,603,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12789,125004,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:23:{s:46:\"et_pb_section_6a8e29412873d616e475393e86c48ef6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e0baafdf93205063d0b41bf6fb6c9a87\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d851e6436f1b9ad6f7f14e4fb80bc45e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d7328bb1609221b0c39480eafcb79c8e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_87a510086f454709544a9c736b293953\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d968b6a549b6969f663f4fda35a882e8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18a8b7176e61c40e9e8e78b82445ac76\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_1c5bff77a5f2b6ec43e1ef6a86fd121c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db3c74459ba78d1c9511ad9531531952\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_24e997daf31bfb4b101bc07cebb23343\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_ad5c3298043bd3e2eb51002056760b58\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_7bb63ae580659032d5dee6a665570c5b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_28fc6754950296f676b82457c6fd7019\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f596e90d0fbf1fcb75524e4148c8a635\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ae45420075626d034a902756b1d54f28\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3aff6a9075fc10d76d407a98e6f53c47\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0d657494256acd423e7910f2310d5ff2\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_db2912b1a01b9e386792af18e1ee0f80\";a:8:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_daf6a8d33a6d9694bb4c81f68fe1b366\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_80f503911f1b62f82499c9ba5647a5d1\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_e9e7aeae2589df3f6894e48d61e92afb\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_c24bf8eec1c80663851c3f779a25ec8f\";a:5:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_0ebf54e64694c304c1cacee12ed1f963\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12790,1,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:15:{s:46:\"et_pb_section_b0eec4a780bbe836f1843377de5ff788\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:59:\"et_pb_fullwidth_post_title_51b27863bde5887ba32648006063323c\";a:7:{s:4:\"glde\";a:6:{s:15:\"title_font_size\";s:4:\"26px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"meta_font_size\";s:2:\"14\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_061b16b6cecc16961d7a7e62bc17ed9a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_037b2312570751d746f67c4d84b28551\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d79bbd2a79eb06f8b4c825a47b7e811b\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3a4a5718d2a4eb56b6b7a3a881e45491\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6ddae34822c8eae012f3c5437ac83f6d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_bde794cb2b9d41ebdc7ee6ac4be951a4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3ce9a2820f339c89335ac2a3a499be3d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f08595692fe9c1f0622dbd4a60d90a77\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7f403325546e969576528fcbd0163c18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7b175dc5a6ad83cf39c2178170cac89c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:59:\"et_pb_fullwidth_post_title_678f1c0e927f2e77fdba800ad0419084\";a:7:{s:4:\"glde\";a:6:{s:15:\"title_font_size\";s:4:\"26px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"meta_font_size\";s:2:\"14\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_61a378d343bdb5ea50e48027429ece0c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1b495587c45a36dae4e25182e50a3397\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),(12798,124941,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:5;s:11:\"et_pb_audio\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12799,124941,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12800,124941,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:6:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";s:12:\"et-gf-ubuntu\";s:63:\"Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic\";s:10:\"et-gf-abel\";s:12:\"Abel:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12734,124197,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:18:\"et_pb_column_inner\";i:1;s:19:\"et_pb_contact_field\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:15:\"et_pb_row_inner\";i:6;s:11:\"et_pb_blurb\";i:7;s:12:\"et_pb_button\";i:8;s:18:\"et_pb_contact_form\";i:9;s:11:\"et_pb_image\";i:10;s:20:\"et_pb_number_counter\";i:11;s:10:\"et_pb_text\";i:12;s:11:\"et_pb_video\";}'),(12735,124197,'_et_dynamic_cached_attributes','a:6:{s:15:\"animation_style\";a:4:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";i:3;s:4:\"flip\";}s:17:\"use_custom_gutter\";a:1:{i:0;s:2:\"on\";}s:12:\"gutter_width\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"4\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}s:9:\"font_icon\";a:6:{i:0;s:19:\"&#xe030;||divi||400\";i:1;s:17:\"&#x7a;||divi||400\";i:2;s:17:\"&#x77;||divi||400\";i:3;s:19:\"&#xe007;||divi||400\";i:4;s:19:\"&#xe105;||divi||400\";i:5;s:19:\"&#xe00e;||divi||400\";}s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}}'),(12736,124197,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12737,124197,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:71:{s:46:\"et_pb_section_50d4a59f75e634a806dca91a291940dc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_88ca37d8584581c4f3df019f48ac410f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cedc10ceaedd1fd1accbc43704c378e5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bcfc8be1f59428a80a6c351d2abe0899\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_63212238747684bae3cd41f74bba82ef\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_47371d6afb110f0b3b97a6355ed1fec4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4eb83b810bfa9ffd58d16b32a5d2db92\";a:6:{s:4:\"tesh\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:45:\"et_pb_column_84d34e4cfcf8928c637177334645e768\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_2178d3cbb2e9d5463740177b0b08bab9\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_19861d205453182f79d17781d43166ed\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b90480ab0a4b33ada7031a46f2cf70a6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c4022ce99a2fc53d17010912cbbca900\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_594864ba2016a7de0313405cc2fcb6ca\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_843ef263b6b730435781cee030bdb0b5\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_694d213bc81a56bc1b8fce9db19e1cfc\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1d43cbb1736ffbd5330f0d1c1e317d1b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_65d66bf5b70d67ad4a93c8d0be6a3f43\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b78d11788f856bc25712e5bc2181acd8\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4b546d346fa7942ca02e5da2184d6057\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e168859ad2fe0828c1c488a4da7a2806\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_11a299dfbbb01cf904ed9138515124d8\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_542065673c11ac8266b578710b6e4ecb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_675c318b114fa607eedadcea969776ed\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_3dc206437f77150d732ba8ed70e87778\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_90a0906b76ce4733af2a4e3d8db3d0b9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_042d862838e545b653e0f262ad8c2c44\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f20c1f1d077ff5b7e1472abd892c4bf\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_08acd885cefbd5e7bf7c2d42ed4bc115\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fcdc69ff297ebe4b032eec6fe8213fc1\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_number_counter_dd0a3c45258feb78fe0c4ca874afb1de\";a:6:{s:4:\"glde\";a:10:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:16:\"number_font_size\";s:2:\"72\";s:21:\"number_letter_spacing\";s:3:\"0px\";s:18:\"number_line_height\";s:4:\"72px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_number_counter_657b9c5ac7b0e45b733bd94f65de94d4\";a:6:{s:4:\"glde\";a:10:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:16:\"number_font_size\";s:2:\"72\";s:21:\"number_letter_spacing\";s:3:\"0px\";s:18:\"number_line_height\";s:4:\"72px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_number_counter_7357f0bdaed9094d955dc35ad74f2590\";a:6:{s:4:\"glde\";a:10:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:16:\"number_font_size\";s:2:\"72\";s:21:\"number_letter_spacing\";s:3:\"0px\";s:18:\"number_line_height\";s:4:\"72px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_number_counter_bf0e589ff1fc70eaf27a1aac640e6bd8\";a:6:{s:4:\"glde\";a:10:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:16:\"number_font_size\";s:2:\"72\";s:21:\"number_letter_spacing\";s:3:\"0px\";s:18:\"number_line_height\";s:4:\"72px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ed3b45ac033a870dddf85bf69fbdfd29\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6650b694aeb1a11a0dbc9b1d0c5c8cd6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4132cccff6005f4378b2ec8992b186b0\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_53bd7a2d7316c59b6b019ecd163155a8\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_38e42f8a15a1457e708c303a22e77e68\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_144d190d79d427628bedefb6de58cdca\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1192b1d958cc750559aabfd3deb9cb00\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e818be4b3ffbd9fccbcaf49700fb2ec3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_af8a76b0cee9ba165b0749fffa054bcc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8af22d2da0c62f04670b0f259e3018d0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_42e6abc1707df474fb121a1a60290968\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c32462fd0dc0996d1ccd466bd5219eb7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6438c78bc5bc67be45a2afc8f8c3319c\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_04ac43ea32c2899a8f73773d5f030285\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_3295fce1e1062ac4d51cdcf477db54ab\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_566e07cd4b8877e7fa551821e47f66c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_ee5621b1ba2431c6bd6617c532ca51db\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_bf5e3ccc60feea305ebabaeafd31a86e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d11f54a1bf5435a99b25c16474d3f288\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_917ca9cd31bbbe74aa38522da037debd\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_e37dd2be62f7fa8634fe8b698809b690\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_55fbca3228193be84cc1e99a8f2ee489\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8f4120a41bb7dd1777889a63e24d66eb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f8a0b960f76e19dfbf5a52c4cdff350c\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_8a3fb8731101d2e346980b44ad52e2eb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de083863a6e63e932777f7abea103d41\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_30fb1e1f1f928f2c9ba749b5a5bb8392\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7eef836c7d6ee8af7e5df8dea79cafb1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2b09b8b8aaad60da60350275d9c4ce68\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_745a9be4c29503fae6026641e78cdc0b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d00ae66ce21765dbcb489504c8295769\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_163a9275e518498d993dca5c7f487bee\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_d8ae3ee06c78dbc0a16381843ac80bc8\";a:8:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_227ac993be89d64d29b8a3dd2e9175f6\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_e3d31111692be37cf4679fb6aafec8a1\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_5a88fd15d4684fe98891058069e87b5a\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_105b339884922c15160c5560c57bdea5\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12731,124767,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12732,124767,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12733,124767,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12802,124570,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12803,124570,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12804,124570,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12805,125252,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12806,125252,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12807,125252,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12820,609,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12808,125460,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12809,125460,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12810,125460,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12811,124969,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:17:{s:46:\"et_pb_section_a1ac80d266319da218ebdad3472804d8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d84fd60d92cfb6581e230e761d45742d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d851e6436f1b9ad6f7f14e4fb80bc45e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46a02d6ac788456f5c0ecd64f1351414\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_fae11566f224012950df79970a7af4c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de3ec1cb919c90b617098a11297ba5bb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18a8b7176e61c40e9e8e78b82445ac76\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_f92c577b9aa8f64e1fcb600bf8f74f8f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_461999ea933236aa9b3cf8e659885cb6\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ecc86ae25420780e367300421827975a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_bf2fc37e03ec44d0d61c5711f4409a38\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_a5be6353a3043deaaf49e34c515fba24\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e8fcfd118ca39a7a34dad97d9e2502a3\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_973e4c53e57fb8c4c85d8e25c5115733\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_4f357c6158281e2adba7e07b75cffdc1\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_954686deb70bd265842d87788e69ccdf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c20e4d596c9a4797bf0b9e12326fe073\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12815,125216,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12816,125216,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12817,125216,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12824,124715,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12825,124715,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12821,124586,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12822,124586,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12823,124586,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12826,124715,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12827,587,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:26;s:26:\"et_pb_fullwidth_post_title\";i:50;s:10:\"et_pb_text\";}'),(12828,587,'_et_dynamic_cached_attributes','a:2:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:9:\"specialty\";a:1:{i:0;s:3:\"off\";}}'),(12829,587,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12830,124805,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:12;s:10:\"et_pb_code\";i:16;s:9:\"et_pb_cta\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}'),(12831,124805,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:6:\"%%36%%\";}}'),(12832,124805,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:11:\"et-gf-actor\";s:13:\"Actor:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12833,125252,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:13:{s:46:\"et_pb_section_90a45e0b4002a0e75dc5f5d08413938b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c6fc6e9316d17710931fc3ed6d61585a\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0208e94bf5ba3c498de6b78ebc64dbab\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9a9b5624d0972d684ebb2c74e3eed525\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9fabbda20f1e44d345392c34bc51a26b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a2a50be879387641bee95d84d82f052f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_bba688139a095690c699ef8838529338\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_b197d474345b845283c3e8826d2db216\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_32794fa7647d97ed0ff1ed9b17f66fed\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6f8aebaf64a8b59a8af9d994cacb7ecb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_1d055dd6f0fcff8d928d54972c9d663c\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_d409182bcdcf306f22d96b94c51e25c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c709df707d0f351d4918b35b8911dccf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12834,125011,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:14;s:18:\"et_pb_contact_form\";i:16;s:9:\"et_pb_cta\";i:50;s:10:\"et_pb_text\";i:52;s:11:\"et_pb_video\";}'),(12835,125011,'_et_dynamic_cached_attributes','a:2:{s:15:\"animation_style\";a:3:{i:0;s:4:\"zoom\";i:1;s:5:\"slide\";i:2;s:4:\"fade\";}s:11:\"button_icon\";a:1:{i:0;s:17:\"&#x45;||divi||400\";}}'),(12836,125011,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(12841,125460,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:11:{s:46:\"et_pb_section_06028b1326768573957925836f1a480d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2e790ba1f531f3ffb1e0a5e7b7ed5455\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc5ca378fd29f2599cdad9ad81ba4d22\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f9ae1c650c2963223e0a31dae47a3bce\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a1d81b6d27ef20e33f8673de521a12de\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_80a586e62e4f265028eca8dc1fccc800\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a9e96febbb7425d774ffcf044d95bb37\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c1d097a75d9070e3867d9a25321273ca\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_32a9d887c1d9c4eeaee0b93552f942cb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_76c17d486439d9b837285e3fe0d8ad90\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}}}'),(12837,125011,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:23:{s:46:\"et_pb_section_27cc83767458cfc9d0ec7fc68d2fea1e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e0baafdf93205063d0b41bf6fb6c9a87\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d851e6436f1b9ad6f7f14e4fb80bc45e\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ff690810d089460eca14f5d8867872f2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_87a510086f454709544a9c736b293953\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_68443ca68e037a8bc403de73c92ad7c5\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18a8b7176e61c40e9e8e78b82445ac76\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_8cc846e04024fac805c72314a7696906\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c8d440eb68c7da9260a502f83c7af7e8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_24e997daf31bfb4b101bc07cebb23343\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_2fabb9d9a8d1b7969b2db014fca8937f\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_31fc6d0ff52b72615a1d0154ff80ae20\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_db863ef4f29483a6e5cc9995738ae790\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f596e90d0fbf1fcb75524e4148c8a635\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ae45420075626d034a902756b1d54f28\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_265b33ac224f95d56594ed5a243fe8dd\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0d657494256acd423e7910f2310d5ff2\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_46d5555d23efe8d344d3122fce7a5f69\";a:8:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_85b7c50b8b6ad1c34873e3fee1a39aaf\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_e59ef697ff68a6080fcdcdbf62b35fd2\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_87260d6b419c5c358386017f419d2222\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_fb1a7a32611c853320e4f627f1ad70a8\";a:5:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_6a4ba88c9d34adca0962be79e6dbc908\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(12838,125284,'_et_dynamic_cached_shortcodes','a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}'),(12839,125284,'_et_dynamic_cached_attributes','a:1:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}}'),(12840,125284,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:12:\"et-gf-judson\";s:25:\"Judson:regular,italic,700\";s:21:\"et-gf-source-sans-pro\";s:100:\"Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"enable_all_character_sets\":\"false\"}\";}'),(12842,124805,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:16:{s:46:\"et_pb_section_a613ed41d38957dc17f6527040c359eb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_924a9490d5c5329a0627d545543910cf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f08595692fe9c1f0622dbd4a60d90a77\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_35423055aa75c0907cea0f824621bfc7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1c92ef7a86db37ca8ba02317111b721d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_4761dcb333d0129101dbe05538cb5dcc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_90ebeb4abcd82c820ebdbc7535bb233b\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d171d4ca3d9e67c37f75ae0d3475234d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6dba152d1679a98ab46b3e98c8817950\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fa21bf1fad9eae08389a88e92c1ed46b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_bcccc7bb5b71d24d474fbef8a5de1a90\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_5c38b9a85643ad7b35c0d260586c890e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9e474c0326d96d0e3cd86ef0893a3060\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_990babcefff24f2ca702124ca6ca6a70\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a29dc5ce15832f357d87bdbaf51e1514\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_24bc03ada2ce9f7deaae6356519e5657\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),(12843,124995,'_et_builder_module_features_cache','a:2:{i:0;s:56:\"{\"gph\":-1,\"divi\":\"4.23.1\",\"wp\":\"5.8.8\",\"tb\":[],\"wpe\":[]}\";i:1;a:14:{s:46:\"et_pb_section_06028b1326768573957925836f1a480d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_db077e5a8a1c7c3c8d503593ad5aa915\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_631c69273346f8f057c755823e1a0a32\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c9ed94971eff24a155c1ae0ecaf7c441\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f52932d6aa27cd7fff888c27c9455283\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_80a586e62e4f265028eca8dc1fccc800\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_video_d70e6bc3d2b5f40992b5fa70110af457\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c1d097a75d9070e3867d9a25321273ca\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_32a9d887c1d9c4eeaee0b93552f942cb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_0d67a5341a935a552e61f8fb34eec2a4\";a:9:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"hov\";b:1;}s:46:\"et_pb_section_adb38d9092e0d383c8af0cdbf5f124ff\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6052e73331755a913c547b7100ac81e5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_538b686ce80a620826cc9f316c3ac5c4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');
/*!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` mediumtext NOT NULL,
  `post_excerpt` mediumtext 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` mediumtext NOT NULL,
  `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=125490 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,1,'2018-07-14 22:06:17','2018-07-14 22:06:17','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2018-07-14 22:06:17','2018-07-14 22:06:17','',0,'http://lukuverkosto.fi/home/?p=1',0,'post','',1),(2,1,'2018-07-14 22:06:17','2018-07-14 22:06:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" parallax=\"on\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" _i=\"0\" _address=\"0.0\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\" _i=\"1\" _address=\"0.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\" _i=\"0\" _address=\"1.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero\" _builder_version=\"3.22\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"2.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-2\" _builder_version=\"3.22\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"3.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-3\" _builder_version=\"3.22\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"4.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_id=\"vr-gear-header-demo\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _i=\"0\" _address=\"5.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"fullwidth-header-hero-4\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"6.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"textgif-demo\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"7.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|\" module_class=\"dwd-tunein-wrapper\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" custom_padding=\"120px||120px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"8.0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\" _i=\"1\" _address=\"8.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|phone\" module_class=\"fullwidth-popup-video\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"&lt;strong&gt;Divi.&lt;/strong&gt; The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"9.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\" _i=\"0\" _address=\"10.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"11.0\" /][/et_pb_section]','About','','publish','open','open','','about','','','2020-05-25 17:10:09','2020-05-25 17:10:09','',0,'http://lukuverkosto.fi/home/?page_id=2',0,'page','',0),(124482,1,'2020-05-25 17:10:06','2020-05-25 17:10:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" parallax=\"on\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" _i=\"0\" _address=\"0.0\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\" _i=\"1\" _address=\"0.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\" _i=\"0\" _address=\"1.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero\" _builder_version=\"3.22\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"2.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-2\" _builder_version=\"3.22\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"3.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-3\" _builder_version=\"3.22\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"4.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_id=\"vr-gear-header-demo\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _i=\"0\" _address=\"5.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"fullwidth-header-hero-4\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"6.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"textgif-demo\" _builder_version=\"3.22\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"7.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|\" module_class=\"dwd-tunein-wrapper\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" custom_padding=\"120px||120px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"8.0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\" _i=\"1\" _address=\"8.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|phone\" module_class=\"fullwidth-popup-video\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"&lt;strong&gt;Divi.&lt;/strong&gt; The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"9.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\" _i=\"0\" _address=\"10.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.22\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"11.0\" /][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-05-25 17:10:06','2020-05-25 17:10:06','',2,'https://lukuverkosto.fi/home/2-revision-v1/',0,'revision','',0),(123360,1,'2018-07-14 21:28:08','2018-07-14 21:28:08','','wood-11','','inherit','open','closed','','wood-11','','','2018-07-14 21:28:08','2018-07-14 21:28:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-11.jpg',0,'attachment','image/jpeg',0),(123359,1,'2018-07-14 21:28:06','2018-07-14 21:28:06','','wood-08-1','','inherit','open','closed','','wood-08-1','','','2018-07-14 21:28:06','2018-07-14 21:28:06','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-08-1.jpg',0,'attachment','image/jpeg',0),(123377,1,'2018-07-14 21:33:39','2018-07-14 21:33:39','','consultant-02-2','','inherit','open','closed','','consultant-02-2','','','2018-07-14 21:33:39','2018-07-14 21:33:39','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-02-2.jpg',0,'attachment','image/jpeg',0),(9,1,'2018-07-14 19:37:24','2018-07-14 19:37:24','/* Password Protect Form */\r\n\r\n.et_password_protected_form {\r\n padding: 100px;\r\n    height: 100vh;\r\n    background: lightgray;\r\n}','Divi','','publish','closed','closed','','divi','','','2020-11-28 12:23:44','2020-11-28 12:23:44','',0,'http://lukuverkosto.fi/home/uncategorized/divi/',0,'custom_css','',0),(13,1,'2018-07-14 19:54:21','2018-07-14 19:54:21','','Divi','','inherit','closed','closed','','9-revision-v1','','','2018-07-14 19:54:21','2018-07-14 19:54:21','',9,'http://lukuverkosto.fi/home/uncategorized/9-revision-v1/',0,'revision','',0),(14,1,'2018-07-14 20:15:38','2018-07-14 20:15:38','','vintage-18','','inherit','open','closed','','vintage-18','','','2018-07-14 20:15:38','2018-07-14 20:15:38','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-18.png',0,'attachment','image/png',0),(15,1,'2018-07-14 20:15:41','2018-07-14 20:15:41','','vintage-13','','inherit','open','closed','','vintage-13','','','2018-07-14 20:15:41','2018-07-14 20:15:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-13.jpg',0,'attachment','image/jpeg',0),(16,1,'2018-07-14 20:15:42','2018-07-14 20:15:42','','vintage-01','','inherit','open','closed','','vintage-01','','','2018-07-14 20:15:42','2018-07-14 20:15:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-01.jpg',0,'attachment','image/jpeg',0),(17,1,'2018-07-14 20:15:43','2018-07-14 20:15:43','','vintage-05','','inherit','open','closed','','vintage-05','','','2018-07-14 20:15:43','2018-07-14 20:15:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg',0,'attachment','image/jpeg',0),(18,1,'2018-07-14 20:15:44','2018-07-14 20:15:44','','vintage-11','','inherit','open','closed','','vintage-11','','','2018-07-14 20:15:44','2018-07-14 20:15:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-11.jpg',0,'attachment','image/jpeg',0),(19,1,'2018-07-14 20:15:45','2018-07-14 20:15:45','','vintage-10','','inherit','open','closed','','vintage-10','','','2018-07-14 20:15:45','2018-07-14 20:15:45','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-10.jpg',0,'attachment','image/jpeg',0),(20,1,'2018-07-14 20:15:45','2018-07-14 20:15:45','','image-mask-1','','inherit','open','closed','','image-mask-1','','','2018-07-14 20:15:45','2018-07-14 20:15:45','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/image-mask-1.png',0,'attachment','image/png',0),(50317,1,'2017-11-21 23:07:03','2017-11-21 23:07:03','[et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Feactured Collection\" _builder_version=\"3.0.89\" locked=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#d0bbaa\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-18.png\" padding_top_1=\"100px\" padding_bottom_1=\"100px\" padding_left_1=\"5%\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" background_size_2=\"contain\" background_position_2=\"center_left\" background_repeat_2=\"no-repeat\" admin_label=\"Collection CTA\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-13.jpg\" background_position=\"center_right\" background_repeat=\"repeat\" border_color_all=\"#d0bbaa\" animation_style=\"fold\" animation_intensity_fold=\"15%\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_left=\"5%\" padding_top=\"100px\" background_color=\"#d0bbaa\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"48px\" header_3_font=\"Oswald|||on|||||\" custom_margin=\"||30px|\" header_line_height=\"1.3em\"]\r\n<h3>Welcome!</h3>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_text_color=\"#46281e\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"48px\" header_2_text_color=\"#46281e\" custom_margin=\"|||\"]\r\n<h1>The Shop</h1>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_top=\"100px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-18.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_position=\"center_left\" background_repeat=\"no-repeat\"][et_pb_divider height=\"100px\" _builder_version=\"3.0.89\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_shop show_pagination=\"on\" columns_number=\"4\" icon_hover_color=\"#7e6550\" hover_overlay_color=\"rgba(242,238,234,0.9)\" hover_icon=\"%%3%%\" _builder_version=\"3.0.89\" title_font=\"Playfair Display||||||||\" title_font_size=\"18px\" price_font=\"Lora|700|||||||\" price_font_size=\"18px\" price_text_color=\"#d0bbaa\" border_width_all=\"1px\" border_color_all=\"#d0bbaa\" custom_margin=\"|||\" custom_padding=\"20px|20px|0px|20px\" locked=\"off\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Promotion Slider Section\" _builder_version=\"3.0.89\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row custom_padding=\"|||\" _builder_version=\"3.0.89\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"50px\" header_text_color=\"#7e6550\" header_2_font=\"Oswald|500||on|||||\" header_2_font_size=\"86px\" header_2_font_size_phone=\"76px\" header_2_font_size_last_edited=\"on|phone\" header_2_text_color=\"#7e6550\" header_2_letter_spacing=\"5px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"|||\" custom_margin_phone=\"-80px|||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n<h2>Don\'t Miss Out</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" admin_label=\"Promotion Slider\" _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.0.89\" header_font=\"Playfair Display|700|||||||\" header_line_height=\"1.3em\" body_font=\"Oswald|700||on|||||\" body_font_size=\"18px\" body_line_height=\"1.8em\"][et_pb_slide heading=\"Annual Winter Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-01.jpg\" background_color=\"#ffffff\"]\r\n\r\nDecember 25th – 31st\r\n\r\n[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#46281e\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-11.jpg\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-10.jpg\" padding_top_1=\"60px\" padding_right_1=\"40px\" padding_bottom_1=\"20px\" padding_left_1=\"40px\" padding_top_2=\"60px\" padding_right_2=\"60px\" padding_bottom_2=\"60px\" padding_left_2=\"60px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" background_color_gradient_start_1=\"#d0bbaa\" background_color_gradient_start_2=\"#46281e\" background_color_gradient_end_1=\"rgba(208,187,170,0)\" background_color_gradient_end_2=\"rgba(70,40,30,0)\" background_color_gradient_direction_1=\"90deg\" background_color_gradient_direction_2=\"90deg\" background_color_gradient_start_position_1=\"30%\" background_color_gradient_start_position_2=\"30%\" background_color_gradient_end_position_2=\"100%\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" admin_label=\"Shop Categories\" _builder_version=\"3.0.89\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"60px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-11.jpg\" background_color=\"#46281e\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d0bbaa\" background_color_gradient_end=\"rgba(208,187,170,0)\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"30%\" background_color_gradient_overlays_image=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h3>25% off All Sewing Machines</h3>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h2>End-of-Year Clearance Sale</h2>\r\n[/et_pb_text][et_pb_button button_text=\"Shop THis Sale\" button_alignment=\"left\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_padding=\"10px|30px|10px|30px\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#46271d\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#7e6550\" button_letter_spacing_hover=\"0\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-10.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#46281e\" background_color_gradient_end=\"rgba(70,40,30,0)\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h3>Buy 2, Get 1 Free</h3>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h2>Antique Appliance Promo</h2>\r\n[/et_pb_text][et_pb_button button_text=\"Shop This Deal\" button_alignment=\"left\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_padding=\"10px|30px|10px|30px\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#46281e\" button_bg_color=\"#d0bbaa\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Join Newsletter Section\" _builder_version=\"3.0.89\" custom_padding=\"54px|0px|110px|0px\" locked=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"|||\" custom_margin=\"|||\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/image-mask-1.png\" padding_top_1=\"5%\" padding_right_1=\"5%\" padding_bottom_1=\"5%\" padding_left_1=\"5%\" background_size_2=\"contain\" background_position_2=\"center_left\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.89\" background_position=\"top_left\" background_repeat=\"repeat\" border_width_all=\"7px\" border_color_all=\"#d0bbaa\" animation_style=\"fold\" animation_intensity_fold=\"15%\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_bottom=\"5%\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Get News About Sales &amp; New Products \" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.89\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"48px\" header_text_color=\"#46281e\" header_line_height=\"1.3em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_radii_fields=\"on||||\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#7e6550\" button_border_width=\"6px\" button_border_color=\"#7e6550\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_letter_spacing_hover=\"0\" use_focus_border_color=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec lacinia massa, non tristique enim. Maecenas vitae arcu in.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Vintage Store - Shop','','publish','closed','closed','','vintage-store-shop','','','2018-07-14 20:16:16','2018-07-14 20:16:16','',0,'http://lukuverkosto.fi/home/et_pb_layout/vintage-store-shop/',0,'et_pb_layout','',0),(10,1,'2018-07-14 19:37:24','2018-07-14 19:37:24','\n\nhtml, body {\n    max-width: 100%;\n    overflow-x: hidden;\n}\n\nbody {\n    background: url(\'../img/bg.jpg\');\n    background-position: top center;\n    background-color: #fff;\n    color: #fff;\n    font-family: \'Roboto\', \'Open Sans\', sans-serif;\n    font-size: 13px;\n    font-weight: 100;\n    padding-top: 100px;\n    padding-bottom: 170px;\n}\n\na {\n    color: #fff;\n    text-decoration: none;\n    outline: none;\n    outline-offset: 0;\n    padding-bottom: 5px;\n    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);\n    -webkit-transition: all .3s ease;\n    -moz-transition: all .3s ease;\n    transition: all .3s ease;\n}\n\na:hover, \na:active, \na:focus {\n    color: #fff;\n    text-decoration: none;\n    outline: none;\n    outline-offset: 0;\n    border-bottom: 1px solid transparent;\n}\n\n\nh1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {\n    font-family: \'Segoe UI\', \'Open Sans\', sans-serif;    \n}\n\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n    padding-right: 15px;\n    padding-left: 15px;\n}\n\n\n\n.burger-menu {\n    position: fixed;\n    top: 150px;\n    left: 82px;\n    cursor: pointer;\n    z-index: 999;\n}\n\n.burger {\n    width: 23px;\n    height: 3px;\n    background: rgba(255, 255, 255, 0.2);\n    margin-bottom: 3px;\n    display: block;\n    -webkit-transition: all .3s ease;\n    transition: all .3s ease;\n}\n\n.burger-menu:hover .burger {\n    background: #fff;\n    margin-bottom: 6px;\n}\n\n\n\n\n\nnav {\n    position: fixed;\n    top: 200px;\n    left: 60px;\n    z-index: 999;\n}\n\nnav ul li {\n    list-style: none;\n    margin-bottom: 3px;\n}\n\nnav ul li:hover {\n    list-style: none;\n}\n\nnav ul li a {\n    color: #7e7e7e;\n    font-weight: 300;\n    padding-bottom: 5px;\n    padding-right: 15px;\n    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);\n}\n\nnav ul li a:hover {\n    border-bottom: 1px dotted transparent;\n}\n\n.underline {\n    position: relative;\n	overflow: hidden;\n	display: inline-block;\n	margin-bottom: -14px;\n    -webkit-transition: all .7s ease;\n    transition: all .7s ease;\n}\n\n.underline:before {\n	content: \"\";\n	position: absolute;\n	left: -100%;\n	bottom: 0;\n	display: block;\n	width: 100%;\n	height: 1px;\n	background-color: #fff;\n    -webkit-transition: all .7s ease;\n    transition: all .7s ease;\n}\n\n.underline:hover:before {\n	left: 0;\n    -webkit-transition: all .7s ease;\n    transition: all .7s ease;\n}\n\n.tooltip.right {\n    margin-left: 10px;\n}\n\n\nnav ul li.active a {\n    color: #fff;\n    border-bottom: 1px solid #fff;\n}\n\n\nheader {\n    margin-bottom: 100px;\n}\n\n.hexagon {\n    overflow: hidden;\n    visibility: hidden;\n    border-radius: 50%;\n    -webkit-transform: rotate(120deg);\n       -moz-transform: rotate(120deg);\n        -ms-transform: rotate(120deg);\n         -o-transform: rotate(120deg);\n            transform: rotate(120deg);\n   \n}\n\n.hexagon-in1 {\n    overflow: hidden;\n    width: 100%;\n    height: 100%;\n    border-radius: 50%;\n    -webkit-transform: rotate(-60deg);\n       -moz-transform: rotate(-60deg);\n        -ms-transform: rotate(-60deg);\n         -o-transform: rotate(-60deg);\n            transform: rotate(-60deg);\n}\n\n.hexagon-in2 {\n    width: 100%;\n    height: 100%;\n    background-repeat: no-repeat;\n    background-position: 46% 6%;\n    background-image: url(\'../img/face-a.jpg\');\n    background-size: 172%;\n    visibility: visible;\n    -webkit-transform: rotate(-60deg);\n    -moz-transform: rotate(-60deg);\n    -ms-transform: rotate(-60deg);\n    -o-transform: rotate(-60deg);\n    transform: rotate(-60deg);\n    -webkit-transition: all 1s ease;\n    transition: all 1s ease;\n}\n\n.hexagon-in2:hover {\n    background-image: url(\'../img/face-aa.jpg\');\n    background-position: 17% 13%;\n    background-size: 137%;\n}\n\n\n.hexagon1 {\n    width: 400px;\n    height: 275px;\n    margin: 0 auto;\n    margin-bottom: -28px;\n}\n\n.shadow {\n    background: url(\'../img/shadow.png\');\n    width: 256px;\n    height: 88px;\n    margin: 0 auto;\n    margin-bottom: 10px;\n}\n\n.intro {\n    font-size: 18px;\n    font-weight: 100;\n}\n\n.fat {\n    font-weight: 900;\n}\n\n.question {\n    width: 29px;\n    height: 29px;\n    background: url(\'../img/question.png\');\n    display: inline-block;\n    margin: 15px 0 20px 0;\n}\n\n.intro-second {\n    color: #808080;\n    font-size: 14px;\n    font-style: italic;\n    font-weight: 300;\n    margin-top: 25px;\n    padding-top: 25px;\n    border-top: 1px dotted rgba(128, 128, 128, 0.2);\n}\n\n.intent {\n    margin-left: -117px;\n}\n\n\n\nul {\n    padding: 0;\n    margin: 0;\n    margin-left: -5px;\n}\n\n\nul li {\n    list-style-image: url(\'../img/list-style.png\');\n    padding: 10px 0 10px 27px;\n    -webkit-transition: all .3s ease;\n    transition: all .3s ease;\n}\n\nul li:hover {\n    list-style-image: url(\'../img/list-style-on.png\');\n}\n\nul li:last-child {\n    margin-bottom: 50px;\n}\n\n.dark-txt {\n    color: #7e7e7e;\n    font-weight: 300;\n}\n\n.light-txt {\n    color: #fff;\n    font-weight: 300;\n}\n\n/* Category ------------------------------------------------- */\n\n.category .title {\n    position: relative;\n    right: 110%;\n    text-align: right;\n    list-style: none;\n}\n\n.category .title-icon {\n    position: relative;\n    top: -23px;\n    left: 105%;\n    height: 29px;\n    width: 29px;\n    display: block;\n}\n\n.profile-icon {\n    background: url(\'../img/profile.png\');\n}\n\n.work-experience-icon {\n    background: url(\'../img/work-experience.png\');\n}\n\n.education-icon {\n    background: url(\'../img/education.png\');\n}\n\n.skills-icon {\n    background: url(\'../img/skills.png\');\n}\n\n.interests-icon {\n    background: url(\'../img/interests.png\');\n}\n\n.portfolio-icon {\n    background: url(\'../img/portfolio.png\');\n}\n\n.contact-icon {\n    background: url(\'../img/contact.png\');\n}\n\n\n.swiper-container {\n    width: 200px;\n    height: 350px;\n    color: #fff;\n    text-align: center;\n    cursor: e-resize;\n}\n\n.swiper-slide {\n    height: 100%;\n    float: left;\n    opacity: .4;\n    -webkit-transition: all .3s ease;\n    -moz-transition: all .3s ease;\n    transition: all .3s ease;\n}\n\n.swiper-slide:hover {\n    opacity: 1;\n}\n\n\n.rw-words{\n	display: inline;\n	text-indent: 10px;\n    font-size: 18px;\n    font-weight: 100;\n}\n.rw-words-1 span{\n	position: absolute;\n	opacity: 0;\n	overflow: hidden;\n	-webkit-animation: rotateWord 9s linear infinite 0s;\n	-ms-animation: rotateWord 9s linear infinite 0s;\n	animation: rotateWord 9s linear infinite 0s;\n}\n.rw-words-1 span:nth-child(2) { \n    -webkit-animation-delay: 3s; \n	-ms-animation-delay: 3s; \n	animation-delay: 3s; \n}\n.rw-words-1 span:nth-child(3) { \n    -webkit-animation-delay: 6s; \n	-ms-animation-delay: 6s; \n	animation-delay: 6s; \n}\n\n@-webkit-keyframes rotateWord {\n    0% { opacity: 0; }\n    2% { opacity: 0; -webkit-transform: translateY(-30px); }\n	5% { opacity: 1; -webkit-transform: translateY(0px);}\n    25% { opacity: 1; -webkit-transform: translateY(0px); }\n	40% { opacity: 0; -webkit-transform: translateY(30px); }\n	80% { opacity: 0; }\n    100% { opacity: 0; }\n}\n@-ms-keyframes rotateWord {\n    0% { opacity: 0; }\n    2% { opacity: 0; -ms-transform: translateY(-30px); }\n	5% { opacity: 1; -ms-transform: translateY(0px);}\n    25% { opacity: 1; -ms-transform: translateY(0px); }\n	40% { opacity: 0; -ms-transform: translateY(30px); }\n	80% { opacity: 0; }\n    100% { opacity: 0; }\n}\n@keyframes rotateWord {\n    0% { opacity: 0; }\n    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }\n	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}\n    25% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }\n	40% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }\n	80% { opacity: 0; }\n    100% { opacity: 0; }\n}\n@media screen and (max-width: 768px){\n	.rw-sentence { font-size: 18px; }\n}\n@media screen and (max-width: 320px){\n	.rw-sentence { font-size: 9px; }\n}\n\n/* Contact form ------------------------------------------------- */\n\n.input-group-addon {\n    padding: 6px 12px;\n    font-size: 14px;\n    font-weight: normal;\n    line-height: 1;\n    color: rgba(255, 255, 255, 0.2);\n    text-align: center;\n    background-color: rgba(45, 45, 45, 0);\n    border: 1px solid rgba(204, 204, 204, 0.1);\n    border-radius: 4px;\n}\n\n.form-control {\n    display: block;\n    width: 100%;\n    height: 34px;\n    padding: 6px 12px;\n    font-size: 13px;\n    line-height: 1.42857143;\n    color: #FFF;\n    background-color: rgba(255, 255, 255, 0);\n    background-image: none;\n    border: 1px solid rgba(204, 204, 204, 0.1);\n    border-radius: 4px;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n\n.btn {\n    display: inline-block;\n    padding: 6px 16px;\n    margin-bottom: 0;\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.42857143;\n    text-align: center;\n    white-space: nowrap;\n    vertical-align: middle;\n    cursor: pointer;\n    background-image: none;\n    border: 1px solid transparent;\n    border-radius: 4px;\n    -webkit-transition: all .3s ease;\n    -moz-transition: all .3s ease;\n    transition: all .3s ease;\n}\n\n.btn-success {\n    color: #fff;\n    background-color: rgba(0, 0, 0, 0);\n    border-color: rgba(255, 255, 255, 0.1);\n}\n\n.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {\n    color: #000;\n    background-color: #FFFFFF;\n    border-color: #FFFFFF;\n}\n\n#contact ul li:last-child {\n    list-style: none;\n}','Divi','','inherit','closed','closed','','9-revision-v1','','','2018-07-14 19:37:24','2018-07-14 19:37:24','',9,'http://lukuverkosto.fi/home/uncategorized/9-revision-v1/',0,'revision','',0),(11,1,'2018-07-14 19:38:03','2018-07-14 19:38:03','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]\r\n\r\nThis is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2018-07-14 19:38:03','2018-07-14 19:38:03','',2,'http://lukuverkosto.fi/home/uncategorized/2-revision-v1/',0,'revision','',0),(50318,1,'2018-07-14 20:16:16','2018-07-14 20:16:16','[et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Feactured Collection\" _builder_version=\"3.0.89\" locked=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#d0bbaa\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-18.png\" padding_top_1=\"100px\" padding_bottom_1=\"100px\" padding_left_1=\"5%\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" background_size_2=\"contain\" background_position_2=\"center_left\" background_repeat_2=\"no-repeat\" admin_label=\"Collection CTA\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-13.jpg\" background_position=\"center_right\" background_repeat=\"repeat\" border_color_all=\"#d0bbaa\" animation_style=\"fold\" animation_intensity_fold=\"15%\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_left=\"5%\" padding_top=\"100px\" background_color=\"#d0bbaa\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"48px\" header_3_font=\"Oswald|||on|||||\" custom_margin=\"||30px|\" header_line_height=\"1.3em\"]\r\n<h3>Welcome!</h3>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_text_color=\"#46281e\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"48px\" header_2_text_color=\"#46281e\" custom_margin=\"|||\"]\r\n<h1>The Shop</h1>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_top=\"100px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-18.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_position=\"center_left\" background_repeat=\"no-repeat\"][et_pb_divider height=\"100px\" _builder_version=\"3.0.89\" locked=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_shop show_pagination=\"on\" columns_number=\"4\" icon_hover_color=\"#7e6550\" hover_overlay_color=\"rgba(242,238,234,0.9)\" hover_icon=\"%%3%%\" _builder_version=\"3.0.89\" title_font=\"Playfair Display||||||||\" title_font_size=\"18px\" price_font=\"Lora|700|||||||\" price_font_size=\"18px\" price_text_color=\"#d0bbaa\" border_width_all=\"1px\" border_color_all=\"#d0bbaa\" custom_margin=\"|||\" custom_padding=\"20px|20px|0px|20px\" locked=\"off\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Promotion Slider Section\" _builder_version=\"3.0.89\" custom_padding=\"0px|0px|0px|0px\" locked=\"off\"][et_pb_row custom_padding=\"|||\" _builder_version=\"3.0.89\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"50px\" header_text_color=\"#7e6550\" header_2_font=\"Oswald|500||on|||||\" header_2_font_size=\"86px\" header_2_font_size_phone=\"76px\" header_2_font_size_last_edited=\"on|phone\" header_2_text_color=\"#7e6550\" header_2_letter_spacing=\"5px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"|||\" custom_margin_phone=\"-80px|||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n<h2>Don\'t Miss Out</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" admin_label=\"Promotion Slider\" _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.0.89\" header_font=\"Playfair Display|700|||||||\" header_line_height=\"1.3em\" body_font=\"Oswald|700||on|||||\" body_font_size=\"18px\" body_line_height=\"1.8em\"][et_pb_slide heading=\"Annual Winter Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-01.jpg\" background_color=\"#ffffff\"]\r\n\r\nDecember 25th – 31st\r\n\r\n[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][et_pb_slide heading=\"Annual Black Friday Sale!\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(70,40,30,0.3)\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-05.jpg\" background_color=\"#ffffff\"]November 24th – 26th[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#46281e\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-11.jpg\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-10.jpg\" padding_top_1=\"60px\" padding_right_1=\"40px\" padding_bottom_1=\"20px\" padding_left_1=\"40px\" padding_top_2=\"60px\" padding_right_2=\"60px\" padding_bottom_2=\"60px\" padding_left_2=\"60px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" background_color_gradient_start_1=\"#d0bbaa\" background_color_gradient_start_2=\"#46281e\" background_color_gradient_end_1=\"rgba(208,187,170,0)\" background_color_gradient_end_2=\"rgba(70,40,30,0)\" background_color_gradient_direction_1=\"90deg\" background_color_gradient_direction_2=\"90deg\" background_color_gradient_start_position_1=\"30%\" background_color_gradient_start_position_2=\"30%\" background_color_gradient_end_position_2=\"100%\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" admin_label=\"Shop Categories\" _builder_version=\"3.0.89\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"40px\" padding_right=\"40px\" padding_top=\"60px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-11.jpg\" background_color=\"#46281e\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d0bbaa\" background_color_gradient_end=\"rgba(208,187,170,0)\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"30%\" background_color_gradient_overlays_image=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h3>25% off All Sewing Machines</h3>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h2>End-of-Year Clearance Sale</h2>\r\n[/et_pb_text][et_pb_button button_text=\"Shop THis Sale\" button_alignment=\"left\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_padding=\"10px|30px|10px|30px\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#46271d\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#7e6550\" button_letter_spacing_hover=\"0\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/vintage-10.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#46281e\" background_color_gradient_end=\"rgba(70,40,30,0)\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h3>Buy 2, Get 1 Free</h3>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Lora||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"56px\" header_line_height=\"1.3em\" header_2_font=\"Playfair Display|700|||||||\" header_2_font_size=\"32px\" header_3_font=\"Oswald|||on|||||\" header_3_font_size=\"16px\" custom_margin=\"||30px|\" locked=\"off\"]\r\n<h2>Antique Appliance Promo</h2>\r\n[/et_pb_text][et_pb_button button_text=\"Shop This Deal\" button_alignment=\"left\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_padding=\"10px|30px|10px|30px\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#46281e\" button_bg_color=\"#d0bbaa\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f2eeea\" admin_label=\"Join Newsletter Section\" _builder_version=\"3.0.89\" custom_padding=\"54px|0px|110px|0px\" locked=\"off\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"|||\" custom_margin=\"|||\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/image-mask-1.png\" padding_top_1=\"5%\" padding_right_1=\"5%\" padding_bottom_1=\"5%\" padding_left_1=\"5%\" background_size_2=\"contain\" background_position_2=\"center_left\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.89\" background_position=\"top_left\" background_repeat=\"repeat\" border_width_all=\"7px\" border_color_all=\"#d0bbaa\" animation_style=\"fold\" animation_intensity_fold=\"15%\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_bottom=\"5%\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Get News About Sales &amp; New Products \" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.89\" header_font=\"Playfair Display|700|||||||\" header_font_size=\"48px\" header_text_color=\"#46281e\" header_line_height=\"1.3em\" body_font=\"Lora||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_radii_fields=\"on||||\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#7e6550\" button_border_width=\"6px\" button_border_color=\"#7e6550\" button_border_radius=\"0px\" button_font=\"Lora|700||on|||||\" button_letter_spacing_hover=\"0\" use_focus_border_color=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec lacinia massa, non tristique enim. Maecenas vitae arcu in.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Vintage Store - Shop','','inherit','closed','closed','','50317-revision-v1','','','2018-07-14 20:16:16','2018-07-14 20:16:16','',50317,'http://lukuverkosto.fi/home/uncategorized/50317-revision-v1/',0,'revision','',0),(50319,1,'2018-07-14 20:36:08','2018-07-14 20:36:08','','computer-1245714_1920','','inherit','open','closed','','computer-1245714_1920','','','2018-07-14 20:36:08','2018-07-14 20:36:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg',0,'attachment','image/jpeg',0),(50320,1,'2018-07-14 20:36:10','2018-07-14 20:36:10','','computer-767781_1280','','inherit','open','closed','','computer-767781_1280','','','2018-07-14 20:36:10','2018-07-14 20:36:10','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg',0,'attachment','image/jpeg',0),(50321,1,'2018-07-14 20:36:11','2018-07-14 20:36:11','','BMW_XSeries_Overview_BM5_Adventures-Await_image02','','inherit','open','closed','','bmw_xseries_overview_bm5_adventures-await_image02','','','2018-07-14 20:36:11','2018-07-14 20:36:11','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg',0,'attachment','image/jpeg',0),(50322,1,'2018-07-14 20:36:12','2018-07-14 20:36:12','','bmw_x6','','inherit','open','closed','','bmw_x6','','','2018-07-14 20:36:12','2018-07-14 20:36:12','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg',0,'attachment','image/jpeg',0),(50323,1,'2018-07-14 20:36:12','2018-07-14 20:36:12','','joshua-earle-133254','','inherit','open','closed','','joshua-earle-133254','','','2018-07-14 20:36:12','2018-07-14 20:36:12','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg',0,'attachment','image/jpeg',0),(50324,1,'2018-07-14 20:36:15','2018-07-14 20:36:15','','dwd-mouse-scroll-1','','inherit','open','closed','','dwd-mouse-scroll-1','','','2018-07-14 20:36:15','2018-07-14 20:36:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png',0,'attachment','image/png',0),(50325,1,'2018-07-14 20:36:15','2018-07-14 20:36:15','','gear-vr-hero','','inherit','open','closed','','gear-vr-hero','','','2018-07-14 20:36:15','2018-07-14 20:36:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg',0,'attachment','image/jpeg',0),(50326,1,'2018-07-14 20:36:17','2018-07-14 20:36:17','','gear-vr-powered-by','','inherit','open','closed','','gear-vr-powered-by','','','2018-07-14 20:36:17','2018-07-14 20:36:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png',0,'attachment','image/png',0),(50327,1,'2018-07-14 20:36:17','2018-07-14 20:36:17','','listen-background','','inherit','open','closed','','listen-background','','','2018-07-14 20:36:17','2018-07-14 20:36:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg',0,'attachment','image/jpeg',0),(50328,1,'2018-07-14 20:36:19','2018-07-14 20:36:19','','diviheader-bg-min','','inherit','open','closed','','diviheader-bg-min','','','2018-07-14 20:36:19','2018-07-14 20:36:19','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg',0,'attachment','image/jpeg',0),(50329,1,'2018-07-14 20:36:20','2018-07-14 20:36:20','','office-581131_1920-1','','inherit','open','closed','','office-581131_1920-1','','','2018-07-14 20:36:20','2018-07-14 20:36:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg',0,'attachment','image/jpeg',0),(50330,1,'2018-07-14 20:36:22','2018-07-14 20:36:22','','crete-2651290_1920','','inherit','open','closed','','crete-2651290_1920','','','2018-07-14 20:36:22','2018-07-14 20:36:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg',0,'attachment','image/jpeg',0),(123318,1,'2018-01-08 00:14:17','2018-01-08 00:14:17','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\"]\r\n\r\nComing soon to Win Your New Car – Win A New BMW i8! Win Your New Car is the best car competition available, compete to win new cars every month…TAX FREE!*\r\n\r\n[/et_pb_fullwidth_dwd_popup][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\"]\r\n\r\nThis will replicate boxes from the background URL you provided with the same background image and make these boxes move in perspective towards the viewer. This will spice up and add some jazz to background image. Note: This might not work with older browsers. (Inspired by Filippo Bello’s Portfolio)\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" module_class=\"fullwidth-header-hero\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nOur custom Divi fullwidth header extended module, It has 2 title effects, typing and text rotator. We’ve also added 2 background effects, particle effect and animated gradient effect. Subhead can be before or after title. Not only that, we have added animation to the whole content or you can set individual on title, subhead, content and buttons!\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" transparent_background=\"off\" parallax=\"on\" module_class=\"fullwidth-header-hero-2\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nWhat you are seeing here is just a demo of what our Custom Fullwidth Header Extended Module can do so far. With text rotator effect applied to the title. We also added animation on title, subhead, contents and even buttons! Try refreshing again to see the effect. Not only that, The whole div can be animated.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" transparent_background=\"off\" module_class=\"fullwidth-header-hero-3\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nIn this section, you will be able to see the whole div animated from the right. Cool isn\'t? Individual effect on title, subheading, content and button will be deactivated.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" transparent_background=\"off\" parallax=\"on\" module_id=\"vr-gear-header-demo\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\"]\r\n\r\nYour Samsung GALAXY smartphone can take you to another world with the Gear VR. It’s virtual reality, anytime, anywhere.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" parallax_method=\"off\" module_class=\"fullwidth-header-hero-4\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nYou can have many in and out animation for Textillate effect as well as the type of animation (Sequence, Reverse, Sync and Shuffle) for both In and Out. We use gradient background on this section too.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" parallax_method=\"off\" padding_mobile=\"off\" module_class=\"textgif-demo\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nYou can use this TextGIF effect to make your text like a hole in the page by using gif images. We are using the gif on the right as an example.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" transparent_background=\"off\" parallax_method=\"off\" padding_mobile=\"off\" custom_padding_last_edited=\"off|\" custom_padding=\"120px||120px|\" module_class=\"dwd-tunein-wrapper\" custom_padding_tablet=\"50px|0|50px|0\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\"]\r\n<h3>Artist</h3>\r\nDaniel Romano\r\n\r\n[/et_pb_text_extender][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" transparent_background=\"off\" parallax_method=\"off\" padding_mobile=\"off\" module_class=\"fullwidth-popup-video\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|phone\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended title=\"<strong>Divi.</strong> The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nIt will change the way you build websites forever.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\"]\r\n\r\nWe are using Interactive Background Effect too. This will move your background image on mouse move. Mobile and Tablet will not have this effect. Note: KenBurns and Parallax will not work with this. Make sure you turn them off.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nIt’s hard to find a spot on Lefkada Island that doesn’t have spectacular views of the crystal clear Ionian Sea, but Egremnoi (or Egremni) beach on the west coast is particularly stunning.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section]','FHEDemoOne','','publish','closed','closed','','fhedemoone','','','2018-07-14 20:48:35','2018-07-14 20:48:35','',0,'http://lukuverkosto.fi/home/et_pb_layout/fhedemoone/',0,'et_pb_layout','',0),(123319,1,'2018-07-14 20:37:21','2018-07-14 20:37:21','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\"]\r\n\r\nComing soon to Win Your New Car – Win A New BMW i8! Win Your New Car is the best car competition available, compete to win new cars every month…TAX FREE!*\r\n\r\n[/et_pb_fullwidth_dwd_popup][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\"]\r\n\r\nThis will replicate boxes from the background URL you provided with the same background image and make these boxes move in perspective towards the viewer. This will spice up and add some jazz to background image. Note: This might not work with older browsers. (Inspired by Filippo Bello’s Portfolio)\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" module_class=\"fullwidth-header-hero\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nOur custom Divi fullwidth header extended module, It has 2 title effects, typing and text rotator. We’ve also added 2 background effects, particle effect and animated gradient effect. Subhead can be before or after title. Not only that, we have added animation to the whole content or you can set individual on title, subhead, content and buttons!\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" transparent_background=\"off\" parallax=\"on\" module_class=\"fullwidth-header-hero-2\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nWhat you are seeing here is just a demo of what our Custom Fullwidth Header Extended Module can do so far. With text rotator effect applied to the title. We also added animation on title, subhead, contents and even buttons! Try refreshing again to see the effect. Not only that, The whole div can be animated.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" transparent_background=\"off\" module_class=\"fullwidth-header-hero-3\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nIn this section, you will be able to see the whole div animated from the right. Cool isn\'t? Individual effect on title, subheading, content and button will be deactivated.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" transparent_background=\"off\" parallax=\"on\" module_id=\"vr-gear-header-demo\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\"]\r\n\r\nYour Samsung GALAXY smartphone can take you to another world with the Gear VR. It’s virtual reality, anytime, anywhere.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" parallax_method=\"off\" module_class=\"fullwidth-header-hero-4\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"3.0.76\" custom_padding_phone=\"0px|0px|0px|0px\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nYou can have many in and out animation for Textillate effect as well as the type of animation (Sequence, Reverse, Sync and Shuffle) for both In and Out. We use gradient background on this section too.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" parallax_method=\"off\" padding_mobile=\"off\" module_class=\"textgif-demo\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nYou can use this TextGIF effect to make your text like a hole in the page by using gif images. We are using the gif on the right as an example.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" transparent_background=\"off\" parallax_method=\"off\" padding_mobile=\"off\" custom_padding_last_edited=\"off|\" custom_padding=\"120px||120px|\" module_class=\"dwd-tunein-wrapper\" custom_padding_tablet=\"50px|0|50px|0\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\"]\r\n<h3>Artist</h3>\r\nDaniel Romano\r\n\r\n[/et_pb_text_extender][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" transparent_background=\"off\" parallax_method=\"off\" padding_mobile=\"off\" module_class=\"fullwidth-popup-video\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_last_edited=\"off|phone\" _builder_version=\"3.0.76\"][et_pb_fullwidth_header_extended title=\"<strong>Divi.</strong> The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\"]\r\n\r\nIt will change the way you build websites forever.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\"]\r\n\r\nWe are using Interactive Background Effect too. This will move your background image on mouse move. Mobile and Tablet will not have this effect. Note: KenBurns and Parallax will not work with this. Make sure you turn them off.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\"]\r\n\r\nIt’s hard to find a spot on Lefkada Island that doesn’t have spectacular views of the crystal clear Ionian Sea, but Egremnoi (or Egremni) beach on the west coast is particularly stunning.\r\n\r\n[/et_pb_fullwidth_header_extended][/et_pb_section]','FHEDemoOne','','inherit','closed','closed','','123318-revision-v1','','','2018-07-14 20:37:21','2018-07-14 20:37:21','',123318,'http://lukuverkosto.fi/home/uncategorized/123318-revision-v1/',0,'revision','',0),(1032,1,'2017-04-24 19:18:57','2017-04-24 19:18:57','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Team Members%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Team Members</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Person\" name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" animation=\"off\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-person ally-left\" header_font_size=\"24\" saved_tabs=\"all\"] [/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Person\" name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" animation=\"off\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-person ally-bottom\" header_font_size=\"24\"] [/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Person\" name=\"Yamel Rosales\" position=\"Photographer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" animation=\"off\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-person ally-right\" header_font_size=\"24\"] [/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_team_member admin_label=\"Person with overlay\" name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" animation=\"off\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-person ally-left ally-person-overlay\" header_font_size=\"24\" saved_tabs=\"all\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Sed porttitor lectus nibh.\n\n[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_team_member admin_label=\"Person with overlay\" name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" animation=\"off\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-person ally-bottom ally-person-overlay\" header_font_size=\"24\" facebook_url=\"#\" twitter_url=\"#\" linkedin_url=\"#\"]\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Sed porttitor lectus nibh.\n\n[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Team Members - Page Layout','','publish','closed','closed','','ally-team-members-page-layout','','','2017-04-24 19:18:57','2017-04-24 19:18:57','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-team-members-page-layout/',0,'et_pb_layout','',0),(1035,1,'2017-04-24 19:19:48','2017-04-24 19:19:48','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonials%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Testimonials</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" module_class=\"ally-testimonial ally-left\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" module_class=\"ally-testimonial ally-right\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial ally-left\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial ally-right\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonial Slider%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3 class=\"ally-lines\">Testimonial Slider</h3>\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" saved_tabs=\"all\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" top_padding=\"40px\" top_padding_last_edited=\"on|tablet\" bottom_padding=\"40px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" header_font_size=\"36\" header_font_size_tablet=\"30\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|phone\" header_text_color=\"#000000\" body_font_size=\"17\" body_font_size_tablet=\"16\" body_font_size_phone=\"15\" body_font_size_last_edited=\"on|phone\" body_text_color=\"#000000\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-testimonial-slider\"] [et_pb_slide heading=\"The results were amazing\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat. <em>- Ally McCain</em> [/et_pb_slide][et_pb_slide heading=\"So simple and so easy to use\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat. <em>- Miriam Dolores</em> [/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Testimonials - Page Layout','','publish','closed','closed','','ally-testimonials-page-layout','','','2017-04-24 19:19:48','2017-04-24 19:19:48','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-testimonials-page-layout/',0,'et_pb_layout','',0),(123344,1,'2018-07-14 21:27:55','2018-07-14 21:27:55','','header-img','','inherit','open','closed','','header-img','','','2018-07-14 21:27:55','2018-07-14 21:27:55','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png',0,'attachment','image/png',0),(123345,1,'2018-07-14 21:27:55','2018-07-14 21:27:55','','wood-01','','inherit','open','closed','','wood-01','','','2018-07-14 21:27:55','2018-07-14 21:27:55','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-01.jpg',0,'attachment','image/jpeg',0),(123346,1,'2018-07-14 21:27:57','2018-07-14 21:27:57','','feature-3','','inherit','open','closed','','feature-3','','','2018-07-14 21:27:57','2018-07-14 21:27:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png',0,'attachment','image/png',0),(123347,1,'2018-07-14 21:27:57','2018-07-14 21:27:57','','feature-2','','inherit','open','closed','','feature-2','','','2018-07-14 21:27:57','2018-07-14 21:27:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png',0,'attachment','image/png',0),(123348,1,'2018-07-14 21:27:57','2018-07-14 21:27:57','','feature-1','','inherit','open','closed','','feature-1','','','2018-07-14 21:27:57','2018-07-14 21:27:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png',0,'attachment','image/png',0),(123349,1,'2018-07-14 21:27:58','2018-07-14 21:27:58','','wood-02','','inherit','open','closed','','wood-02','','','2018-07-14 21:27:58','2018-07-14 21:27:58','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-02.jpg',0,'attachment','image/jpeg',0),(123350,1,'2018-07-14 21:27:59','2018-07-14 21:27:59','','img-7','','inherit','open','closed','','img-7','','','2018-07-14 21:27:59','2018-07-14 21:27:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg',0,'attachment','image/jpeg',0),(123351,1,'2018-07-14 21:27:59','2018-07-14 21:27:59','','wood-03','','inherit','open','closed','','wood-03','','','2018-07-14 21:27:59','2018-07-14 21:27:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-03.jpg',0,'attachment','image/jpeg',0),(123352,1,'2018-07-14 21:28:00','2018-07-14 21:28:00','','wood-05','','inherit','open','closed','','wood-05','','','2018-07-14 21:28:00','2018-07-14 21:28:00','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-05.jpg',0,'attachment','image/jpeg',0),(123353,1,'2018-07-14 21:28:01','2018-07-14 21:28:01','','wood-21','','inherit','open','closed','','wood-21','','','2018-07-14 21:28:01','2018-07-14 21:28:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-21.jpg',0,'attachment','image/jpeg',0),(123354,1,'2018-07-14 21:28:02','2018-07-14 21:28:02','','wood-18','','inherit','open','closed','','wood-18','','','2018-07-14 21:28:02','2018-07-14 21:28:02','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-18.jpg',0,'attachment','image/jpeg',0),(123355,1,'2018-07-14 21:28:02','2018-07-14 21:28:02','','img-8','','inherit','open','closed','','img-8','','','2018-07-14 21:28:02','2018-07-14 21:28:02','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-8.jpg',0,'attachment','image/jpeg',0),(123356,1,'2018-07-14 21:28:02','2018-07-14 21:28:02','','wood-17','','inherit','open','closed','','wood-17','','','2018-07-14 21:28:02','2018-07-14 21:28:02','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-17.jpg',0,'attachment','image/jpeg',0),(123357,1,'2018-07-14 21:28:03','2018-07-14 21:28:03','','img-6','','inherit','open','closed','','img-6','','','2018-07-14 21:28:03','2018-07-14 21:28:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-6.jpg',0,'attachment','image/jpeg',0),(123358,1,'2018-07-14 21:28:03','2018-07-14 21:28:03','','wood-12','','inherit','open','closed','','wood-12','','','2018-07-14 21:28:03','2018-07-14 21:28:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-12.jpg',0,'attachment','image/jpeg',0),(123361,1,'2018-07-14 21:28:08','2018-07-14 21:28:08','','wood-10','','inherit','open','closed','','wood-10','','','2018-07-14 21:28:08','2018-07-14 21:28:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-10.jpg',0,'attachment','image/jpeg',0),(123362,1,'2018-07-14 21:28:09','2018-07-14 21:28:09','','wood-09','','inherit','open','closed','','wood-09','','','2018-07-14 21:28:09','2018-07-14 21:28:09','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-09.jpg',0,'attachment','image/jpeg',0),(123363,1,'2018-07-14 21:28:09','2018-07-14 21:28:09','','wood-13','','inherit','open','closed','','wood-13','','','2018-07-14 21:28:09','2018-07-14 21:28:09','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-13.jpg',0,'attachment','image/jpeg',0),(123364,1,'2018-07-14 21:28:11','2018-07-14 21:28:11','','wood-15','','inherit','open','closed','','wood-15','','','2018-07-14 21:28:11','2018-07-14 21:28:11','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-15.jpg',0,'attachment','image/jpeg',0),(123365,1,'2018-07-14 21:28:11','2018-07-14 21:28:11','','wood-14','','inherit','open','closed','','wood-14','','','2018-07-14 21:28:11','2018-07-14 21:28:11','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-14.jpg',0,'attachment','image/jpeg',0),(123366,1,'2018-07-14 21:28:12','2018-07-14 21:28:12','','wood-06','','inherit','open','closed','','wood-06','','','2018-07-14 21:28:12','2018-07-14 21:28:12','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-06.jpg',0,'attachment','image/jpeg',0),(123367,1,'2018-07-14 21:28:13','2018-07-14 21:28:13','','wood-22','','inherit','open','closed','','wood-22','','','2018-07-14 21:28:13','2018-07-14 21:28:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-22.jpg',0,'attachment','image/jpeg',0),(123368,1,'2018-07-14 21:28:13','2018-07-14 21:28:13','','wood-23','','inherit','open','closed','','wood-23','','','2018-07-14 21:28:13','2018-07-14 21:28:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-23.jpg',0,'attachment','image/jpeg',0),(123369,1,'2018-07-14 21:28:15','2018-07-14 21:28:15','','wood-16','','inherit','open','closed','','wood-16','','','2018-07-14 21:28:15','2018-07-14 21:28:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-16.jpg',0,'attachment','image/jpeg',0),(123370,1,'2018-07-14 21:28:15','2018-07-14 21:28:15','','wood-20','','inherit','open','closed','','wood-20','','','2018-07-14 21:28:15','2018-07-14 21:28:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-20.jpg',0,'attachment','image/jpeg',0),(123371,1,'2018-07-14 21:28:16','2018-07-14 21:28:16','','wood-19','','inherit','open','closed','','wood-19','','','2018-07-14 21:28:16','2018-07-14 21:28:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-19.jpg',0,'attachment','image/jpeg',0),(123372,1,'2018-07-14 21:28:16','2018-07-14 21:28:16','','wood-21-1','','inherit','open','closed','','wood-21-1','','','2018-07-14 21:28:16','2018-07-14 21:28:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-21-1.jpg',0,'attachment','image/jpeg',0),(123373,1,'2018-07-14 21:28:16','2018-07-14 21:28:16','','wood-07','','inherit','open','closed','','wood-07','','','2018-07-14 21:28:16','2018-07-14 21:28:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-07.jpg',0,'attachment','image/jpeg',0),(123374,1,'2018-07-14 21:28:18','2018-07-14 21:28:18','','wood-08','','inherit','open','closed','','wood-08','','','2018-07-14 21:28:18','2018-07-14 21:28:18','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-08.jpg',0,'attachment','image/jpeg',0),(50145,1,'2017-11-20 22:08:06','2017-11-20 22:08:06','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Drift Studio\" subhead=\"Handcrafted Woodworkings\" text_orientation=\"center\" header_fullscreen=\"on\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.87\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-01.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]\r\n<h2>What I Do</h2>\r\n<h3>Lorem ipsum dolor amet sit</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Traditional Framing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Custom Furniture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wooden Sculpture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" disabled_on=\"off|off|off\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.87\" custom_padding=\"0px||0px|\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#efe8de\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-02.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" use_background_color_gradient_1=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-02.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(53,55,64,0)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>True to Tradition</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"See My Process\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-03.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" padding_top_3=\"80px\" padding_right_3=\"5%\" padding_bottom_3=\"80px\" padding_left_3=\"5%\" background_size_1=\"cover\" background_position_1=\"top_center\" use_background_color_gradient_1=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"#bfac9c\" background_color_gradient_start_3=\"rgba(56,49,46,0.52)\" background_color_gradient_end_1=\"rgba(191,172,156,0.33)\" background_color_gradient_end_3=\"#38312e\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-03.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"top_center\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#bfac9c\" background_color_gradient_end=\"rgba(191,172,156,0.33)\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>50 Years of Experience</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Know More\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(56,49,46,0.52)\" background_color_gradient_end=\"#38312e\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#353740\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-05.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" use_background_color_gradient_1=\"off\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0.59)\" background_color_gradient_start_2=\"rgba(53,55,64,0.39)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_2=\"rgba(37,39,48,0.81)\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.59)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>The Best Materials</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_text_color=\"#9e9a96\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-05.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(53,55,64,0.39)\" background_color_gradient_end=\"rgba(37,39,48,0.81)\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.83\" custom_padding=\"100px||100px|\"][et_pb_row _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#150a08\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>Recent Work</h2>\r\n<h3>Lorem Ipsum Dolor Amet Sit Consectetur</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"66.66%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_margin=\"|||0px\" _builder_version=\"3.0.87\" custom_margin_tablet=\"|||auto\" custom_margin_last_edited=\"on|phone\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-21.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-18.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-8.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_direction=\"bottom\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-17.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" border_color_all=\"#ffffff\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-6.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" border_color_all=\"#ffffff\" custom_margin=\"|||\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"All Work\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.45)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-12.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]\r\n<h2>Contact for Custom Orders</h2>\r\n<h3>Lorem ipsum dolor amet sit lato</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"rgba(30,29,28,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Lato|900||on|||||\" form_field_font_size=\"13px\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"3px\" border_color_all=\"rgba(190,137,95,0.57)\" border_width_bottom=\"4px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#353740\" button_bg_color=\"#ffffff\" button_border_width=\"10px\" button_border_color=\"#ffffff\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter landing','','publish','closed','closed','','carpenter-landing','','','2018-07-14 21:29:12','2018-07-14 21:29:12','',0,'http://lukuverkosto.fi/home/et_pb_layout/carpenter-landing/',0,'et_pb_layout','',0),(50144,1,'2017-11-20 22:08:01','2017-11-20 22:08:01','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Our Studio\" subhead=\"An Inside Look\" text_orientation=\"center\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.87\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-08-1.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"100px||100px|\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Concept & Ideation\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.</p>\r[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-11.jpg\" _builder_version=\"3.0.87\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Materials & Process\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.</p>\r[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-10.jpg\" _builder_version=\"3.0.87\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Build & Quality\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" disabled_on=\"off|off|off\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.</p>\r[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-09.jpg\" _builder_version=\"3.0.87\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.53)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-01.jpg\" custom_padding=\"12%|0px|12%|0px\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]<h2>Where Ideas Become Reality</h2>\n<h3>For Over 160 Years </h3>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Inside Studio\" _builder_version=\"3.0.83\" custom_padding=\"100px|||\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#150A08\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>True to Tradition</h2>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Image Row\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-13.jpg\" _builder_version=\"3.0.83\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Image Row\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-15.jpg\" _builder_version=\"3.0.83\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-14.jpg\" _builder_version=\"3.0.83\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Basic Informations\" _builder_version=\"3.0.83\" custom_padding=\"200px|0px|200px|0px\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#150A08\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Work & Services</h2>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>Types of Woodworking</h3>\n<ul>\n<li>Small/Medium Sculpture</li>\n<li>Surface Design</li>\n<li>Custom Furniture</li>\n<li>Handmade Frames </li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>Traditional Processes</h3>\n<ul>\n<li>Hand carving</li>\n<li>Treadle Lathe </li>\n<li>Traditional Joinery</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>How to Purchase</h3>\n<ul>\n<li>Custom orders</li>\n<li>Purchase in Person</li>\n<li>Fairs and Conferences</li>\n<li>Online Store</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.45)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-12.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" custom_margin=\"||10px|\"]<h2>Contact or Visit the Studio</h2>\n<h3>Lorem ipsum dolor amet sit lato</h3>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"rgba(30,29,28,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Lato|900||on|||||\" form_field_font_size=\"13px\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"3px\" border_color_all=\"rgba(190,137,95,0.57)\" border_width_bottom=\"4px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#353740\" button_bg_color=\"#ffffff\" button_border_width=\"10px\" button_border_color=\"#ffffff\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter studio','','publish','closed','closed','','carpenter-studio','','','2017-11-20 22:08:01','2017-11-20 22:08:01','',0,'http://lukuverkosto.fi/home/et_pb_layout/carpenter-studio/',0,'et_pb_layout','',0),(123323,1,'2018-07-14 20:52:16','2018-07-14 20:52:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" parallax=\"on\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" _i=\"0\" _address=\"0.0\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\" _i=\"1\" _address=\"0.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\" _i=\"0\" _address=\"1.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero\" _builder_version=\"3.0.76\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"2.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-2\" _builder_version=\"3.0.76\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"3.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-3\" _builder_version=\"3.0.76\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"4.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_id=\"vr-gear-header-demo\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _i=\"0\" _address=\"5.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"fullwidth-header-hero-4\" _builder_version=\"3.0.76\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"6.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"textgif-demo\" _builder_version=\"3.0.76\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"7.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|\" module_class=\"dwd-tunein-wrapper\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" custom_padding=\"120px||120px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"8.0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\" _i=\"1\" _address=\"8.1\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|phone\" module_class=\"fullwidth-popup-video\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_fullwidth_header_extended title=\"&lt;strong&gt;Divi.&lt;/strong&gt; The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"9.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" transparent_background=\"off\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\" _i=\"0\" _address=\"10.0\" /][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"11.0\" /][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2018-07-14 20:52:16','2018-07-14 20:52:16','',2,'http://lukuverkosto.fi/home/uncategorized/2-revision-v1/',0,'revision','',0),(123326,1,'2018-07-14 21:12:12','2018-07-14 21:12:12','','app-marketing-illustration-01-1','','inherit','open','closed','','app-marketing-illustration-01-1','','','2018-07-14 21:12:12','2018-07-14 21:12:12','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-illustration-01-1.png',0,'attachment','image/png',0),(123327,1,'2018-07-14 21:12:13','2018-07-14 21:12:13','','logo_04-6','','inherit','open','closed','','logo_04-6','','','2018-07-14 21:12:13','2018-07-14 21:12:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_04-6.png',0,'attachment','image/png',0),(123328,1,'2018-07-14 21:12:13','2018-07-14 21:12:13','','logo_03-6','','inherit','open','closed','','logo_03-6','','','2018-07-14 21:12:13','2018-07-14 21:12:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_03-6.png',0,'attachment','image/png',0),(123329,1,'2018-07-14 21:12:13','2018-07-14 21:12:13','','logo_02','','inherit','open','closed','','logo_02','','','2018-07-14 21:12:13','2018-07-14 21:12:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_02.png',0,'attachment','image/png',0),(123330,1,'2018-07-14 21:12:13','2018-07-14 21:12:13','','logo_01','','inherit','open','closed','','logo_01','','','2018-07-14 21:12:13','2018-07-14 21:12:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_01.png',0,'attachment','image/png',0),(123331,1,'2018-07-14 21:12:16','2018-07-14 21:12:16','','app-marketing-icon-07-6','','inherit','open','closed','','app-marketing-icon-07-6','','','2018-07-14 21:12:16','2018-07-14 21:12:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-07-6.png',0,'attachment','image/png',0),(123332,1,'2018-07-14 21:12:16','2018-07-14 21:12:16','','app-marketing-icon-02-4','','inherit','open','closed','','app-marketing-icon-02-4','','','2018-07-14 21:12:16','2018-07-14 21:12:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-02-4.png',0,'attachment','image/png',0),(123333,1,'2018-07-14 21:12:16','2018-07-14 21:12:16','','app-marketing-illustration-02-4','','inherit','open','closed','','app-marketing-illustration-02-4','','','2018-07-14 21:12:16','2018-07-14 21:12:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-illustration-02-4.png',0,'attachment','image/png',0),(123334,1,'2018-07-14 21:12:17','2018-07-14 21:12:17','','app-marketing-illustration-03','','inherit','open','closed','','app-marketing-illustration-03','','','2018-07-14 21:12:17','2018-07-14 21:12:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-illustration-03.png',0,'attachment','image/png',0),(123335,1,'2018-07-14 21:12:19','2018-07-14 21:12:19','','app-marketing-icon-01-4','','inherit','open','closed','','app-marketing-icon-01-4','','','2018-07-14 21:12:19','2018-07-14 21:12:19','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-01-4.png',0,'attachment','image/png',0),(123336,1,'2018-07-14 21:12:22','2018-07-14 21:12:22','','app-marketing-icon-09-3','','inherit','open','closed','','app-marketing-icon-09-3','','','2018-07-14 21:12:22','2018-07-14 21:12:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-09-3.png',0,'attachment','image/png',0),(123337,1,'2018-07-14 21:12:22','2018-07-14 21:12:22','','app-marketing-icon-05-6','','inherit','open','closed','','app-marketing-icon-05-6','','','2018-07-14 21:12:22','2018-07-14 21:12:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-05-6.png',0,'attachment','image/png',0),(123338,1,'2018-07-14 21:12:22','2018-07-14 21:12:22','','app-marketing-icon-04-6','','inherit','open','closed','','app-marketing-icon-04-6','','','2018-07-14 21:12:22','2018-07-14 21:12:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-04-6.png',0,'attachment','image/png',0),(123339,1,'2018-07-14 21:12:22','2018-07-14 21:12:22','','app-marketing-icon-08-6','','inherit','open','closed','','app-marketing-icon-08-6','','','2018-07-14 21:12:22','2018-07-14 21:12:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-08-6.png',0,'attachment','image/png',0),(123340,1,'2018-07-14 21:12:22','2018-07-14 21:12:22','','app-marketing-icon-06-6','','inherit','open','closed','','app-marketing-icon-06-6','','','2018-07-14 21:12:22','2018-07-14 21:12:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-06-6.png',0,'attachment','image/png',0),(123341,1,'2018-07-14 21:12:25','2018-07-14 21:12:25','','app-marketing-icon-10-6','','inherit','open','closed','','app-marketing-icon-10-6','','','2018-07-14 21:12:25','2018-07-14 21:12:25','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-marketing-icon-10-6.png',0,'attachment','image/png',0),(123342,1,'2018-07-14 21:12:25','2018-07-14 21:12:25','','phone-bottom-crop-1','','inherit','open','closed','','phone-bottom-crop-1','','','2018-07-14 21:12:25','2018-07-14 21:12:25','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-bottom-crop-1.png',0,'attachment','image/png',0),(50143,1,'2017-11-20 22:07:51','2017-11-20 22:07:51','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Gallery\" subhead=\"Studio & Process\" text_orientation=\"center\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.87\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-06.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"100px||100px|\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery Images\" _builder_version=\"3.0.83\" custom_padding=\"100px||100px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"3\" admin_label=\"Gallery Images\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-22.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-8.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"26.348%|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-23.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-6.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"26.348%|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-17.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"3\" admin_label=\"Gallery Images\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-16.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-20.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-18.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"26.348%|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-19.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-21-1.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,29,0.89)\" hover_icon=\"%%43%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"26.348%|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.45)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-12.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" custom_margin=\"||10px|\"]<h2>Contact or Visit the Studio</h2>\n<h3>Lorem ipsum dolor amet sit lato</h3>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"rgba(30,29,28,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Lato|900||on|||||\" form_field_font_size=\"13px\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"3px\" border_color_all=\"rgba(190,137,95,0.57)\" border_width_bottom=\"4px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#353740\" button_bg_color=\"#ffffff\" button_border_width=\"10px\" button_border_color=\"#ffffff\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter gallery','','publish','closed','closed','','carpenter-gallery','','','2017-11-20 22:07:51','2017-11-20 22:07:51','',0,'http://lukuverkosto.fi/home/et_pb_layout/carpenter-gallery/',0,'et_pb_layout','',0),(50142,1,'2017-11-20 22:07:45','2017-11-20 22:07:45','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Contact\" subhead=\"Get in Touch!\" text_orientation=\"center\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.89\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-06.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"100px||100px|\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" _builder_version=\"3.0.87\" custom_padding=\"0px||0px|\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color_1=\"#efe8de\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" use_background_color_gradient_1=\"off\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0.59)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" background_color=\"#efe8de\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.59)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]<h2>Contact Me</h2>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. </p>\r[/et_pb_text][et_pb_social_media_follow _builder_version=\"3.0.87\" text_orientation=\"left\" custom_margin=\"60px|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.87\" background_color=\"#be895f\" border_radii=\"on||||\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"3.0.87\" background_color=\"#be895f\" border_radii=\"on||||\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]pinterest[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.87\" background_color=\"#be895f\" border_radii=\"on||||\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.87\" background_color=\"#be895f\" border_radii=\"on||||\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"rgba(30,29,28,0.5)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Lato|900||on|||||\" form_field_font_size=\"13px\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"3px\" border_color_all=\"rgba(190,137,95,0.57)\" border_width_bottom=\"4px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#353740\" button_bg_color=\"#ffffff\" button_border_width=\"10px\" button_border_color=\"#ffffff\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\" locked=\"off\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"100px||100px|\" custom_padding_tablet=\"100px||0px|\" make_equal=\"on\" background_color=\"#353740\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" use_background_color_gradient_1=\"off\" use_background_color_gradient_2=\"off\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0.59)\" background_color_gradient_start_2=\"rgba(53,55,64,0.39)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_2=\"rgba(37,39,48,0.81)\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" padding_1_last_edited=\"on|tablet\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.0.87\" animation_direction=\"bottom\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_last_edited=\"on|tablet\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.59)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]<h2>Visit the Shop</h2>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_text_color=\"#9e9a96\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare.</p>\r[/et_pb_text][et_pb_button button_text=\"Get Directions\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.39)\" background_color_gradient_end=\"rgba(37,39,48,0.81)\" background_color_gradient_overlays_image=\"on\"][et_pb_map address=\"golden tower\" address_lat=\"37.9823992\" address_lng=\"-87.6377842\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"100\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_map_pin pin_address=\"Mackenzie No. 23, AB, Canada\" pin_address_lat=\"58.78101476154\" pin_address_lng=\"-115.39764404297\" _builder_version=\"3.0.83\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter contact','','publish','closed','closed','','carpenter-contact','','','2017-11-20 22:07:45','2017-11-20 22:07:45','',0,'http://lukuverkosto.fi/home/et_pb_layout/carpenter-contact/',0,'et_pb_layout','',0),(50141,1,'2017-11-20 22:07:40','2017-11-20 22:07:40','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"About Drift\" subhead=\"A Story Of Traditions\" text_orientation=\"center\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.89\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-06.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"100px||100px|\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color_2=\"#f7f7f7\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-07.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" padding_top_3=\"80px\" padding_right_3=\"5%\" padding_bottom_3=\"80px\" padding_left_3=\"5%\" use_background_color_gradient_1=\"off\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0.59)\" background_color_gradient_start_3=\"#353740\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_3=\"rgba(53,55,64,0.59)\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.59)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" locked=\"off\"]<h2>What I Do</h2>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\"][/et_pb_image][et_pb_blurb title=\"Traditional Framing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" icon_placement=\"left\" content_max_width=\"1100px\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" max_width=\"600px\" custom_margin=\"60px||20px|\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla amet sit dolore</p>[/et_pb_blurb][et_pb_button button_text=\"More\" button_alignment=\"right\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][et_pb_blurb title=\"Custom Furniture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" icon_placement=\"left\" content_max_width=\"1100px\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" max_width=\"600px\" custom_margin=\"60px||20px|\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla amet sit dolore</p>[/et_pb_blurb][et_pb_button button_text=\"More\" button_alignment=\"right\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][et_pb_blurb title=\"Wooden Sculpture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" icon_placement=\"left\" content_max_width=\"1100px\" disabled_on=\"off|off|off\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" max_width=\"600px\" custom_margin=\"60px||20px|\" animation=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla amet sit dolore</p>[/et_pb_blurb][et_pb_button button_text=\"More\" button_alignment=\"right\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" background_color=\"#f7f7f7\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]<h2>4 Generations of Artists</h2>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" max_width=\"600px\" custom_margin=\"|||\" animation_direction=\"bottom\"]<p>Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl. Cras quis nulla commodo, aliquam lectus sed.</p>\n<p>Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl.Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl.Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. </p>\n<p>Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl. Cras quis nulla commodo, aliquam lectus sed.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-07.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#353740\" background_color_gradient_end=\"rgba(53,55,64,0.59)\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" locked=\"off\"]<h2>Everything by Hand</h2>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_button button_text=\"Custom ORders\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Basic Informations\" _builder_version=\"3.0.83\" custom_padding=\"200px|0px|200px|0px\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#150A08\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" module_alignment=\"center\" custom_margin=\"|||\"]<h2>Awards & Recognition</h2>[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>Publications</h3>\n<ul>\n<li>Cras quis nulla commodo, aliquam lectus sed.</li>\n<li>Etiam at condimentum nisl. Cras quis nulla commodo, aliquam lectus sed.</li>\n<li>Nunc eu tellus tortor. Etiam at condimentum nisl. </li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>Gallery Showings</h3>\n<ul>\n<li>Etiam at condimentum nisl. Cras quis nulla commodo, aliquam lectus sed.</li>\n<li>Cras quis nulla commodo, aliquam lectus sed.</li>\n<li>Nunc eu tellus tortor. Etiam at condimentum nisl.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text ul_type=\"square\" _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" ul_font=\"||||||||\" ul_line_height=\"1.8em\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"20px\" header_3_line_height=\"1.4em\" custom_margin=\"|||\"]<h3>Awards</h3>\n<ul>\n<li>Cras Quis Nulla</li>\n<li>Commodo Aliquam</li>\n<li>Lectus Sed.</li>\n<li>Etiam At Condimentum Nisl. </li>\n<li>Cras Quis Nulla Commodo,</li>\n<li>Aliquam Lectus Sed</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#150a08\" admin_label=\"Testimonials\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.45)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-08.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]<h2>The Best in the Business</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"– Rozaro Fred\" background_color=\"rgba(245,245,245,0)\" quote_icon_color=\"#be895f\" quote_icon_background_color=\"rgba(245,245,245,0)\" _builder_version=\"3.0.87\" body_font=\"Vollkorn||||||||\" body_font_size=\"30px\" body_text_color=\"#ffffff\" body_line_height=\"1.6em\" text_orientation=\"center\" module_alignment=\"center\"]<p>Pellentesque orci lectus, consectetur vel posuere posuere, rutrum eu ipsum. Aliquam eget odio sed ligula iaculis consequat at eget orci. Mauris molestie sit amet metus mattis varius lorem ipsum.</p>[/et_pb_testimonial][et_pb_button button_text=\"View My Work\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter about','','publish','closed','closed','','carpenter-about','','','2017-11-20 22:07:40','2017-11-20 22:07:40','',0,'http://lukuverkosto.fi/home/et_pb_layout/carpenter-about/',0,'et_pb_layout','',0),(123375,1,'2018-07-14 21:29:12','2018-07-14 21:29:12','[et_pb_section fb_built=\"1\" background_color=\"#000000\" fullwidth=\"on\" _builder_version=\"3.0.83\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Drift Studio\" subhead=\"Handcrafted Woodworkings\" text_orientation=\"center\" header_fullscreen=\"on\" background_overlay_color=\"rgba(30,29,28,0.45)\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" title_font_color=\"#ffffff\" _builder_version=\"3.0.87\" title_font=\"Lato|900|||||||\" title_font_size=\"120px\" title_font_size_phone=\"60px\" title_font_size_last_edited=\"on|phone\" title_text_color=\"#ffffff\" title_line_height=\"1.2em\" content_font=\"||||||||\" subhead_font=\"Poly||||||||\" subhead_font_size=\"29px\" subhead_text_color=\"#ffffff\" subhead_line_height=\"1.7em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-01.jpg\" parallax=\"on\" parallax_method=\"on\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"800ms\"][/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]\r\n<h2>What I Do</h2>\r\n<h3>Lorem ipsum dolor amet sit</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"10%\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Traditional Framing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Custom Furniture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wooden Sculpture\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" disabled_on=\"off|off|off\" _builder_version=\"3.0.87\" header_font=\"Lato|700|||||||\" header_font_size=\"20px\" header_text_color=\"#ffffff\" header_line_height=\"1.4em\" body_font=\"Vollkorn||||||||\" body_font_size=\"18px\" body_text_color=\"#9e9a96\" body_line_height=\"1.6em\" text_orientation=\"center\" animation=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Cras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum.\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.87\" custom_padding=\"0px||0px|\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#efe8de\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-02.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" use_background_color_gradient_1=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-02.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(53,55,64,0)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>True to Tradition</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"See My Process\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-03.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" padding_top_3=\"80px\" padding_right_3=\"5%\" padding_bottom_3=\"80px\" padding_left_3=\"5%\" background_size_1=\"cover\" background_position_1=\"top_center\" use_background_color_gradient_1=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"#bfac9c\" background_color_gradient_start_3=\"rgba(56,49,46,0.52)\" background_color_gradient_end_1=\"rgba(191,172,156,0.33)\" background_color_gradient_end_3=\"#38312e\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-03.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"top_center\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#bfac9c\" background_color_gradient_end=\"rgba(191,172,156,0.33)\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>50 Years of Experience</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis. Nunc eu tellus tortor. Etiam at condimentum nisl. Nam condimentum vitae ligula vel ornare. Phasellus at semper turpis.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Know More\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_direction=\"bottom\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(56,49,46,0.52)\" background_color_gradient_end=\"#38312e\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#353740\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-05.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-7.jpg\" padding_top_1=\"80px\" padding_right_1=\"5%\" padding_bottom_1=\"80px\" padding_left_1=\"5%\" padding_top_2=\"80px\" padding_right_2=\"5%\" padding_bottom_2=\"80px\" padding_left_2=\"5%\" use_background_color_gradient_1=\"off\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(53,55,64,0.59)\" background_color_gradient_start_2=\"rgba(53,55,64,0.39)\" background_color_gradient_start_3=\"rgba(53,55,64,0.59)\" background_color_gradient_end_1=\"#353740\" background_color_gradient_end_2=\"rgba(37,39,48,0.81)\" background_color_gradient_end_3=\"#353740\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"off\" background_color_gradient_start=\"rgba(53,55,64,0.59)\" background_color_gradient_end=\"#353740\" background_color_gradient_overlays_image=\"on\"][et_pb_text _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>The Best Materials</h2>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||60px|\" locked=\"off\"][/et_pb_image][et_pb_text _builder_version=\"3.0.87\" text_font=\"Vollkorn||||||||\" text_font_size=\"18px\" text_text_color=\"#9e9a96\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Poly||||||||\" header_3_font_size=\"20px\" header_3_text_color=\"#757575\" header_3_line_height=\"1.7em\" custom_margin=\"|||\" animation_direction=\"bottom\"]\r\n\r\nCras quis nulla commodo, aliquam lectus sed, blandit augue. Cras ullamcorper bibendum bibendum. Duis tincidunt. Nam condimentum vitae ligula vel ornare.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"80px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"80px\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-05.jpg\" parallax=\"off\" parallax_method=\"on\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(53,55,64,0.39)\" background_color_gradient_end=\"rgba(37,39,48,0.81)\" background_color_gradient_overlays_image=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.83\" custom_padding=\"100px||100px|\"][et_pb_row _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#150a08\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\" animation_direction=\"bottom\"]\r\n<h2>Recent Work</h2>\r\n<h3>Lorem Ipsum Dolor Amet Sit Consectetur</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"66.66%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_margin=\"|||0px\" _builder_version=\"3.0.87\" custom_margin_tablet=\"|||auto\" custom_margin_last_edited=\"on|phone\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-21.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-18.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-8.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_direction=\"bottom\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-17.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" border_color_all=\"#ffffff\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-6.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#be895f\" hover_overlay_color=\"rgba(30,29,28,0.89)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" border_color_all=\"#ffffff\" custom_margin=\"|||\" animation_direction=\"bottom\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"All Work\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"30px|||\" custom_padding=\"15px|30px|15px|30px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#be895f\" button_border_width=\"2px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#be895f\" button_border_color_hover=\"#be895f\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#1e1d1c\" admin_label=\"Services Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(30,29,28,0.45)\" background_color_gradient_end=\"#1e1d1c\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/wood-12.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle\" _builder_version=\"3.0.83\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"800ms\" animation_intensity_slide=\"5%\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.4em\" header_3_font=\"Vollkorn||||||||\" header_3_font_size=\"24px\" header_3_text_color=\"#9e9a96\" header_3_line_height=\"1.7em\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||10px|\"]\r\n<h2>Contact for Custom Orders</h2>\r\n<h3>Lorem ipsum dolor amet sit lato</h3>\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/header-img.png\" align=\"center\" _builder_version=\"3.0.87\" max_width=\"70px\" module_alignment=\"center\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" _builder_version=\"3.0.87\" animation_direction=\"bottom\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"rgba(30,29,28,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Lato|900||on|||||\" form_field_font_size=\"13px\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"3px\" border_color_all=\"rgba(190,137,95,0.57)\" border_width_bottom=\"4px\" custom_button=\"on\" button_text_size=\"13px\" button_text_color=\"#353740\" button_bg_color=\"#ffffff\" button_border_width=\"10px\" button_border_color=\"#ffffff\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Lato|900||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','carpenter landing','','inherit','closed','closed','','50145-revision-v1','','','2018-07-14 21:29:12','2018-07-14 21:29:12','',50145,'http://lukuverkosto.fi/home/uncategorized/50145-revision-v1/',0,'revision','',0),(123378,1,'2018-07-14 21:33:40','2018-07-14 21:33:40','','Group-3-Copy-6','','inherit','open','closed','','group-3-copy-6','','','2018-07-14 21:33:40','2018-07-14 21:33:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3-Copy-6.png',0,'attachment','image/png',0),(123379,1,'2018-07-14 21:33:40','2018-07-14 21:33:40','','Group-3','','inherit','open','closed','','group-3','','','2018-07-14 21:33:40','2018-07-14 21:33:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3.png',0,'attachment','image/png',0),(123380,1,'2018-07-14 21:33:40','2018-07-14 21:33:40','','Grouopy-4','','inherit','open','closed','','grouopy-4','','','2018-07-14 21:33:40','2018-07-14 21:33:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Grouopy-4.png',0,'attachment','image/png',0),(123381,1,'2018-07-14 21:33:40','2018-07-14 21:33:40','','consultant-03','','inherit','open','closed','','consultant-03','','','2018-07-14 21:33:40','2018-07-14 21:33:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-03.png',0,'attachment','image/png',0),(123382,1,'2018-07-14 21:33:41','2018-07-14 21:33:41','','bg-img-01-6','','inherit','open','closed','','bg-img-01-6','','','2018-07-14 21:33:41','2018-07-14 21:33:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6.jpg',0,'attachment','image/jpeg',0),(123383,1,'2018-07-14 21:33:42','2018-07-14 21:33:42','','Group-1-1','','inherit','open','closed','','group-1-1','','','2018-07-14 21:33:42','2018-07-14 21:33:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-1.png',0,'attachment','image/png',0),(123384,1,'2018-07-14 21:33:43','2018-07-14 21:33:43','','Group-2-copy-3','','inherit','open','closed','','group-2-copy-3','','','2018-07-14 21:33:43','2018-07-14 21:33:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-3.png',0,'attachment','image/png',0),(123385,1,'2018-07-14 21:33:43','2018-07-14 21:33:43','','Group-2-copy','','inherit','open','closed','','group-2-copy','','','2018-07-14 21:33:43','2018-07-14 21:33:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy.png',0,'attachment','image/png',0),(123386,1,'2018-07-14 21:33:43','2018-07-14 21:33:43','','Group-1-copy','','inherit','open','closed','','group-1-copy','','','2018-07-14 21:33:43','2018-07-14 21:33:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy.png',0,'attachment','image/png',0),(123387,1,'2018-07-14 21:33:43','2018-07-14 21:33:43','','Group-1-copy-2-1','','inherit','open','closed','','group-1-copy-2-1','','','2018-07-14 21:33:43','2018-07-14 21:33:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-2-1.png',0,'attachment','image/png',0),(123388,1,'2018-07-14 21:33:43','2018-07-14 21:33:43','','Group-2-copy-2','','inherit','open','closed','','group-2-copy-2','','','2018-07-14 21:33:43','2018-07-14 21:33:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-2.png',0,'attachment','image/png',0),(123389,1,'2018-07-14 21:33:44','2018-07-14 21:33:44','','Group-1-copy-3','','inherit','open','closed','','group-1-copy-3','','','2018-07-14 21:33:44','2018-07-14 21:33:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-3.png',0,'attachment','image/png',0),(123390,1,'2018-07-14 21:33:44','2018-07-14 21:33:44','','Group-2-copy-1','','inherit','open','closed','','group-2-copy-1','','','2018-07-14 21:33:44','2018-07-14 21:33:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-1.png',0,'attachment','image/png',0),(123391,1,'2018-07-14 21:33:44','2018-07-14 21:33:44','','Untitled-1','','inherit','open','closed','','untitled-1','','','2018-07-14 21:33:44','2018-07-14 21:33:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Untitled-1.jpg',0,'attachment','image/jpeg',0),(123392,1,'2018-07-14 21:33:44','2018-07-14 21:33:44','','bg-img-01-6-2','','inherit','open','closed','','bg-img-01-6-2','','','2018-07-14 21:33:44','2018-07-14 21:33:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg',0,'attachment','image/jpeg',0),(123393,1,'2018-07-14 21:33:46','2018-07-14 21:33:46','','bg-img-01-5-2-2-2-Recovered-copy','','inherit','open','closed','','bg-img-01-5-2-2-2-recovered-copy','','','2018-07-14 21:33:46','2018-07-14 21:33:46','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-2-Recovered-copy.jpg',0,'attachment','image/jpeg',0),(123394,1,'2018-07-14 21:33:48','2018-07-14 21:33:48','','business-10','','inherit','open','closed','','business-10','','','2018-07-14 21:33:48','2018-07-14 21:33:48','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-10.jpg',0,'attachment','image/jpeg',0),(123395,1,'2018-07-14 21:33:48','2018-07-14 21:33:48','','bg-img-01-5-2-2-Recovered-copy-1','','inherit','open','closed','','bg-img-01-5-2-2-recovered-copy-1','','','2018-07-14 21:33:48','2018-07-14 21:33:48','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-Recovered-copy-1.jpg',0,'attachment','image/jpeg',0),(123396,1,'2018-07-14 21:33:50','2018-07-14 21:33:50','','bg-img-01-5-2-2-2-2-Recovered-copy-1','','inherit','open','closed','','bg-img-01-5-2-2-2-2-recovered-copy-1','','','2018-07-14 21:33:50','2018-07-14 21:33:50','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-2-2-Recovered-copy-1.jpg',0,'attachment','image/jpeg',0),(123397,1,'2018-07-14 21:33:51','2018-07-14 21:33:51','','business-12','','inherit','open','closed','','business-12','','','2018-07-14 21:33:51','2018-07-14 21:33:51','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-12.jpg',0,'attachment','image/jpeg',0),(123398,1,'2018-07-14 21:33:52','2018-07-14 21:33:52','','business-07','','inherit','open','closed','','business-07','','','2018-07-14 21:33:52','2018-07-14 21:33:52','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-07.jpg',0,'attachment','image/jpeg',0),(123399,1,'2018-07-14 21:33:54','2018-07-14 21:33:54','','portraits-circle-small_2','','inherit','open','closed','','portraits-circle-small_2','','','2018-07-14 21:33:54','2018-07-14 21:33:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png',0,'attachment','image/png',0),(123400,1,'2018-07-14 21:33:54','2018-07-14 21:33:54','','portraits-circle-small_6','','inherit','open','closed','','portraits-circle-small_6','','','2018-07-14 21:33:54','2018-07-14 21:33:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_6.png',0,'attachment','image/png',0),(123401,1,'2018-07-14 21:33:54','2018-07-14 21:33:54','','portraits-circle-small_1','','inherit','open','closed','','portraits-circle-small_1','','','2018-07-14 21:33:54','2018-07-14 21:33:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png',0,'attachment','image/png',0),(123402,1,'2018-07-14 21:33:54','2018-07-14 21:33:54','','bg-img-04','','inherit','open','closed','','bg-img-04','','','2018-07-14 21:33:54','2018-07-14 21:33:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-04.jpg',0,'attachment','image/jpeg',0),(50062,1,'2017-11-17 23:35:11','2017-11-17 23:35:11','[et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" specialty=\"on\" background_color_2=\"#253542\" padding_top_2=\"60px\" padding_right_2=\"4%\" padding_bottom_2=\"60px\" padding_left_2=\"4%\" padding_2_tablet=\"|||\" padding_2_phone=\"|||\" padding_2_last_edited=\"off|desktop\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-02-2.jpg\" background_size=\"contain\" background_position=\"top_center\" custom_margin=\"|||\" custom_padding=\"|||20%\" custom_padding_tablet=\"|10%||10%\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.0.47\"][et_pb_row_inner _builder_version=\"3.0.89\" custom_margin=\"10%||10%|\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"16px\" text_text_color=\"rgba(37,53,66,0.7)\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"50px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|desktop\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"16px\" header_2_text_color=\"rgba(37,53,66,0.4)\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"||20px|\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n<h2>Level Up Your Business Today</h2>\r\n<h1>Divi Consultant</h1>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans|700|||||||\" text_font_size=\"18px\" text_text_color=\"#253542\" text_line_height=\"1.8em\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"40px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|desktop\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"16px\" header_2_text_color=\"#c93852\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur. Curabitur at vestibulum nisi. Nullam vehicula nisi velit.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Our Services\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#79abab\" button_border_color_hover=\"#79abab\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"45.2656px|0px|0px|0px\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" locked=\"off\"]\r\n<h2>Our Services</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Row\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Creative Marketing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3-Copy-6.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#f16976\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Market Research\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#79abab\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0px|0px|44.8281px|0px\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Row\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mapping &amp; Planning\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Grouopy-4.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#253542\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Execution &amp; Analysis\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-03.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" background_color=\"#edf1f4\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_phone=\"|||\" padding_tablet=\"|||\" padding_last_edited=\"off|desktop\" padding_bottom=\"60px\" padding_left=\"4%\" padding_right=\"4%\" padding_top=\"60px\" background_color=\"#253542\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Nunito Sans|800||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" header_2_line_height_last_edited=\"off|desktop\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n<h2>Settle for more</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod\r\n\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"100ms\"][/et_pb_image][et_pb_blurb title=\"Evaluate\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetue adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n\r\n[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_image][et_pb_blurb title=\"Analyze\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"300ms\" locked=\"off\"][/et_pb_image][et_pb_blurb title=\"Roadmap\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n[/et_pb_blurb][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.89\" custom_margin=\"||60px|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#79abab\" button_border_width=\"10px\" button_border_color=\"#79abab\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_zoom=\"10%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ZigZag - Left Sided Texts\" _builder_version=\"3.0.87\" custom_padding=\"54px|0px|54px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>Plan for a better Future</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"right\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"71% Increase in Return Users\" number=\"71\" bar_bg_color=\"#f16976\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"1.7em\" number_font=\"Nunito Sans|700|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" max_width=\"220px\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"50% Increase IN Sales\" number=\"50\" bar_bg_color=\"#79ABAB\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"1.7em\" number_font=\"Nunito Sans|700|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" max_width=\"160px\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>Our Specialties</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters use_percentages=\"off\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"2em\" percent_font=\"||||||||\" percent_font_size=\"10px\" percent_line_height=\"1em\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_counter percent=\"70\" bar_background_color=\"#253542\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Financial[/et_pb_counter][et_pb_counter percent=\"85\" bar_background_color=\"#f16976\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Product Design[/et_pb_counter][et_pb_counter percent=\"60\" bar_background_color=\"#79ABAB\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Social Media[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nNostrud exerci tation ullamcorper suscipit losed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. bortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Get a Quote\" button_alignment=\"center\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#F16976\" button_border_color_hover=\"#F16976\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Facts\" _builder_version=\"3.0.87\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>The Numbers</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Fun Facts\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Happy Clients\" number=\"120\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#f16976\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Million Users\" number=\"45\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#79ABAB\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"National Awards\" number=\"64\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#253542\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Consultants\" number=\"36\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" title_text_color=\"#253542\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Join the Revolution\" button_alignment=\"center\" _builder_version=\"3.0.89\" custom_margin=\"60px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#F16976\" button_border_color_hover=\"#F16976\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ZigZag - Left Sided Texts\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>FAQ</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_accordion open_toggle_text_color=\"#253542\" open_toggle_background_color=\"#edf1f4\" closed_toggle_text_color=\"#253542\" closed_toggle_background_color=\"#edf1f4\" icon_color=\"#253542\" _builder_version=\"3.0.89\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"#253542\" body_line_height=\"1.8em\" toggle_font=\"Nunito Sans|800||on|||||\" toggle_font_size=\"16px\" toggle_letter_spacing=\"2px\" toggle_line_height=\"1.4em\" border_width_all=\"0px\"][et_pb_accordion_item title=\"What Types of Businesses Do you Work With?\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" open=\"on\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you Offer Long Term Services?\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" open=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][et_pb_accordion_item title=\"What Types of Businesses Do you Work With?\" open=\"off\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.\r\n\r\nnostrud exerci tation ullamcorper suscipit losed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. bortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Our Partners\" _builder_version=\"3.0.89\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>Our Partners</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Brand Logos\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-2-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-2.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Rozaro Fred\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Untitled-1.jpg\" quote_icon=\"off\" use_background_color=\"off\" box_shadow_style_image=\"preset1\" box_shadow_vertical_image=\"0px\" box_shadow_blur_image=\"0px\" _builder_version=\"3.0.89\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"18px\" body_text_color=\"#253542\" body_line_height=\"1.7em\" border_style_all_portrait=\"none\" text_orientation=\"center\" module_alignment=\"center\"]\r\n\r\nNullam rhoncus lacus non odio luctus, eu condimentum mauris ultrices. Praesent blandit, augue a posuere aliquam, arcu tortor feugiat turpis, quis lacinia augue sapien at tellus. Cras ut erat magna. Morbi nibh ante, condimentum\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.0.89\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>Let us help you grow Your business</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"#253542\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Nunito Sans|800||on|||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"business-name\" field_title=\"Business Name\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"website\" field_title=\"Website\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\" custom_margin=\"||30px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','consultant landing','','publish','closed','closed','','consultant-landing','','','2018-07-14 21:35:03','2018-07-14 21:35:03','',0,'http://lukuverkosto.fi/home/et_pb_layout/consultant-landing/',0,'et_pb_layout','',0),(50061,1,'2017-11-17 23:35:02','2017-11-17 23:35:02','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.0.89\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"We\'ll take your Business to the nExt Level\" content_max_width=\"600px\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|900||on|||||\" title_font_size=\"40px\" title_text_color=\"#253542\" title_letter_spacing=\"7px\" title_line_height=\"1.4em\" content_font=\"Nunito Sans|700|||||||\" content_font_size=\"18px\" content_text_color=\"#253542\" content_line_height=\"1.8em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-2-Recovered-copy.jpg\" custom_margin=\"|||\" custom_padding=\"10%||10%|\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#253542\" button_one_border_width=\"10px\" button_one_border_color=\"#253542\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"2px\" button_one_font=\"Nunito Sans|800||on|||||\" button_one_use_icon=\"off\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"#79abab\" button_one_border_color_hover=\"#79abab\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"2px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"5%\" animation_starting_opacity=\"100%\"]Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#253542\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" specialty=\"on\" background_color_2=\"#ffffff\" _builder_version=\"3.0.89\" custom_padding=\"0px|0px|0px|5%\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_margin_tablet=\"60px|||\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"|||\" locked=\"off\"]<h2>our Services</h2>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. </span><span style=\"font-size: 16px;\">nostrud exerci tation</span></p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.89\" custom_margin=\"||60px|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#79abab\" button_border_width=\"10px\" button_border_color=\"#79abab\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"3.0.47\" background_color=\"#ffffff\"][et_pb_row_inner custom_padding=\"80px|5%||5%\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Operations\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Financial Advising\" use_icon=\"on\" font_icon=\"%%113%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|5%|80px|5%\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"INformation Tech\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Product Design\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Human Resources\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.89\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.75)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-10.jpg\" custom_padding=\"110px|0px|0px|0px\"][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" locked=\"off\"]<h2>Trademark Process</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Execution & Analysis\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-03.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" background_color=\"#edf1f4\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mapping & Planning\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Grouopy-4.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#253542\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Market Research\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#79abab\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Creative Marketing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3-Copy-6.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#f16976\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Partners\" _builder_version=\"3.0.89\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]<h2>Our Partners</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Brand Logos\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-2-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-2.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.0.89\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"center\"]<h2>Let us help you grow Your business</h2>\n<p>Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"#253542\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Nunito Sans|800||on|||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"business-name\" field_title=\"Business Name\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"website\" field_title=\"Website\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\" custom_margin=\"||30px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','contsultant services','','publish','closed','closed','','contsultant-services','','','2017-11-17 23:35:02','2017-11-17 23:35:02','',0,'http://lukuverkosto.fi/home/et_pb_layout/contsultant-services/',0,'et_pb_layout','',0),(50060,1,'2017-11-17 23:34:46','2017-11-17 23:34:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.0.89\" custom_padding=\"|||\" locked=\"off\"][et_pb_fullwidth_header title=\"We\'D Love To Start Something New\" content_max_width=\"600px\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|900||on|||||\" title_font_size=\"40px\" title_text_color=\"#253542\" title_letter_spacing=\"7px\" title_line_height=\"1.4em\" content_font=\"Nunito Sans|700|||||||\" content_font_size=\"18px\" content_text_color=\"#253542\" content_line_height=\"1.8em\" subhead_font=\"||||||||\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-Recovered-copy-1.jpg\" custom_margin=\"|||\" custom_padding=\"10%||10%|\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#253542\" button_one_border_width=\"10px\" button_one_border_color=\"#253542\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"2px\" button_one_font=\"Nunito Sans|800||on|||||\" button_one_use_icon=\"off\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"#79abab\" button_one_border_color_hover=\"#79abab\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"2px\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.0.87\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" admin_label=\"Contact Info\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#f16976\" text_orientation=\"center\" custom_padding=\"90px||90px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]+880 174 037 6995\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Market Research\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#253542\" text_orientation=\"center\" custom_padding=\"90px||90px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]name@domain.com\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"%%248%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#79ABAB\" text_orientation=\"center\" custom_padding=\"90px||90px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]21/c Puranlane Dhaka - Sylhet Hwy\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Message Section\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\"]<h2>Email US</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Message Send Form\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"#f4f5f8\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Nunito Sans|600|||||||\" form_field_text_color=\"rgba(37,53,66,0.7)\" max_width=\"600px\" module_alignment=\"center\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#79abab\" button_border_color_hover=\"#79abab\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" _builder_version=\"3.0.89\"][et_pb_row _builder_version=\"3.0.89\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_social_media_follow _builder_version=\"3.0.89\" border_radii=\"on||||\" text_orientation=\"center\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.89\" background_color=\"#253542\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.89\" background_color=\"#253542\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.0.89\" background_color=\"#253542\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.89\" background_color=\"#253542\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.89\" background_color=\"#253542\" custom_margin=\"|10px||\" custom_padding=\"10px|10px|10px|10px\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.0.87\"][et_pb_fullwidth_map address=\"Zindabazar, Sylhet, Bangladesh\" zoom_level=\"17\" address_lat=\"24.8948017\" address_lng=\"91.8690311\" _builder_version=\"3.0.87\"][et_pb_map_pin pin_address=\"Zindabazar, Sylhet, Bangladesh\" pin_address_lat=\"24.8948017\" pin_address_lng=\"91.8690311\" _builder_version=\"3.0.87\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section]','consultant contact','','publish','closed','closed','','consultant-contact','','','2017-11-17 23:34:46','2017-11-17 23:34:46','',0,'http://lukuverkosto.fi/home/et_pb_layout/consultant-contact/',0,'et_pb_layout','',0),(50059,1,'2017-11-17 23:34:35','2017-11-17 23:34:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Articles\" content_max_width=\"600px\" _builder_version=\"3.16\" title_font=\"Nunito Sans|900||on|||||\" title_text_color=\"#253542\" title_font_size=\"40px\" title_letter_spacing=\"7px\" title_line_height=\"1.4em\" content_font=\"Nunito Sans|700|||||||\" content_text_color=\"#253542\" content_line_height=\"1.8em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-2-2-Recovered-copy-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#253542\" button_one_border_width=\"10px\" button_one_border_color=\"#253542\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"2px\" button_one_font=\"Nunito Sans|800||on|||||\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"10%||10%|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" button_one_text_color_hover=\"#ffffff\" button_one_border_color_hover=\"#79abab\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"2px\" button_one_bg_color_hover=\"#79abab\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#ffffff\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#79abab\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"2px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#79abab\" button_two_bg_color__hover_enabled=\"off\"]Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Articles Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row admin_label=\"Blog Posts\" _builder_version=\"3.25\" custom_width_px=\"880px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"12\" include_categories=\"30\" _builder_version=\"3.0.94\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#253542\" header_font_size=\"20px\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_text_color=\"rgba(37,53,66,0.7)\" body_line_height=\"1.8em\" meta_font=\"Nunito Sans|600|||||||\" meta_text_color=\"rgba(37,53,66,0.4)\" pagination_font=\"Nunito Sans|700||on|||||\" pagination_text_color=\"#f16976\" pagination_font_size=\"14px\" pagination_letter_spacing=\"3px\" pagination_line_height=\"1.7px\" custom_margin=\"|||\" custom_padding=\"|||\" border_width_all=\"0px\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" border_color_all=\"rgba(51,51,51,0)\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Nunito Sans||||||||\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>Join Our Newsletter</h2>\n<p>Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"#253542\" form_field_text_color=\"#ffffff\" form_field_focus_text_color=\"#ffffff\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" border_radii_fields=\"on||||\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#253542\" focus_text_color=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#253542\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#253542\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','consultant blog','','publish','closed','closed','','consultant-blog','','','2020-05-20 08:37:24','2020-05-20 08:37:24','',0,'http://lukuverkosto.fi/home/et_pb_layout/consultant-blog/',0,'et_pb_layout','',0),(50058,1,'2017-11-17 23:34:29','2017-11-17 23:34:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.0.89\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"What we do. How we do it.\" content_max_width=\"600px\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|900||on|||||\" title_font_size=\"40px\" title_text_color=\"#253542\" title_letter_spacing=\"7px\" title_line_height=\"1.4em\" content_font=\"Nunito Sans|700|||||||\" content_font_size=\"18px\" content_text_color=\"#253542\" content_line_height=\"1.8em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-12.jpg\" custom_margin=\"|||\" custom_padding=\"10%||10%|\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#253542\" button_one_border_width=\"10px\" button_one_border_color=\"#253542\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"2px\" button_one_font=\"Nunito Sans|800||on|||||\" button_one_use_icon=\"off\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"#79abab\" button_one_border_color_hover=\"#79abab\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"2px\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fullwidth ZigZag\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-07.jpg\" parallax=\"on\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#ffffff\" padding_top_1=\"100px\" padding_top_2=\"150px\" padding_right_2=\"5%\" padding_bottom_2=\"150px\" padding_left_2=\"5%\" background_repeat_1=\"no-repeat\" admin_label=\"Right Sided Texts\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"150px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"150px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\"]<h2>market Research</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis <span style=\"font-size: 16px;\">nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</span></p>\n<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" make_equal=\"on\" background_color_1=\"#F4F5F8\" background_color_2=\"rgba(37,53,66,0.89)\" padding_top_1=\"150px\" padding_right_1=\"5%\" padding_bottom_1=\"150px\" padding_left_1=\"5%\" padding_top_2=\"150px\" padding_right_2=\"5%\" padding_bottom_2=\"150px\" padding_left_2=\"5%\" admin_label=\"Right Sided Texts\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"150px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"150px\" background_color=\"#F4F5F8\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\"]<h2>Product marketing</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.</p>\n<p>Nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"150px\" padding_left=\"5%\" padding_right=\"5%\" padding_top=\"150px\" background_color=\"rgba(37,53,66,0.89)\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" locked=\"off\"]<h2>Business Plan</h2>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. </span><span style=\"font-size: 16px;\">nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/business-10.jpg\" custom_padding=\"110px|0px|110px|0px\"][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider show_inner_shadow=\"off\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#253542\" custom_padding=\"|40px||40px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\"][et_pb_slide heading=\"%22Our ONline Sales Doubled in Just 18 months%22\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" _builder_version=\"3.0.89\" background_color=\"#F16976\"]- Divi Co.[/et_pb_slide][et_pb_slide heading=\"%22We had a roadmap Ready for Execution in under 48hrs%22\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_6.png\" _builder_version=\"3.0.89\" background_color=\"#79ABAB\"]- Divi Co.[/et_pb_slide][et_pb_slide heading=\"%22Divi truly understood our users%22\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" _builder_version=\"3.0.89\" background_color=\"#253542\"]- Divi Co.[/et_pb_slide][/et_pb_slider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||150px|\"][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Operations\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Financial Advising\" use_icon=\"on\" font_icon=\"%%113%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"INformation Tech\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Product Design\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Human Resources\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#79ABAB\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_font_size=\"18px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_line_height=\"1.8em\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Process Section\" _builder_version=\"3.0.87\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-04.jpg\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]<h2>Our Process</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Process\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. Inquiry\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"30px\" header_text_color=\"#253542\" header_letter_spacing=\"5px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_font_size=\"18px\" body_text_color=\"rgba(37,53,66,0.7)\" body_line_height=\"1.8em\" background_color=\"#f4f5f8\" custom_padding=\"50px|50px|50px|50px\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\"]Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Process\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. Case Study\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"30px\" header_text_color=\"#ffffff\" header_letter_spacing=\"5px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_font_size=\"18px\" body_text_color=\"rgba(255,255,255,0.7)\" body_line_height=\"1.8em\" background_color=\"#79ABAB\" custom_padding=\"50px|50px|50px|50px\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation=\"off\"]Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Process\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Research\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"30px\" header_text_color=\"#ffffff\" header_letter_spacing=\"5px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_font_size=\"18px\" body_text_color=\"rgba(255,255,255,0.7)\" body_line_height=\"1.8em\" background_color=\"#253542\" custom_padding=\"50px|50px|50px|50px\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\" animation=\"off\"]Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Process\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Launch\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"30px\" header_text_color=\"#ffffff\" header_letter_spacing=\"5px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_font_size=\"18px\" body_text_color=\"rgba(255,255,255,0.7)\" body_line_height=\"1.8em\" background_color=\"#F16976\" custom_padding=\"50px|50px|50px|50px\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation=\"off\"]Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Partners\" _builder_version=\"3.0.89\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]<h2>Our Partners</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Brand Logos\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-2-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-2.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.0.89\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"center\"]<h2>Let us help you grow Your business</h2>\n<p>Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"#253542\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Nunito Sans|800||on|||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"business-name\" field_title=\"Business Name\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"website\" field_title=\"Website\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\" custom_margin=\"||30px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','consultant about','','publish','closed','closed','','consultant-about','','','2017-11-17 23:34:29','2017-11-17 23:34:29','',0,'http://lukuverkosto.fi/home/et_pb_layout/consultant-about/',0,'et_pb_layout','',0),(123403,1,'2018-07-14 21:35:03','2018-07-14 21:35:03','[et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" specialty=\"on\" background_color_2=\"#253542\" padding_top_2=\"60px\" padding_right_2=\"4%\" padding_bottom_2=\"60px\" padding_left_2=\"4%\" padding_2_tablet=\"|||\" padding_2_phone=\"|||\" padding_2_last_edited=\"off|desktop\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.89\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-02-2.jpg\" background_size=\"contain\" background_position=\"top_center\" custom_margin=\"|||\" custom_padding=\"|||20%\" custom_padding_tablet=\"|10%||10%\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"3.0.47\"][et_pb_row_inner _builder_version=\"3.0.89\" custom_margin=\"10%||10%|\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"16px\" text_text_color=\"rgba(37,53,66,0.7)\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"50px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|desktop\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"16px\" header_2_text_color=\"rgba(37,53,66,0.4)\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"||20px|\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n<h2>Level Up Your Business Today</h2>\r\n<h1>Divi Consultant</h1>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans|700|||||||\" text_font_size=\"18px\" text_text_color=\"#253542\" text_line_height=\"1.8em\" header_font=\"Nunito Sans|900||on|||||\" header_font_size=\"40px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|desktop\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"16px\" header_2_text_color=\"#c93852\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur. Curabitur at vestibulum nisi. Nullam vehicula nisi velit.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Our Services\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#79abab\" button_border_color_hover=\"#79abab\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"45.2656px|0px|0px|0px\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\" locked=\"off\"]\r\n<h2>Our Services</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Row\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Creative Marketing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3-Copy-6.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#f16976\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Market Research\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-3.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#79abab\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0px|0px|44.8281px|0px\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Row\" _builder_version=\"3.0.89\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mapping &amp; Planning\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Grouopy-4.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" background_color=\"#253542\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"3.0.47\" box_shadow_position=\"outer\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Execution &amp; Analysis\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/consultant-03.png\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_align=\"center\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_text_align=\"center\" body_font_size=\"16px\" background_color=\"#edf1f4\" text_orientation=\"center\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" animation=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tinciduntLorem ipsum dolor sit amet\r\n\r\n[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_phone=\"|||\" padding_tablet=\"|||\" padding_last_edited=\"off|desktop\" padding_bottom=\"60px\" padding_left=\"4%\" padding_right=\"4%\" padding_top=\"60px\" background_color=\"#253542\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Nunito Sans|800||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" header_2_line_height_last_edited=\"off|desktop\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"10%\" locked=\"off\"]\r\n<h2>Settle for more</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod\r\n\r\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-2.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"100ms\"][/et_pb_image][et_pb_blurb title=\"Evaluate\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]\r\n\r\nLorem ipsum dolor sit amet, consectetue adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n\r\n[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-3.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_image][et_pb_blurb title=\"Analyze\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n[/et_pb_blurb][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/feature-1.png\" always_center_on_mobile=\"off\" _builder_version=\"3.0.89\" animation_style=\"fade\" animation_direction=\"right\" animation_delay=\"300ms\" locked=\"off\"][/et_pb_image][et_pb_blurb title=\"Roadmap\" content_max_width=\"100%\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#ffffff\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"rgba(255,255,255,0.7)\" custom_margin=\"||80px|\" custom_padding=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation=\"off\" locked=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\r\n[/et_pb_blurb][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.89\" custom_margin=\"||60px|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#79abab\" button_border_width=\"10px\" button_border_color=\"#79abab\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" animation_style=\"zoom\" animation_direction=\"right\" animation_delay=\"400ms\" animation_intensity_zoom=\"10%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ZigZag - Left Sided Texts\" _builder_version=\"3.0.87\" custom_padding=\"54px|0px|54px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>Plan for a better Future</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"right\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"71% Increase in Return Users\" number=\"71\" bar_bg_color=\"#f16976\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"1.7em\" number_font=\"Nunito Sans|700|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" max_width=\"220px\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"50% Increase IN Sales\" number=\"50\" bar_bg_color=\"#79ABAB\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"1.7em\" number_font=\"Nunito Sans|700|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" max_width=\"160px\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>Our Specialties</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters use_percentages=\"off\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|800||on|||||\" title_font_size=\"14px\" title_text_color=\"rgba(37,53,66,0.3)\" title_letter_spacing=\"3px\" title_line_height=\"2em\" percent_font=\"||||||||\" percent_font_size=\"10px\" percent_line_height=\"1em\" border_radii=\"on|10px|10px|10px|10px\"][et_pb_counter percent=\"70\" bar_background_color=\"#253542\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Financial[/et_pb_counter][et_pb_counter percent=\"85\" bar_background_color=\"#f16976\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Product Design[/et_pb_counter][et_pb_counter percent=\"60\" bar_background_color=\"#79ABAB\" _builder_version=\"3.0.89\" custom_margin=\"||24px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"#2ea3f2\" use_percentages=\"off\"]Social Media[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nNostrud exerci tation ullamcorper suscipit losed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. bortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Get a Quote\" button_alignment=\"center\" _builder_version=\"3.0.89\" custom_margin=\"|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#F16976\" button_border_color_hover=\"#F16976\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Facts\" _builder_version=\"3.0.87\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6.jpg\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>The Numbers</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Fun Facts\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Happy Clients\" number=\"120\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#f16976\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Million Users\" number=\"45\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#79ABAB\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"National Awards\" number=\"64\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#fffffff\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#253542\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Consultants\" number=\"36\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.89\" title_font=\"Nunito Sans|600|||||||\" title_font_size=\"16px\" title_text_color=\"#253542\" number_font=\"Nunito Sans|800|||||||\" number_font_size=\"40px\" number_text_color=\"#253542\" number_letter_spacing=\"3px\" number_line_height=\"2.5em\" background_color=\"#ffffff\" custom_margin=\"|||\" custom_padding=\"40px|40px|60px|40px\" animation_style=\"zoom\" animation_delay=\"300ms\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.89\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Join the Revolution\" button_alignment=\"center\" _builder_version=\"3.0.89\" custom_margin=\"60px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#253542\" button_border_width=\"10px\" button_border_color=\"#253542\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#F16976\" button_border_color_hover=\"#F16976\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"3px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"ZigZag - Left Sided Texts\" _builder_version=\"3.0.87\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\" locked=\"off\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n<h2>FAQ</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.89\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_accordion open_toggle_text_color=\"#253542\" open_toggle_background_color=\"#edf1f4\" closed_toggle_text_color=\"#253542\" closed_toggle_background_color=\"#edf1f4\" icon_color=\"#253542\" _builder_version=\"3.0.89\" body_font=\"Nunito Sans|600|||||||\" body_font_size=\"16px\" body_text_color=\"#253542\" body_line_height=\"1.8em\" toggle_font=\"Nunito Sans|800||on|||||\" toggle_font_size=\"16px\" toggle_letter_spacing=\"2px\" toggle_line_height=\"1.4em\" border_width_all=\"0px\"][et_pb_accordion_item title=\"What Types of Businesses Do you Work With?\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" open=\"on\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you Offer Long Term Services?\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" open=\"off\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][et_pb_accordion_item title=\"What Types of Businesses Do you Work With?\" open=\"off\" _builder_version=\"3.0.89\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"left\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis.\r\n\r\nnostrud exerci tation ullamcorper suscipit losed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim quis. bortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Our Partners\" _builder_version=\"3.0.89\" custom_padding=\"100px|0px|100px|0px\" saved_tabs=\"all\"][et_pb_row admin_label=\"Tittle Row\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(37,53,66,0.7)\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_text_color=\"#253542\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_text_color=\"#253542\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>Our Partners</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit sed edipse.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Brand Logos\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-2-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-2.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-1-copy-3.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Group-2-copy-1.png\" _builder_version=\"3.0.89\" max_width=\"180px\" module_alignment=\"center\" custom_margin=\"30px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Rozaro Fred\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Untitled-1.jpg\" quote_icon=\"off\" use_background_color=\"off\" box_shadow_style_image=\"preset1\" box_shadow_vertical_image=\"0px\" box_shadow_blur_image=\"0px\" _builder_version=\"3.0.89\" body_font=\"Nunito Sans||||||||\" body_text_align=\"center\" body_font_size=\"18px\" body_text_color=\"#253542\" body_line_height=\"1.7em\" border_style_all_portrait=\"none\" text_orientation=\"center\" module_alignment=\"center\"]\r\n\r\nNullam rhoncus lacus non odio luctus, eu condimentum mauris ultrices. Praesent blandit, augue a posuere aliquam, arcu tortor feugiat turpis, quis lacinia augue sapien at tellus. Cras ut erat magna. Morbi nibh ante, condimentum\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.0.89\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.89\" text_font=\"Nunito Sans||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" max_width=\"600px\" module_alignment=\"center\"]\r\n<h2>Let us help you grow Your business</h2>\r\nNam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" form_background_color=\"#253542\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.89\" form_field_font=\"Nunito Sans|800||on|||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#253542\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"business-name\" field_title=\"Business Name\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"website\" field_title=\"Website\" field_type=\"email\" _builder_version=\"3.0.89\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.89\" border_radii=\"on||||\" custom_margin=\"||30px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','consultant landing','','inherit','closed','closed','','50062-revision-v1','','','2018-07-14 21:35:03','2018-07-14 21:35:03','',50062,'http://lukuverkosto.fi/home/uncategorized/50062-revision-v1/',0,'revision','',0),(123404,1,'2018-07-14 21:37:09','2018-07-14 21:37:09','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" parallax=\"on\" transparent_background=\"off\" next_background_color=\"#000000\"][et_pb_fullwidth_header_extended title=\"We help\" typing_effect=\"on\" typing_loop=\"off\" typing_static_on_off=\"on\" typing_static_text=\"Designers to create modern websites|Divi users to create modern effects|Companies to wow their clients\" typing_static_break=\"off\" typing_delay=\"10\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead=\"Welcome to Divi\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"on\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"diagonal-top\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Lato|on|||\" title_font_size=\"40px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font=\"Lato|on|||\" subhead_font_size=\"60px\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"bounceInLeft\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"2.6\" button_mobile_fullwidth=\"on\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\" button_one_text=\"Play Video\" button_one_url=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" button_two_text=\"Click for Popup\" background_overlay_color=\"rgba(0,0,0,0)\" title_line_height=\"1.4em\" subhead_line_height=\"1.2em\" typing_cursor=\"#fecd08\" typing_underline_on_off=\"on\" typing_underline_color=\"#fecd08\" typing_background_on_off=\"off\" scroll_down_icon=\"%%1%%\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-1245714_1920.jpg\" kenburns_effect=\"on\" moving_particles_effect=\"on\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"on\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"on\" use_popup_two_button_on_off=\"on\" use_popup_two_background_image_on_off=\"on\" use_popup_two_text_color=\"dark\" fancyline_color=\"#ffffff\" fancyline_width=\"70px\" fancyline_height=\"4px\" button_one_border_color=\"rgba(255,255,255,0)\" button_one_icon=\"%%40%%\" button_one_text_size=\"18\" button_one_font=\"Source Sans Pro||||\" button_one_text_color_hover=\"#333333\" button_one_bg_color_hover=\"#ffffff\" button_one_border_color_hover=\"#ffffff\" background_color=\"#000000\" button_two_text_size=\"18\" button_two_text_color=\"#ffffff\" button_two_bg_color=\"#23cbd1\" button_two_border_color=\"#23cbd1\" button_two_font=\"Source Sans Pro||||\" background_gradient_color_two=\"rgba(0,0,0,0.78)\" background_gradient_color_one=\"rgba(0,0,0,0.6)\" use_popup_two_id=\"btn-two-popup\" use_popup_two_title=\"We can create a simple content popup\" use_popup_two_content=\"This is the content that you can show some information about your services or products or even coupon code. Both Button One and Button can have either the video popup or the content popup. Not to mention, you can style the title, content and even the buttons! \" use_popup_two_background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/computer-767781_1280.jpg\" use_popup_two_button_one_text=\"Ok, Bring me there\" use_popup_two_button_one_url=\"https://diviwebdesign.com\" button_two_popup_one_text_size=\"14\" button_two_popup_one_text_color=\"#333333\" button_two_popup_one_bg_color=\"#fecd08\" button_two_popup_one_border_color=\"#fecd08\" button_two_popup_one_font=\"Lato||||\" popup_title_two_font=\"Lato|on|||\" popup_title_two_font_size=\"33px\" popup_content_two_font=\"Lora||||\" fancyline_width_last_edited=\"on|phone\" popup_title_two_font_size_phone=\"24px\" popup_title_two_font_size_last_edited=\"on|phone\" popup_content_two_font_size_phone=\"13px\" popup_content_two_font_size_last_edited=\"on|phone\" subhead_font_size_tablet=\"40px\" subhead_font_size_phone=\"26px\" subhead_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"36px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" fancyline_width_phone=\"40px\" fancyline_height_tablet=\"3px\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|tablet\" fancyline_margin_top_phone=\"15px\" fancyline_margin_top_last_edited=\"on|phone\" fancyline_margin_bottom_phone=\"0px\" fancyline_margin_bottom_last_edited=\"on|phone\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" popup_two_id=\"winbmw\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _builder_version=\"3.0.75\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" wider_mobile_space=\"off\" _i=\"0\" _address=\"0.0\" /][et_pb_fullwidth_dwd_popup _builder_version=\"3.0.75\" use_popup_one_id=\"winbmw\" use_popup_one_title_on_off=\"on\" use_popup_one_title=\"It could be YOURS!\" use_popup_one_button_on_off=\"off\" use_popup_one_text_align=\"center\" use_popup_one_text_color=\"dark\" use_popup_one_remove_shadow=\"off\" border_style=\"solid\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_letter_spacing_hover=\"0\" use_popup_animation_in=\"zoomIn\" use_popup_fullscreen=\"off\" use_background_color_gradient=\"on\" max_width=\"400px\" use_header_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/BMW_XSeries_Overview_BM5_Adventures-Await_image02.jpg\" use_header_title=\"START COMPETING TO WIN A NEW CAR NOW!\" custom_padding=\"40px|40px|40px|40px\" use_popup_header_text_align=\"center\" popup_header_text_align=\"center\" popup_header_orientation=\"center\" popup_header_font=\"Arimo|on|on||\" popup_header_height=\"130px\" popup_header_height_phone=\"80px\" popup_header_height_last_edited=\"on|desktop\" popup_border_radius=\"6\" popup_header_line_height=\"1.3em\" popup_title_one_font=\"Montserrat||||\" popup_content_one_font=\"Open Sans||||\" background_color_gradient_start=\"#000046\" background_color_gradient_end=\"#1cb5e0\" background_color_gradient_direction=\"143deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bmw_x6.jpg\" background_blend=\"hue\" dwd_module_lib=\"40282\" dwd_use_module=\"off\" saved_tabs=\"all\" _i=\"1\" _address=\"0.1\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"rgba(44,62,80,0)\"][et_pb_fullwidth_header_extended title=\"Slicey Blurry Effect\" rotator_type=\"slideInDown\" rotator_speed=\"2750\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" subhead_before_after=\"before\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" scroll_down_icon=\"%%1%%\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" s_background_layout=\"dark\" exclude_pages=\"off\" exclude_posts=\"off\" hide_button=\"off\" search_button_align=\"left\" content_animation=\"fadeIn\" search_max_width_on_off=\"off\" fancyline_styles_on_off=\"on\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_animation=\"fadeIn\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation=\"fadeIn\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_style=\"hvr-bubble-top\" button_one_text=\"Learn More\" button_one_url=\"#\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/joshua-earle-133254.jpg\" interactive_background_effect=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" moving_particles_effect=\"off\" moving_particles_circle_color=\"rgba(29,214,201,0.74)\" moving_particles_line_color=\"rgba(255,255,255,0.19)\" parallax_method=\"on\" logo_image_animation=\"fadeIn\" header_image_animation=\"fadeIn\" image_orientation=\"center\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_font=\"Lato||||\" content_font_size=\"18px\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" custom_button_one=\"on\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#b022e8\" button_one_border_color=\"#b022e8\" button_one_border_radius=\"2\" custom_css_button_1=\"margin-top: 40px;\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_two_animation_on_off=\"off\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" logo_image_animation_on_off=\"off\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_sb_hover_on_off=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_sb_hover_on_off=\"off\" scroll_fade_header_on_off=\"off\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" animated_gradient=\"off\" animated_gradient_style=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_text_orientation=\"left\" search_icon_button=\"off\" hide_search_txt=\"off\" search_button_align_on_off=\"off\" divider_on_off=\"off\" parallax=\"off\" custom_scroll_down_icon_on_off=\"off\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" slicey_blury_effect=\"on\" slicey_blury_effect_type=\"dwd-slicey-type-one\" background_overlay_color=\"rgba(0,0,0,0.2)\" subhead=\"Big Multiple Boxes\" slicey_blurry_effect=\"on\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" title_line_height=\"1.2em\" subhead_font=\"Montserrat||||\" subhead_font_size=\"20px\" subhead_letter_spacing=\"5px\" subhead_font_size_phone=\"13px\" subhead_font_size_last_edited=\"on|phone\" wider_mobile_space=\"on\" _builder_version=\"3.0.63\" _i=\"0\" _address=\"1.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero\" _builder_version=\"3.0.76\" background_color=\"rgba(44,62,80,0)\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended title=\"A Whole New Experience on Divi|We can add some effects on the title|Like this typing effect?\" title_effect=\"on\" title_effect_method=\"off\" auto_speed=\"10\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"on\" animated_gradient_style=\"off\" particles_effect=\"on\" content_orientation=\"center\" image_orientation=\"center\" scroll_down_icon_size_tablet=\"50\" custom_button_one=\"on\" button_one_icon_placement=\"right\" custom_button_two=\"on\" button_two_icon_placement=\"right\" title_font_size=\"44px\" content_font_size=\"18px\" title_font=\"|on|||\" button_one_text=\"Get Updated!\" button_one_url=\"https://www.facebook.com/diviwebdesign\" typing_effect=\"on\" rotator_effect=\"off\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" title_animation_on_off=\"on\" title_animation=\"fadeIn\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInDownBig\" content_animation_on_off=\"on\" content_animation=\"fadeInUp\" button_one_animation_on_off=\"on\" button_one_animation=\"fadeInLeft\" button_two_animation_on_off=\"on\" button_two_animation=\"fadeInRight\" subhead=\"Fullwidth Header Extended Module\" button_two_text=\"Buy Now\" button_two_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size=\"16\" title_font_size_tablet=\"38px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"14\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" scroll_down_icon_size_phone=\"30\" scroll_down_icon_size_last_edited=\"on|phone\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.3\" content_animation_reveal=\"on\" content_animation_speed=\"0.6\" button_one_animation_reveal=\"on\" button_one_animation_speed=\"0.6\" button_two_animation_reveal=\"on\" button_two_animation_speed=\"0.6\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" custom_scroll_down_icon_on_off=\"on\" custom_scroll_down_icon_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/dwd-mouse-scroll-1.png\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" icon_max_width=\"28px\" typing_cursor=\"#fecd08\" icon_max_width_phone=\"22px\" icon_max_width_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" fancyline_height=\"4px\" content_line_height=\"1.8em\" title_line_height=\"1.4em\" custom_container_width_on_off=\"off\" custom_container_width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" button_one_text_size_phone=\"14\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_phone=\"14\" button_two_text_size_last_edited=\"on|phone\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" use_popup_one_title_on_off=\"off\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_one_text_color=\"light\" use_popup_two_title_on_off=\"off\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" use_popup_two_text_color=\"light\" custom_css_content_description=\"max-width:580px; margin: 0 auto;\" use_popup_one_text_align=\"left\" use_popup_two_text_align=\"left\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" interactive_background_effect=\"off\" hide_moving_particles_effect_phone=\"off\" hide_header_scroll_down_phone=\"off\" hide_particles_effect_phone=\"off\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" wave_effect=\"off\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" wider_mobile_space=\"off\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"2.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-2\" _builder_version=\"3.0.76\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/page-bg-min.jpg?55cefd\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\" prev_background_color=\"rgba(44,62,80,0)\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended title=\"Animation is added to\" typing_effect=\"off\" rotator_effect=\"on\" rotator_speed=\"2200\" subhead=\"You can have static + typing or rotator effect\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" animation=\"left\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"on\" title_animation=\"fadeInLeft\" subheading_animation_on_off=\"on\" subheading_animation=\"fadeInLeft\" content_animation_on_off=\"on\" content_animation=\"fadeInRight\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"on\" button_one_animation=\"zoomIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" subhead_font=\"|on||on|\" subhead_font_size=\"16px\" content_font_size=\"18px\" button_one_text=\"Get it Now!\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" subhead_font_size_last_edited=\"on|desktop\" background_overlay_color=\"rgba(0,0,0,0.57)\" title_font_size=\"32px\" title_font_size_tablet=\"24px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font=\"|on|||\" scroll_down_icon=\"%%1%%\" rotator_type=\"fadeIn\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"on\" title_animation_speed=\"0.1\" subheading_animation_reveal=\"on\" subheading_animation_speed=\"0.5\" content_animation_reveal=\"on\" content_animation_speed=\"0.8\" button_one_animation_reveal=\"on\" button_two_animation_reveal=\"off\" button_one_animation_speed=\"1\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"bounce\" typing_static_on_off=\"off\" rotator_static_on_off=\"on\" rotator_static_text=\"Title|Subhead|Content|Both Buttons|Scroll Down Icon|or whole header\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect_color=\"#fecd08\" whole_animation_speed=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" logo_image_animation_speed=\"0\" header_image_animation_speed=\"0\" button_two_animation_speed=\"0\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" custom_css_header_content=\"max-width: 680px !important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"3.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"fullwidth-header-hero-3\" _builder_version=\"3.0.76\" background_image=\"https://demo.diviwebdesign.com/wp-content/uploads/2016/12/fullwdith-extended-2-min.jpg?55cefd\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended title=\"Yet another typing effect|A little faster now|You can set the speed\" typing_effect=\"on\" typing_speed=\"5\" rotator_effect=\"off\" subhead=\"Subheading After Title\" subhead_before_after=\"after\" whole_header_animation_on_off=\"on\" animation=\"right\" background_layout=\"dark\" text_orientation=\"right\" header_fullscreen=\"on\" header_scroll_down=\"off\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"on\" animated_gradient_style=\"on\" particles_effect=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" custom_button_one=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" title_font_size_last_edited=\"on|phone\" content_font_size=\"18px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|phone\" title_font_size=\"44\" title_font_size_tablet=\"38\" title_font_size_phone=\"22\" subhead_font_size=\"16\" subhead_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" rotator_type=\"fadeIn\" whole_animation=\"fadeInRightBig\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" title_animation_reveal=\"off\" subheading_animation_reveal=\"off\" content_animation_reveal=\"off\" button_one_animation_reveal=\"off\" button_two_animation_reveal=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" typing_static_on_off=\"off\" rotator_static_on_off=\"off\" typing_backdelay=\"0\" custom_scroll_down_icon_on_off=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"right\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" fancyline_styles_on_off=\"on\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" custom_css_subtitle=\"padding-bottom: 40px;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"4.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"on|phone\" module_id=\"vr-gear-header-demo\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-hero.jpg\" parallax=\"on\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended typing_effect=\"off\" typing_static_on_off=\"off\" typing_delay=\"0\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeInUp\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.5\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now for $12\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" subhead_font_size_tablet=\"51\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" content_font_color=\"#1c1e20\" content_font_size=\"21px\" max_width=\"450px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#1574d4\" button_one_border_color=\"#1574d4\" button_one_border_radius=\"50px\" button_one_border_radius_hover=\"50px\" custom_css_main_element=\"background-position: center center;\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" content_font_size_phone=\"18px\" content_font_size_last_edited=\"on|phone\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" content_line_height=\"1.9em\" logo_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/gear-vr-powered-by.png\" custom_css_logo=\"padding-bottom:20px!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" scroll_fade_header_on_off=\"off\" shuffle_text_on_off=\"off\" particles_effect_shape=\"circle\" kenburns_effect_type=\"dwd-zoomin\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" _i=\"0\" _address=\"5.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"fullwidth-header-hero-4\" _builder_version=\"3.0.76\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" custom_padding_phone=\"0px|0px|0px|0px\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_fullwidth_header_extended admin_label=\"Textillate Effect\" title=\"This is the Textillate Effect with In and Out Animation\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_backdelay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"on\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeInLeftBig\" textillate_out_type=\"reverse\" textillate_out_effect=\"rollOut\" subhead=\"Divi Fullwidth Header Extended Module\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.4\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"on\" title_animation_speed=\"0.5\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" custom_button_one=\"on\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_icon_placement=\"right\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" background_gradient_color_one=\"#6cd6e4\" background_gradient_color_two=\"#0dcae2\" content_font_size=\"17px\" content_font_size_tablet=\"16px\" content_font_size_phone=\"13px\" content_font_size_last_edited=\"on|desktop\" title_font=\"|on|||\" typing_loop=\"off\" typing_static_break=\"off\" rotator_static_break=\"off\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"before\" title_fancy_orientation=\"center\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" max_width_last_edited=\"off|desktop\" button_mobile_fullwidth=\"off\" custom_container_width_on_off=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#ffffff\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" fancyline_height=\"4px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" title_line_height=\"1.4em\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _builder_version=\"3.0.93\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" shuffle_text_on_off=\"off\" video_url_mobile=\"off\" kenburns_effect_type=\"dwd-zoomin\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" interactive_background_effect=\"off\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" hide_moving_particles_effect_phone=\"off\" wave_effect=\"off\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" hide_header_scroll_down_phone=\"off\" particles_effect_shape=\"circle\" particles_effect_direction=\"none\" particles_effect_hover=\"grab\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" wider_mobile_space=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"6.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|desktop\" module_class=\"textgif-demo\" _builder_version=\"3.0.76\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_fullwidth_header_extended admin_label=\"TextGIF\" title=\"A new effect called TextGIF\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"on\" textgif_bg=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" subhead_before_after=\"before\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" button_one_text=\"Buy Now\" button_one_url=\"https://diviwebdesign.com/store/divi-custom-modules/fullwidth-header-extended/\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" background_gradient_color_one=\"#eaeaea\" background_gradient_color_two=\"#fcfcfc\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"50px\" title_font_size_tablet=\"44px\" title_font_size_phone=\"30px\" title_font_size_last_edited=\"on|phone\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" scroll_down_icon_size_tablet=\"50\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_line_height=\"1.4em\" header_image_url=\"https://i.giphy.com/l0MYMgUY4vAXQloNa.gif\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_text_color_hover=\"#101723\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_color=\"#fecd08\" button_one_border_radius=\"2\" button_one_border_radius_hover=\"2\" content_line_height=\"1.9em\" button_one_text_size=\"19\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"7.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|\" module_class=\"dwd-tunein-wrapper\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/listen-background.jpg\" custom_padding=\"120px||120px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended title=\"Listen to your favourite\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Music|Sports|Books|News|Talk\" rotator_static_break=\"on\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"off\" title_before_after=\"before\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"fadeIn\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"on\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"on\" hide_search_txt=\"on\" hide_button=\"off\" search_button_align_on_off=\"on\" search_button_align=\"left\" placeholder=\"Search for a station, show or podcast.\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0.4\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Source Sans Pro Light||||\" title_font_size=\"59px\" title_line_height=\"1.2em\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" fancyline_styles_on_off=\"off\" search_max_width_on_off=\"on\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_css_rotator_custom=\"text-transform:uppercase;font-weight:700;\" search_max_width=\"430px\" search_icon_color=\"#37444e\" search_field_bg=\"rgba(255,255,255,0.75)\" input_font_size=\"18px\" custom_css_input_field=\"border:0!important;box-shadow: 0 0 0 #888;-webkit-box-shadow: 0 0 0 #888;height:48px;outline:0;\" input_text_color=\"#37444e\" custom_css_search_button=\"border:0;\" input_font=\"Source Sans Pro Light||||\" custom_css_search_icon=\"left:20px;\" title_font_size_tablet=\"35px\" title_font_size_phone=\"26px\" title_font_size_last_edited=\"on|phone\" input_font_size_tablet=\"13px\" input_font_size_last_edited=\"on|phone\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" custom_css_header_content=\"width:100%!important;\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"8.0\" /][et_pb_text_extender background_layout=\"dark\" text_orientation=\"left\" header_font=\"Source Sans Pro||||\" header_font_size=\"14px\" header_font_size_tablet=\"13px\" header_line_height_tablet=\"2\" text_font=\"Source Sans Pro||||\" text_font_size=\"15px\" text_font_size_tablet=\"13px\" text_line_height_tablet=\"2\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"dwd-artist\" custom_css_main_element=\"position: absolute;left: 40px;bottom: 25px;\" header_font_size_last_edited=\"on|desktop\" text_font_size_last_edited=\"on|phone\" header_line_height=\"1.1em\" text_line_height=\"1.1em\" _i=\"1\" _address=\"8.1\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" custom_padding_last_edited=\"off|phone\" module_class=\"fullwidth-popup-video\" _builder_version=\"3.0.76\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/diviheader-bg-min.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_fullwidth_header_extended title=\"&lt;strong&gt;Divi.&lt;/strong&gt; The Ultimate WordPress Theme and Visual Page Builder for your\" typing_effect=\"off\" typing_loop=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_text=\"Website|Business|Customers\" rotator_static_break=\"off\" rotator_type=\"fadeIn\" rotator_speed=\"2500\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"fadeIn\" textillate_out_type=\"sequence\" textillate_out_effect=\"fadeIn\" textgif_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"left\" subhead_before_after=\"before\" whole_header_animation_on_off=\"on\" whole_animation=\"slideInLeft\" whole_animation_reveal=\"on\" whole_animation_speed=\"0.1\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" button_one_text=\"Buy Now\" button_one_url=\"https://elegantmarketplace.com/product/fullwidth-header-extended/\" button_two_text=\"Watch Video\" button_two_url=\"//www.youtube.com/embed/FkQuawiGWUw\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" particles_effect=\"off\" parallax=\"off\" parallax_method=\"off\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" content_orientation=\"center\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" image_orientation=\"center\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" title_font=\"Open Sans||||\" title_font_size=\"42px\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" content_font=\"Open Sans||||\" content_font_size=\"20px\" fancyline_styles_on_off=\"on\" fancyline_color=\"#252525\" fancyline_width=\"60px\" fancyline_margin_top=\"30px\" fancyline_margin_bottom=\"30px\" search_max_width_on_off=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"off\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"on\" button_two_letter_spacing=\"0\" button_two_use_icon=\"off\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" popup_video_on_off_one=\"off\" popup_video_on_off_two=\"on\" custom_css_title=\"max-width:600px;\" title_font_size_tablet=\"40px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" content_font_size_tablet=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" url_new_window_one=\"off\" url_new_window_two=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" button_mobile_fullwidth=\"off\" button_one_text_color=\"#101723\" button_one_bg_color=\"#fecd08\" button_one_border_color=\"#fecd08\" button_one_font=\"Montserrat|||on|\" button_one_bg_color_hover=\"rgba(255,255,255,0)\" button_one_border_radius_hover=\"2\" button_two_text_color=\"#101723\" button_two_bg_color=\"rgba(255,255,255,0)\" button_two_border_color=\"#101723\" button_two_border_radius=\"2\" button_two_font=\"Montserrat|||on|\" button_two_border_color_hover=\"#fecd08\" button_two_border_radius_hover=\"2\" content_line_height=\"1.9em\" fancyline_height=\"4px\" button_one_text_size=\"19\" button_two_text_size=\"19\" button_one_text_size_last_edited=\"on|phone\" button_two_text_size_last_edited=\"on|phone\" custom_css_header_content=\"width:100%!important;\" button_one_text_size_phone=\"14\" button_two_text_size_phone=\"14\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" use_popup_one_on_off=\"off\" use_popup_two_on_off=\"off\" kenburns_effect=\"off\" moving_particles_effect=\"off\" scroll_fade_header_on_off=\"off\" use_popup_one_title_on_off=\"off\" use_popup_one_text_align=\"left\" use_popup_one_text_color=\"light\" use_popup_one_button_on_off=\"off\" use_popup_one_background_image_on_off=\"off\" use_popup_two_title_on_off=\"off\" use_popup_two_text_align=\"left\" use_popup_two_text_color=\"light\" use_popup_two_button_on_off=\"off\" use_popup_two_background_image_on_off=\"off\" custom_button_one_popup_one=\"off\" button_one_popup_one_letter_spacing=\"0\" button_one_popup_one_use_icon=\"default\" button_one_popup_one_icon_placement=\"right\" button_one_popup_one_on_hover=\"on\" button_one_popup_one_letter_spacing_hover=\"0\" custom_button_one_popup_two=\"off\" button_one_popup_two_letter_spacing=\"0\" button_one_popup_two_use_icon=\"default\" button_one_popup_two_icon_placement=\"right\" button_one_popup_two_on_hover=\"on\" button_one_popup_two_letter_spacing_hover=\"0\" custom_button_two_popup_one=\"off\" button_two_popup_one_letter_spacing=\"0\" button_two_popup_one_use_icon=\"default\" button_two_popup_one_icon_placement=\"right\" button_two_popup_one_on_hover=\"on\" button_two_popup_one_letter_spacing_hover=\"0\" custom_button_two_popup_two=\"off\" button_two_popup_two_letter_spacing=\"0\" button_two_popup_two_use_icon=\"default\" button_two_popup_two_icon_placement=\"right\" button_two_popup_two_on_hover=\"on\" button_two_popup_two_letter_spacing_hover=\"0\" _i=\"0\" _address=\"9.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.74\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_fullwidth_header_extended title=\"ShuffleText\" button_one_text=\"Learn More\" typing_effect=\"off\" typing_loop=\"on\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_delay=\"0\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"off\" rotator_static_on_off=\"off\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_in_type=\"sequence\" textillate_in_effect=\"flipInX\" textillate_out_type=\"reverse\" textillate_out_effect=\"flipInY\" textgif_on_off=\"off\" shuffle_text_on_off=\"on\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"off\" popup_video_on_off_two=\"off\" url_new_window_two=\"off\" use_popup_two_on_off=\"off\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomin\" interactive_background_effect=\"on\" animated_gradient=\"off\" animated_gradient_style=\"off\" background_gradient=\"on\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"dark\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-before\" divider_type=\"dwd-d-style-triangles\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" parallax=\"off\" parallax_method=\"on\" header_scroll_down=\"on\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"on\" header_scroll_down_effect=\"slideInDown\" hide_header_scroll_down_phone=\"off\" image_orientation=\"top\" particles_effect_shape=\"circle\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" custom_button_one=\"on\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" whole_animation_speed=\"0\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" title_animation_speed=\"0\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" subheading_animation_speed=\"0\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" content_animation_speed=\"0\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_animation_speed=\"0\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_animation_speed=\"0\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" logo_image_animation_speed=\"0\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" header_image_animation_speed=\"0\" button_mobile_fullwidth=\"off\" rotator_speed=\"2750\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/office-581131_1920-1.jpg\" background_gradient_color_one=\"rgba(108,85,247,0.88)\" background_gradient_color_two=\"rgba(46,211,234,0.88)\" scroll_down_icon=\"%%1%%\" title_font=\"Montserrat|on||on|\" title_font_size=\"80px\" content_font=\"Lato||||\" content_font_size=\"18px\" title_letter_spacing=\"-1px\" title_letter_spacing_phone=\"0px\" content_line_height=\"1.8em\" fancyline_color=\"#ffffff\" fancyline_width=\"80px\" fancyline_height=\"4px\" fancyline_margin_top=\"40px\" fancyline_margin_bottom=\"40px\" button_one_text_size=\"18\" button_one_text_color=\"#ffffff\" button_one_border_radius=\"2\" button_one_bg_color=\"#4fd622\" custom_css_button_1=\"margin-top: 40px;\" button_one_border_color=\"#4fd622\" button_one_url=\"#\" interactive_bg_only=\"on\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|desktop\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" title_font_size_tablet=\"40px\" _i=\"0\" _address=\"10.0\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.47\" prev_background_color=\"#000000\"][et_pb_fullwidth_header_extended _builder_version=\"3.0.93\" title=\"Beautiful\" typing_effect=\"off\" typing_static_on_off=\"off\" typing_static_break=\"off\" typing_underline_on_off=\"off\" typing_background_on_off=\"off\" rotator_effect=\"on\" rotator_static_on_off=\"on\" rotator_static_break=\"off\" rotator_type=\"slideInDown\" textillate_effect=\"off\" textillate_effect_loop=\"false\" textillate_effect_type=\"char\" textillate_in_type=\"sequence\" textillate_out_type=\"reverse\" textgif_on_off=\"off\" shuffle_text_on_off=\"off\" title_fancyline=\"on\" title_before_after=\"after\" title_fancy_orientation=\"center\" popup_video_on_off_one=\"off\" url_new_window_one=\"off\" use_popup_one_on_off=\"on\" popup_video_on_off_two=\"off\" popup_video_two_animation=\"fadeIn\" url_new_window_two=\"off\" use_popup_two_on_off=\"on\" header_image_custom_url_on_off=\"off\" header_image_custom_url_new_window=\"off\" particles_effect=\"off\" kenburns_effect=\"off\" kenburns_effect_type=\"dwd-zoomout\" kenburns_effect_speed=\"16\" interactive_background_effect=\"on\" slicey_blurry_effect=\"off\" slicey_blurry_effect_type=\"dwd-slicey-type-one\" animated_gradient=\"off\" animated_gradient_style=\"on\" background_gradient=\"off\" background_gradient_type=\"left-to-right\" moving_particles_effect=\"off\" hide_moving_particles_effect_phone=\"off\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/crete-2651290_1920.jpg\" search_on_off=\"off\" woocommerce_search_on_off=\"off\" s_background_layout=\"light\" s_text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"off\" search_icon_button=\"off\" hide_search_txt=\"off\" hide_button=\"off\" search_button_align_on_off=\"off\" search_button_align=\"left\" divider_on_off=\"off\" divider_placement=\"dwd-d-after\" divider_type=\"dwd-d-style-diagonal\" subhead_before_after=\"before\" text_orientation=\"center\" header_fullscreen=\"on\" header_scroll_down=\"off\" custom_scroll_down_icon_on_off=\"off\" header_scroll_down_effect_on_off=\"off\" header_scroll_down_effect=\"fadeIn\" hide_header_scroll_down_phone=\"off\" image_orientation=\"center\" particles_effect_shape=\"circle\" particles_effect_direction=\"right\" hide_particles_effect_phone=\"off\" title_gradient_on_off=\"off\" subhead_gradient_on_off=\"off\" content_gradient_on_off=\"off\" fancyline_styles_on_off=\"on\" search_max_width_on_off=\"off\" background_layout=\"dark\" content_orientation=\"center\" wider_mobile_space=\"on\" custom_button_two=\"off\" button_two_icon_placement=\"right\" custom_button_one=\"on\" button_one_icon_placement=\"right\" whole_header_animation_on_off=\"off\" whole_animation=\"fadeIn\" whole_animation_reveal=\"off\" scroll_fade_header_on_off=\"off\" title_animation_on_off=\"off\" title_animation=\"fadeIn\" title_animation_reveal=\"off\" subheading_animation_on_off=\"off\" subheading_animation=\"fadeIn\" subheading_animation_reveal=\"off\" content_animation_on_off=\"off\" content_animation=\"fadeIn\" content_animation_reveal=\"off\" button_one_animation_on_off=\"off\" button_one_animation=\"fadeIn\" button_one_animation_reveal=\"off\" button_one_hover_effect_on_off=\"off\" button_one_twod_hover_on_off=\"off\" button_one_twod_hover_style=\"hvr-grow\" button_one_sb_hover_on_off=\"off\" button_one_sb_hover_style=\"hvr-bubble-top\" button_two_animation_on_off=\"off\" button_two_animation=\"fadeIn\" button_two_animation_reveal=\"off\" button_two_hover_effect_on_off=\"off\" button_two_twod_hover_on_off=\"off\" button_two_twod_hover_style=\"hvr-grow\" button_two_sb_hover_on_off=\"off\" button_two_sb_hover_style=\"hvr-bubble-top\" logo_image_animation_on_off=\"off\" logo_image_animation=\"fadeIn\" logo_image_animation_reveal=\"off\" header_image_animation_on_off=\"off\" header_image_animation=\"fadeIn\" header_image_animation_reveal=\"off\" button_mobile_fullwidth=\"off\" button_one_text=\"Learn More\" popup_one_id=\"winbmw\" button_two_url=\"popup\" popup_two_id=\"popup\" background_overlay_color=\"rgba(255,255,255,0)\" subhead=\"Oceans and Seas\" wave_effect=\"on\" wave_direction=\"up\" wave_color=\"rgba(8,182,221,0.91)\" wave_amplitude=\"100\" title_font=\"Sanchez|on|||\" title_font_size=\"44px\" rotator_static_text=\"Oceans|Seas|Trip\" rotator_speed=\"2450\" subhead_font=\"The Girl Next Door|on|||\" subhead_font_size=\"24px\" content_font=\"Gloria Hallelujah||||\" fancyline_height=\"4px\" fancyline_width=\"80px\" button_one_text_size=\"18\" button_one_bg_color_gradient_start=\"#ff4e50\" button_one_bg_color_gradient_end=\"#f9d423\" button_one_bg_color_gradient_direction=\"90deg\" button_one_border_width=\"0\" button_one_border_radius=\"50\" button_one_font=\"Lato||||\" button_one_bg_color=\"#ffffff\" content_font_size=\"16px\" button_one_text_color=\"#0daae2\" fancyline_height_phone=\"2px\" fancyline_height_last_edited=\"on|phone\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" subhead_font_size_phone=\"18px\" subhead_font_size_last_edited=\"on|phone\" content_font_size_phone=\"14px\" content_font_size_last_edited=\"on|phone\" saved_tabs=\"all\" video_url_mobile=\"off\" kenburns_loop=\"forwards\" hide_kenburns_phone=\"off\" particles_effect_hover=\"grab\" header_video_animation_on_off=\"off\" header_video_animation=\"fadeIn\" header_video_animation_reveal=\"off\" _i=\"0\" _address=\"11.0\" /][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2018-07-14 21:37:09','2018-07-14 21:37:09','',2,'http://lukuverkosto.fi/home/uncategorized/2-revision-v1/',0,'revision','',0),(123405,1,'2018-07-14 21:37:36','2018-07-14 21:37:36','','divider4-1','','inherit','open','closed','','divider4-1','','','2018-07-14 21:37:36','2018-07-14 21:37:36','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png',0,'attachment','image/png',0),(123406,1,'2018-07-14 21:37:36','2018-07-14 21:37:36','','phone-01','','inherit','open','closed','','phone-01','','','2018-07-14 21:37:36','2018-07-14 21:37:36','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-01.jpg',0,'attachment','image/jpeg',0),(123407,1,'2018-07-14 21:37:37','2018-07-14 21:37:37','','how-it-works','','inherit','open','closed','','how-it-works','','','2018-07-14 21:37:37','2018-07-14 21:37:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg',0,'attachment','image/jpeg',0),(123408,1,'2018-07-14 21:37:37','2018-07-14 21:37:37','','video-overlay','','inherit','open','closed','','video-overlay','','','2018-07-14 21:37:37','2018-07-14 21:37:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/video-overlay.jpg',0,'attachment','image/jpeg',0),(123409,1,'2018-07-14 21:37:37','2018-07-14 21:37:37','','app-landing-hero-mocks-1','','inherit','open','closed','','app-landing-hero-mocks-1','','','2018-07-14 21:37:37','2018-07-14 21:37:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-landing-hero-mocks-1.png',0,'attachment','image/png',0),(123410,1,'2018-07-14 21:37:40','2018-07-14 21:37:40','','responsive-lockup','','inherit','open','closed','','responsive-lockup','','','2018-07-14 21:37:40','2018-07-14 21:37:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/responsive-lockup.jpg',0,'attachment','image/jpeg',0),(123411,1,'2018-07-14 21:37:41','2018-07-14 21:37:41','','phone-02','','inherit','open','closed','','phone-02','','','2018-07-14 21:37:41','2018-07-14 21:37:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-02.png',0,'attachment','image/png',0),(123412,1,'2018-07-14 21:37:41','2018-07-14 21:37:41','','phone-01-1','','inherit','open','closed','','phone-01-1','','','2018-07-14 21:37:41','2018-07-14 21:37:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-01-1.jpg',0,'attachment','image/jpeg',0),(123413,1,'2018-07-14 21:37:41','2018-07-14 21:37:41','','img-11','','inherit','open','closed','','img-11','','','2018-07-14 21:37:41','2018-07-14 21:37:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-11.png',0,'attachment','image/png',0),(123414,1,'2018-07-14 21:37:41','2018-07-14 21:37:41','','portraits-circle-small_5','','inherit','open','closed','','portraits-circle-small_5','','','2018-07-14 21:37:41','2018-07-14 21:37:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png',0,'attachment','image/png',0),(123415,1,'2018-07-14 21:37:42','2018-07-14 21:37:42','','img-12','','inherit','open','closed','','img-12','','','2018-07-14 21:37:42','2018-07-14 21:37:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-12.png',0,'attachment','image/png',0),(123416,1,'2018-07-14 21:37:42','2018-07-14 21:37:42','','responsive-lockup-big-1','','inherit','open','closed','','responsive-lockup-big-1','','','2018-07-14 21:37:42','2018-07-14 21:37:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/responsive-lockup-big-1.png',0,'attachment','image/png',0),(49979,1,'2017-11-17 22:02:06','2017-11-17 22:02:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f75a11\" background_color_gradient_end=\"#ff7c11\" background_color_gradient_direction=\"120deg\" custom_padding=\"134px|0px|0px|0px\"][et_pb_row custom_padding=\"|||\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\"]\r\n<h1>Get In Touch</h1>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" ul_font=\"||||||||\" ol_font=\"||||||||\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"|||\"]\r\n\r\nUt consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Information Section\" _builder_version=\"3.0.85\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Contact Information Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Sales &amp; Marketing</h4>\r\n[/et_pb_text][et_pb_blurb title=\"204/A, North Street, Toronto\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+22 215 548 5488\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Product Team</h4>\r\n[/et_pb_text][et_pb_blurb title=\"6, Via Sergio Ramelli, Limburg\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+33 215 545 6642\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Press</h4>\r\n[/et_pb_text][et_pb_blurb title=\"280 Elizabeth Street, Sydney\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+22 215 548 5488\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Bloig Section\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"120deg\" custom_padding=\"60px||110px|\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#f75a11\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Join Our Newsletter</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" background_layout=\"light\" form_field_background_color=\"rgba(0,0,0,0.07)\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#f75a11\" button_border_width=\"8px\" button_border_color=\"#f75a11\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.0.85\"][et_pb_fullwidth_map address=\"280 Elizabeth St, Surry Hills NSW 2010, Australia\" address_lat=\"-33.8821974\" address_lng=\"151.2090684\" _builder_version=\"3.0.85\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_map_pin pin_address=\"280 Elizabeth St, Surry Hills NSW 2010, Australia\" pin_address_lat=\"-33.8821974\" pin_address_lng=\"151.2090684\" _builder_version=\"3.0.85\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f75a11\" background_color_gradient_end=\"#ff7c11\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px|0px|110px|0px\"][et_pb_row custom_padding=\"|||\" admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Email Us Anytime</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Get In Touch Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Poppins||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#63748a\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#f75a11\" button_bg_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company\" required_mark=\"off\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"select\" select_options=\"%91{%22value%22:%22Basic Information%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22App Features%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Others%22,%22checked%22:0,%22dragID%22:2}%93\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','app contact','','publish','closed','closed','','app-contact','','','2018-07-26 16:51:35','2018-07-26 16:51:35','',0,'http://lukuverkosto.fi/home/et_pb_layout/app-contact/',0,'et_pb_layout','',0),(49978,1,'2017-11-17 22:01:59','2017-11-17 22:01:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#1e74ff\" background_color_gradient_end=\"#0083ff\" background_color_gradient_direction=\"120deg\" custom_padding=\"134px|0px|0px|0px\"][et_pb_row custom_padding=\"|||\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\"]<h1>App Features</h1>[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" ul_font=\"||||||||\" ol_font=\"||||||||\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"|||\"]<p>Ut consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||150px|\"][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Super Performance\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#ff4300\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"24/7 Uptime\" use_icon=\"on\" font_icon=\"%%110%%\" icon_color=\"#ff9d00\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Realtime Stats\" use_icon=\"on\" font_icon=\"%%160%%\" icon_color=\"#7749ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Flexible To Use\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ff00a5\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Beautiful UI\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#0083ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Best Experience\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#00aeff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" _builder_version=\"3.0.87\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row custom_padding=\"|||\" padding_top_1=\"80px\" padding_bottom_1=\"80px\" padding_1_tablet=\"|||\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"|||\" padding_last_edited=\"on|phone\" padding_bottom=\"80px\" padding_top=\"80px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" max_width=\"700px\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<h2>Mobile App</h2>\r[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" max_width=\"700px\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.</p>\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"12px|24px|12px|24px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-01.jpg\" always_center_on_mobile=\"off\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"-100px||-100px|\" custom_margin_tablet=\"0px||0px|\" custom_margin_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ Section\" _builder_version=\"3.0.87\" custom_padding=\"220px||110px|\"][et_pb_row custom_padding=\"|||\" admin_label=\"Features Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg\" align=\"center\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,131,255,0.25)\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<h2>The Basics</h2>\r[/et_pb_text][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff4300\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>lacus nec sollicitudin finibus, ligula quam bibendum </p>\r[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff9d00\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>lacus nec sollicitudin finibus, ligula quam bibendum</p>\r[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#00aeff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<p>lacus nec sollicitudin finibus, ligula quam bibendum</p>\r[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#7749ff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>lacus nec sollicitudin finibus, ligula quam bibendum</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#f7f7f7\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"33%\" background_color_gradient_end_position=\"33%\" background_color_gradient_overlays_image=\"on\" custom_padding=\"110px|0px|110px|0px\"][et_pb_row custom_padding=\"|||\" background_color_2=\"#f7f7f7\" padding_2_tablet=\"10%|10%|10%|10%\" padding_2_last_edited=\"on|tablet\" admin_label=\"Video Area\" _builder_version=\"3.0.87\" animation_direction=\"left\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM&t=6s\" image_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/video-overlay.jpg\" play_icon_color=\"#0083ff\" _builder_version=\"3.0.87\" custom_margin=\"|||\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"10px\" box_shadow_vertical=\"20px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.22)\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"10%|10%|10%|10%\" padding_last_edited=\"on|tablet\" background_color=\"#f7f7f7\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" max_width=\"700px\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<h2>Product Walkthrough</h2>\r[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" max_width=\"700px\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]<p>Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ Section\" _builder_version=\"3.0.85\" custom_padding=\"110px||90px|\"][et_pb_row custom_padding=\"|||\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<h2>FAQ</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Phasellus tincidunt ipsum eget massa?\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Aliquam dictum et massa sit amet pulvinar. Duis neque ut massa volutpat vehicula. Aliquam urna mi, tempus quis vehicula sed, aliquet ut sem.\r[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu eget pretium auctor?\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]<p>Lacus nec sollicitudin finibus, ligula quam bibendum dui, maximus ornare ex nulla ut lacus. Cras cursus eleifend rhoncus. Pellentesque sed euismLacus nec sollicitudin finibus, ligula quam bibendum dui, maximus ornare ex nulla ut lacus.</p>\r[/et_pb_blurb][et_pb_blurb title=\"Pellentesque habitant morbi tristique senectus?\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]<p>Etiam risus turpis, ullamcorper eleifend nibh a, mattis sodales sem. Mauris bibendum varius. Curabitur sagittis leo euismod rhoncus</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Donec ullamcorper sapien tincidunt tellus interdum lobortis\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]<p>Nec sollicitudin finibus, ligula quam bibendum dui, maximus ornare ex nulla ut lacus.</p>\r[/et_pb_blurb][et_pb_blurb title=\"Pellentesque sed euismod mauris?\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Ligula quam bibendum dui, maximus ornare ex nulla ut lacus. Cras cursus eleifend rhoncus. Pellentesque sed euismod mauris.\r[/et_pb_blurb][et_pb_blurb title=\"Fusce finibus dui non magna fermentum?\" use_icon=\"on\" font_icon=\"%%84%%\" icon_color=\"#0083ff\" use_circle=\"on\" circle_color=\"#efefef\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" border_radii=\"on|5px|5px|5px|5px\" custom_margin=\"||10%|\" custom_padding=\"40px|40px|40px|40px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]<p>Sollicitudin finibus, ligula quam bibendum dui, maximus ornare ex nulla ut lacus. Cras cursus eleifend rhoncus. Pellentesque sed euismod mauris. posuere. Aliquam dictum et massa sit amet pulvinar.</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#1e74ff\" background_color_gradient_end=\"#0083ff\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px|0px|110px|0px\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<h2>Stay Up to Date</h2>\r[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" form_field_background_color=\"rgba(255,255,255,0.13)\" form_field_text_color=\"#ffffff\" focus_text_color=\"#ffffff\" _builder_version=\"3.0.87\" header_font=\"||||||||\" body_font=\"Poppins||||||||\" result_message_font=\"||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_bg_color=\"#ffffff\" button_border_width=\"8px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','app features','','publish','closed','closed','','app-features','','','2017-11-17 22:01:59','2017-11-17 22:01:59','',0,'http://lukuverkosto.fi/home/et_pb_layout/app-features/',0,'et_pb_layout','',0),(49977,1,'2017-11-17 22:01:48','2017-11-17 22:01:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"||0px|\" padding_top_1=\"10%\" padding_right_1=\"5%\" padding_bottom_1=\"160px\" padding_left_1=\"10%\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" padding_bottom=\"160px\" padding_left=\"10%\" padding_right=\"5%\" padding_top=\"10%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"]\r\n<h1><strong>Divi Leads App</strong> for Split Testing &amp; Realtime Stats</h1>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" custom_padding=\"15px||40px|\" animation_style=\"fade\" animation_delay=\"100ms\"]\r\n\r\nUt consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Donwload Now\" button_alignment=\"left\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"16px|24px|16px|40px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" animation_delay=\"200ms\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-landing-hero-mocks-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"1200ms\" animation_intensity_slide=\"2%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||150px|\"][et_pb_row admin_label=\"Features Title Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>App Features</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" header_font=\"||||||||\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nSuspendisse pulvinar lacus nec sollicitudin finibus.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Super Performance\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#ff4300\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"24/7 Uptime\" use_icon=\"on\" font_icon=\"%%110%%\" icon_color=\"#ff9d00\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Realtime Stats\" use_icon=\"on\" font_icon=\"%%160%%\" icon_color=\"#7749ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Flexible To Use\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ff00a5\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Beautiful UI\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#0083ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Best Experience\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#00aeff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#f7f7f7\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"33%\" background_color_gradient_end_position=\"33%\" custom_padding=\"0px|0px|80px|0px\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"0px||0px|\" background_color_2=\"#f7f7f7\" padding_top_2=\"100px\" padding_right_2=\"5%\" padding_bottom_2=\"100px\" padding_2_tablet=\"|10%||10%\" padding_2_last_edited=\"on|phone\" admin_label=\"Video Area\" _builder_version=\"3.0.87\" animation_direction=\"left\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM&amp;t=6s\" image_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/video-overlay.jpg\" play_icon_color=\"#0083ff\" _builder_version=\"3.0.87\" custom_margin=\"-30px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"7%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"10px\" box_shadow_vertical=\"20px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.22)\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"|10%||10%\" padding_last_edited=\"on|phone\" padding_bottom=\"100px\" padding_right=\"5%\" padding_top=\"100px\" background_color=\"#f7f7f7\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" max_width=\"700px\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>How It Works</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" max_width=\"700px\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"12px|24px|12px|24px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.0.85\" custom_padding=\"150px||150px|\"][et_pb_row make_fullwidth=\"on\" padding_1_tablet=\"0px|||\" padding_1_last_edited=\"on|tablet\" admin_label=\"Feature Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>Simple &amp; User Friendly</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nMorbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"12px|24px|12px|24px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/responsive-lockup.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"110px||110px|\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" padding_top_3=\"5%\" padding_bottom_3=\"5%\" padding_left_3=\"10%\" padding_3_tablet=\"|10%||\" padding_3_last_edited=\"on|tablet\" admin_label=\"App Screens Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-02.png\" align=\"right\" _builder_version=\"3.0.89\" border_radii=\"on|6px|6px|6px|6px\" custom_margin=\"||60px|\" custom_padding=\"40px|||60px\" custom_padding_tablet=\"0px|||0px\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"50px\" box_shadow_color=\"rgba(0,0,0,0.2)\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-01-1.jpg\" _builder_version=\"3.0.89\" border_radii=\"on|6px|6px|6px|6px\" custom_margin=\"||60px|-6px\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"16px\" box_shadow_blur=\"100px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"|10%||\" padding_last_edited=\"on|tablet\" padding_bottom=\"5%\" padding_left=\"10%\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"36px\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>On the Go Control</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nMorbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Try it Out\" button_alignment=\"left\" _builder_version=\"3.0.87\" custom_margin=\"60px|||\" custom_padding=\"16px|24px|16px|40px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"FAQ Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>How It Works</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff4300\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui, maximus.\r\n\r\n[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#00aeff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui, maximus.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg\" align=\"center\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,131,255,0.25)\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff9d00\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"150px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui.\r\n\r\n[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#7749ff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Pricing Section\" _builder_version=\"3.0.85\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Pricing Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pricing Plan</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Pricing Plan Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" header_background_color=\"rgba(0,0,0,0)\" featured_table_text_color=\"#63748a\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_text_color=\"#63748a\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"18px\" subheader_font=\"Poppins||||||||\" subheader_text_color=\"#0083ff\" currency_frequency_font=\"Poppins||||||||\" currency_frequency_text_color=\"#63748a\" currency_frequency_line_height=\"2em\" price_font=\"Poppins|500|||||||\" price_text_color=\"#0083ff\" background_color=\"rgba(255,255,255,0)\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_border_width=\"10px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#0083ff\" button_letter_spacing_hover=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#0083ff\" custom_css_pricing_top=\"border: none;\" use_border_color=\"on\" border_width=\"0px\"][et_pb_pricing_table title=\"Basic\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"19\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]\r\n\r\nMorbi non ligula dia\r\n\r\nFusce facilisis at commodo\r\n\r\nNullam venenatis lobortis\r\n\r\nQuisque in odio non metus sit\r\n\r\nLorem ipsum dolor amet\r\n\r\n[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Standard\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"44\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\" custom_button=\"off\" box_shadow_style=\"preset3\" box_shadow_blur=\"40px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]\r\n\r\nMorbi non ligula diam\r\nFusce facilisis at commodo\r\nNullam venenatis lobortis\r\nQuisque in odio non metus sit\r\nLorem ipsum dolor amet\r\nCommodo nullam venenatis\r\n\r\n[/et_pb_pricing_table][et_pb_pricing_table title=\"Premium\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"129\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]\r\n\r\nMorbi non ligula diam\r\nFusce facilisis at commodo\r\nNullam venenatis lobortis\r\nQuisque in odio non metus sit\r\nLorem ipsum dolor amet\r\n\r\n[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Pricing Section\" _builder_version=\"3.0.85\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>From Our Users</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-11.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-12.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"110px||0px|\"][et_pb_row custom_padding=\"||0px|\" padding_top_1=\"5%\" admin_label=\"Get The App Now Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" custom_margin=\"||25px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>Try It For FREE Today!</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"||15px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n[/et_pb_text][et_pb_button button_text=\"Donwload Now\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#1d6ad6\" button_bg_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg\" align=\"center\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,131,255,0.25)\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Bloig Section\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px||110px|\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Stay Up to Date</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" background_layout=\"light\" form_field_background_color=\"rgba(0,0,0,0.07)\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"8px\" button_border_color=\"#0083ff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','app landing','','publish','closed','closed','','app-landing','','','2018-07-14 21:38:29','2018-07-14 21:38:29','',0,'http://lukuverkosto.fi/home/et_pb_layout/app-landing/',0,'et_pb_layout','',0),(49976,1,'2017-11-17 22:01:43','2017-11-17 22:01:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#701eff\" background_color_gradient_end=\"#910a96\" background_color_gradient_direction=\"120deg\" custom_padding=\"134px|0px|0px|0px\"][et_pb_row custom_padding=\"|||\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\"]<h1>Pricing Plans</h1>\r[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" ul_font=\"||||||||\" ol_font=\"||||||||\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"|||\"]<p>Ut consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Pricing Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Pricing Plan Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" header_background_color=\"rgba(0,0,0,0)\" featured_table_text_color=\"#63748a\" show_bullet=\"off\" center_list_items=\"on\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_text_color=\"#63748a\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"18px\" subheader_font=\"Poppins||||||||\" subheader_text_color=\"#701eff\" currency_frequency_font=\"Poppins||||||||\" currency_frequency_text_color=\"#63748a\" currency_frequency_line_height=\"2em\" price_font=\"Poppins|500|||||||\" price_text_color=\"#701eff\" background_color=\"rgba(255,255,255,0)\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#701eff\" button_border_width=\"10px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#701eff\" button_letter_spacing_hover=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#701eff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" custom_css_pricing_top=\"border: none;\" use_border_color=\"on\" border_width=\"0px\"][et_pb_pricing_table title=\"Basic\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"19\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]<p>Morbi non ligula dia</p>\n<p>Fusce facilisis at commodo</p>\n<p>Nullam venenatis lobortis</p>\n<p>Quisque in odio non metus sit</p>\n<p>Lorem ipsum dolor amet </p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Standard\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"44\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\" custom_button=\"off\" box_shadow_style=\"preset3\" box_shadow_blur=\"40px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]<p>Morbi non ligula diam<br />\nFusce facilisis at commodo<br />\nNullam venenatis lobortis<br />\nQuisque in odio non metus sit<br />\nLorem ipsum dolor amet<br />\nCommodo nullam venenatis</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Premium\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"129\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]<p>Morbi non ligula diam<br />\nFusce facilisis at commodo<br />\nNullam venenatis lobortis<br />\nQuisque in odio non metus sit<br />\nLorem ipsum dolor amet</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||150px|\"][et_pb_row admin_label=\"Features Title Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" quote_font=\"||||||||\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#701eff\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<h2>What You Get</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" quote_font=\"||||||||\" header_font=\"||||||||\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<p>Suspendisse pulvinar lacus nec sollicitudin finibus.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Super Performance\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#ff4300\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"24/7 Uptime\" use_icon=\"on\" font_icon=\"%%110%%\" icon_color=\"#ff9d00\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Realtime Stats\" use_icon=\"on\" font_icon=\"%%160%%\" icon_color=\"#7749ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Flexible To Use\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ff00a5\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Beautiful UI\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#0083ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Best Experience\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#00aeff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#701eff\" background_color_gradient_end=\"#910a96\" background_color_gradient_direction=\"120deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"210px|0px|0px|0px\"][et_pb_row custom_margin=\"||110px|\" admin_label=\"CTA Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Happy Customers & Counting!\" number=\"1,200,293\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"Poppins||||||||\" title_font_size=\"22px\" title_text_color=\"#ffffff\" title_line_height=\"1.4em\" number_font=\"Poppins|600|||||||\" number_font_size=\"120px\" number_font_size_phone=\"72px\" number_font_size_last_edited=\"on|phone\" number_text_color=\"#ffffff\" number_line_height=\"20px\" max_width=\"550px\"][/et_pb_number_counter][et_pb_button button_text=\"Join The Community\" button_alignment=\"center\" _builder_version=\"3.0.87\" custom_margin=\"||0px|\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#701eff\" button_bg_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-11.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"27px|0px|0px|0px\" admin_label=\"Testimonial Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-12.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Bloig Section\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px||110px|\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#701eff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]<h2>Stay Up to Date</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" background_layout=\"light\" form_field_background_color=\"rgba(0,0,0,0.07)\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#701eff\" button_border_width=\"8px\" button_border_color=\"#701eff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','app pricing','','publish','closed','closed','','app-pricing','','','2017-11-17 22:01:43','2017-11-17 22:01:43','',0,'http://lukuverkosto.fi/home/et_pb_layout/app-pricing/',0,'et_pb_layout','',0),(49975,1,'2017-11-17 22:01:39','2017-11-17 22:01:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"|||\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" custom_padding=\"80px|0px|80px|0px\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"Poppins|300|||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"]<h1><strong> Introducing Divi Leads.</strong> Let the Data Do the Talking</h1>[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\"]<p>Ut consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus Ut consequat sapien nec.</p>[/et_pb_text][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"Get Early Access\" use_background_color=\"off\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_text_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"8px\" button_border_color=\"#0083ff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" animation_delay=\"300ms\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_padding=\"|||\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/responsive-lockup-big-1.png\" show_bottom_space=\"off\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','app splash','','publish','closed','closed','','app-splash','','','2017-11-17 22:01:39','2017-11-17 22:01:39','',0,'http://lukuverkosto.fi/home/et_pb_layout/app-splash/',0,'et_pb_layout','',0),(123417,1,'2018-07-14 21:38:29','2018-07-14 21:38:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"||0px|\" padding_top_1=\"10%\" padding_right_1=\"5%\" padding_bottom_1=\"160px\" padding_left_1=\"10%\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" padding_bottom=\"160px\" padding_left=\"10%\" padding_right=\"5%\" padding_top=\"10%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"]\r\n<h1><strong>Divi Leads App</strong> for Split Testing &amp; Realtime Stats</h1>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" custom_padding=\"15px||40px|\" animation_style=\"fade\" animation_delay=\"100ms\"]\r\n\r\nUt consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Donwload Now\" button_alignment=\"left\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"16px|24px|16px|40px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" animation_delay=\"200ms\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/app-landing-hero-mocks-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"1200ms\" animation_intensity_slide=\"2%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||150px|\"][et_pb_row admin_label=\"Features Title Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>App Features</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" header_font=\"||||||||\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nSuspendisse pulvinar lacus nec sollicitudin finibus.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Super Performance\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#ff4300\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"24/7 Uptime\" use_icon=\"on\" font_icon=\"%%110%%\" icon_color=\"#ff9d00\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Realtime Stats\" use_icon=\"on\" font_icon=\"%%160%%\" icon_color=\"#7749ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Flexible To Use\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ff00a5\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Beautiful UI\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#0083ff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Best Experience\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#00aeff\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Nullam varius ultricies auctor. Vivamus nisi enim, pulvinar id bibendum sed, pretium sit amet augue.\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#f7f7f7\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"33%\" background_color_gradient_end_position=\"33%\" custom_padding=\"0px|0px|80px|0px\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"0px||0px|\" background_color_2=\"#f7f7f7\" padding_top_2=\"100px\" padding_right_2=\"5%\" padding_bottom_2=\"100px\" padding_2_tablet=\"|10%||10%\" padding_2_last_edited=\"on|phone\" admin_label=\"Video Area\" _builder_version=\"3.0.87\" animation_direction=\"left\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM&amp;t=6s\" image_src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/video-overlay.jpg\" play_icon_color=\"#0083ff\" _builder_version=\"3.0.87\" custom_margin=\"-30px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"7%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"10px\" box_shadow_vertical=\"20px\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,0,0,0.22)\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"|10%||10%\" padding_last_edited=\"on|phone\" padding_bottom=\"100px\" padding_right=\"5%\" padding_top=\"100px\" background_color=\"#f7f7f7\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" max_width=\"700px\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>How It Works</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" max_width=\"700px\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"12px|24px|12px|24px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.0.85\" custom_padding=\"150px||150px|\"][et_pb_row make_fullwidth=\"on\" padding_1_tablet=\"0px|||\" padding_1_last_edited=\"on|tablet\" admin_label=\"Feature Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||30px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>Simple &amp; User Friendly</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" header_2_text_color=\"#1d6ad6\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nMorbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"12px|24px|12px|24px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/responsive-lockup.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"110px||110px|\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"1\" padding_top_3=\"5%\" padding_bottom_3=\"5%\" padding_left_3=\"10%\" padding_3_tablet=\"|10%||\" padding_3_last_edited=\"on|tablet\" admin_label=\"App Screens Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-02.png\" align=\"right\" _builder_version=\"3.0.89\" border_radii=\"on|6px|6px|6px|6px\" custom_margin=\"||60px|\" custom_padding=\"40px|||60px\" custom_padding_tablet=\"0px|||0px\" custom_padding_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"50px\" box_shadow_color=\"rgba(0,0,0,0.2)\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-01-1.jpg\" _builder_version=\"3.0.89\" border_radii=\"on|6px|6px|6px|6px\" custom_margin=\"||60px|-6px\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"16px\" box_shadow_blur=\"100px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_tablet=\"|10%||\" padding_last_edited=\"on|tablet\" padding_bottom=\"5%\" padding_left=\"10%\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_line_height=\"1.3em\" header_2_font=\"Poppins||||||||\" header_2_font_size=\"36px\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>On the Go Control</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" header_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nMorbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Try it Out\" button_alignment=\"left\" _builder_version=\"3.0.87\" custom_margin=\"60px|||\" custom_padding=\"16px|24px|16px|40px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ Section\" _builder_version=\"3.0.87\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"FAQ Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>How It Works</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" admin_label=\"Features Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff4300\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui, maximus.\r\n\r\n[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#00aeff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui, maximus.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg\" align=\"center\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,131,255,0.25)\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ff9d00\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"150px|||\" custom_padding_tablet=\"0px|||\" custom_padding_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui.\r\n\r\n[/et_pb_blurb][et_pb_blurb title=\"Donec non arcu\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#7749ff\" icon_placement=\"left\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"1.8em\" custom_margin=\"40%|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nlacus nec sollicitudin finibus, ligula quam bibendum dui.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Pricing Section\" _builder_version=\"3.0.85\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Pricing Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pricing Plan</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Pricing Plan Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables featured_table_background_color=\"#ffffff\" header_background_color=\"rgba(0,0,0,0)\" featured_table_text_color=\"#63748a\" show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.87\" header_font=\"Poppins||||||||\" header_font_size=\"22px\" header_text_color=\"#63748a\" body_font=\"Poppins||||||||\" body_text_align=\"center\" body_font_size=\"16px\" body_text_color=\"#63748a\" body_line_height=\"18px\" subheader_font=\"Poppins||||||||\" subheader_text_color=\"#0083ff\" currency_frequency_font=\"Poppins||||||||\" currency_frequency_text_color=\"#63748a\" currency_frequency_line_height=\"2em\" price_font=\"Poppins|500|||||||\" price_text_color=\"#0083ff\" background_color=\"rgba(255,255,255,0)\" border_radii=\"on|5px|5px|5px|5px\" border_width_all=\"0px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0083ff\" button_border_width=\"10px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#0083ff\" button_letter_spacing_hover=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#0083ff\" custom_css_pricing_top=\"border: none;\" use_border_color=\"on\" border_width=\"0px\"][et_pb_pricing_table title=\"Basic\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"19\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]\r\n\r\nMorbi non ligula dia\r\n\r\nFusce facilisis at commodo\r\n\r\nNullam venenatis lobortis\r\n\r\nQuisque in odio non metus sit\r\n\r\nLorem ipsum dolor amet\r\n\r\n[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Standard\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"44\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\" custom_button=\"off\" box_shadow_style=\"preset3\" box_shadow_blur=\"40px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]\r\n\r\nMorbi non ligula diam\r\nFusce facilisis at commodo\r\nNullam venenatis lobortis\r\nQuisque in odio non metus sit\r\nLorem ipsum dolor amet\r\nCommodo nullam venenatis\r\n\r\n[/et_pb_pricing_table][et_pb_pricing_table title=\"Premium\" subtitle=\"starting at\" currency=\"$\" per=\"mo\" sum=\"129\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.87\"]\r\n\r\nMorbi non ligula diam\r\nFusce facilisis at commodo\r\nNullam venenatis lobortis\r\nQuisque in odio non metus sit\r\nLorem ipsum dolor amet\r\n\r\n[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Pricing Section\" _builder_version=\"3.0.85\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>From Our Users</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-11.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Tamim Mahmud\" job_title=\"Lead Designer\" company_name=\"AroLab Digital\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Victor Ron\" job_title=\"Sr. Developer\" company_name=\"Extreen Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-12.png\" quote_icon=\"off\" background_color=\"#ffffff\" background_layout=\"light\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" body_font_size=\"16px\" body_text_color=\"#63748a\" border_radii=\"on|5px|5px|5px|5px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"5px\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,0,0,0.1)\"]Pellentesque sed euismod mauris. Nec sollicitudin finibus, ligula quam dui maximus ornare ex nulla ut lacus, sit amet cursus leo.\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0083ff\" background_color_gradient_end=\"#5f008e\" background_color_gradient_direction=\"120deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" background_size=\"contain\" background_position=\"bottom_center\" custom_padding=\"110px||0px|\"][et_pb_row custom_padding=\"||0px|\" padding_top_1=\"5%\" admin_label=\"Get The App Now Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_top=\"5%\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"left\" header_2_font_size=\"36px\" custom_margin=\"||25px|\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h2>Try It For FREE Today!</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"||15px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]Morbi non ligula diam. Duis ut dolor sodales, fermentum ipsum a, cursus leo. Morbi semper sem ut mauris tincidunt pulvinar. Fusce ut facilisis lacus. Quisque accumsan odio dapibus.\r\n[/et_pb_text][et_pb_button button_text=\"Donwload Now\" _builder_version=\"3.0.87\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#1d6ad6\" button_bg_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_icon=\"%%98%%\" button_icon_placement=\"left\" button_on_hover=\"off\" button_letter_spacing_hover=\"1px\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/how-it-works.jpg\" align=\"center\" _builder_version=\"3.0.87\" border_radii=\"on|5px|5px|5px|5px\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"80px\" box_shadow_color=\"rgba(0,131,255,0.25)\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Bloig Section\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px||110px|\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#0083ff\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Stay Up to Date</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" background_layout=\"light\" form_field_background_color=\"rgba(0,0,0,0.07)\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0083ff\" button_border_width=\"8px\" button_border_color=\"#0083ff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','app landing','','inherit','closed','closed','','49977-revision-v1','','','2018-07-14 21:38:29','2018-07-14 21:38:29','',49977,'http://lukuverkosto.fi/home/uncategorized/49977-revision-v1/',0,'revision','',0),(123418,1,'2018-07-14 21:44:49','2018-07-14 21:44:49','','freelancer_img_01-1','','inherit','open','closed','','freelancer_img_01-1','','','2018-07-14 21:44:49','2018-07-14 21:44:49','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_01-1.jpg',0,'attachment','image/jpeg',0),(123419,1,'2018-07-14 21:44:49','2018-07-14 21:44:49','','freelancer_img_03','','inherit','open','closed','','freelancer_img_03','','','2018-07-14 21:44:49','2018-07-14 21:44:49','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_03.jpg',0,'attachment','image/jpeg',0),(123420,1,'2018-07-14 21:44:50','2018-07-14 21:44:50','','freelancer_img_02','','inherit','open','closed','','freelancer_img_02','','','2018-07-14 21:44:50','2018-07-14 21:44:50','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_02.jpg',0,'attachment','image/jpeg',0),(123421,1,'2018-07-14 21:44:50','2018-07-14 21:44:50','','freelancer_img_04','','inherit','open','closed','','freelancer_img_04','','','2018-07-14 21:44:50','2018-07-14 21:44:50','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_04.jpg',0,'attachment','image/jpeg',0),(123422,1,'2018-07-14 21:44:50','2018-07-14 21:44:50','','freelancer_img_05','','inherit','open','closed','','freelancer_img_05','','','2018-07-14 21:44:50','2018-07-14 21:44:50','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_05.jpg',0,'attachment','image/jpeg',0),(123423,1,'2018-07-14 21:44:51','2018-07-14 21:44:51','','freelancer_img_06','','inherit','open','closed','','freelancer_img_06','','','2018-07-14 21:44:51','2018-07-14 21:44:51','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_06.jpg',0,'attachment','image/jpeg',0),(123424,1,'2018-07-14 21:44:52','2018-07-14 21:44:52','','freelancer_img_07','','inherit','open','closed','','freelancer_img_07','','','2018-07-14 21:44:52','2018-07-14 21:44:52','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_07.jpg',0,'attachment','image/jpeg',0),(123425,1,'2018-07-14 21:44:52','2018-07-14 21:44:52','','freelancer_img_08','','inherit','open','closed','','freelancer_img_08','','','2018-07-14 21:44:52','2018-07-14 21:44:52','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_08.jpg',0,'attachment','image/jpeg',0),(123426,1,'2018-07-14 21:44:53','2018-07-14 21:44:53','','portraits-circle-small_3','','inherit','open','closed','','portraits-circle-small_3','','','2018-07-14 21:44:53','2018-07-14 21:44:53','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png',0,'attachment','image/png',0),(123427,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_08','','inherit','open','closed','','logo_08','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_08.png',0,'attachment','image/png',0),(123428,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_06','','inherit','open','closed','','logo_06','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_06.png',0,'attachment','image/png',0),(123429,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_05','','inherit','open','closed','','logo_05','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_05.png',0,'attachment','image/png',0),(123430,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_07','','inherit','open','closed','','logo_07','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_07.png',0,'attachment','image/png',0),(123431,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_04-1','','inherit','open','closed','','logo_04-1','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_04-1.png',0,'attachment','image/png',0),(123432,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_03-1','','inherit','open','closed','','logo_03-1','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_03-1.png',0,'attachment','image/png',0),(123433,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_02-1','','inherit','open','closed','','logo_02-1','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_02-1.png',0,'attachment','image/png',0),(123434,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','logo_01-1','','inherit','open','closed','','logo_01-1','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_01-1.png',0,'attachment','image/png',0),(123435,1,'2018-07-14 21:44:54','2018-07-14 21:44:54','','divi-landing-demos-fan','','inherit','open','closed','','divi-landing-demos-fan','','','2018-07-14 21:44:54','2018-07-14 21:44:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png',0,'attachment','image/png',0),(123436,1,'2018-07-14 21:44:59','2018-07-14 21:44:59','','screen-layers','','inherit','open','closed','','screen-layers','','','2018-07-14 21:44:59','2018-07-14 21:44:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/screen-layers.jpg',0,'attachment','image/jpeg',0),(123437,1,'2018-07-14 21:45:00','2018-07-14 21:45:00','','MB-purefront-02-1','','inherit','open','closed','','mb-purefront-02-1','','','2018-07-14 21:45:00','2018-07-14 21:45:00','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/MB-purefront-02-1.png',0,'attachment','image/png',0),(123438,1,'2018-07-14 21:45:01','2018-07-14 21:45:01','','iMac_right-1','','inherit','open','closed','','imac_right-1','','','2018-07-14 21:45:01','2018-07-14 21:45:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/iMac_right-1.jpg',0,'attachment','image/jpeg',0),(123439,1,'2018-07-14 21:45:03','2018-07-14 21:45:03','','ipad-mini_surface-1','','inherit','open','closed','','ipad-mini_surface-1','','','2018-07-14 21:45:03','2018-07-14 21:45:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ipad-mini_surface-1.jpg',0,'attachment','image/jpeg',0),(123440,1,'2018-07-14 21:45:04','2018-07-14 21:45:04','','MB-purefront-1','','inherit','open','closed','','mb-purefront-1','','','2018-07-14 21:45:04','2018-07-14 21:45:04','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/MB-purefront-1.jpg',0,'attachment','image/jpeg',0),(123441,1,'2018-07-14 21:45:07','2018-07-14 21:45:07','','freelancer_img_16','','inherit','open','closed','','freelancer_img_16','','','2018-07-14 21:45:07','2018-07-14 21:45:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_16.jpg',0,'attachment','image/jpeg',0),(123442,1,'2018-07-14 21:45:08','2018-07-14 21:45:08','','freelancer_img_01','','inherit','open','closed','','freelancer_img_01','','','2018-07-14 21:45:08','2018-07-14 21:45:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_01.jpg',0,'attachment','image/jpeg',0),(50013,1,'2017-11-17 22:40:25','2017-11-17 22:40:25','[et_pb_section fb_built=\"1\" background_color=\"#eeeeee\" admin_label=\"Hero Section\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.86\" custom_margin=\"|||\" custom_padding=\"100px|||\" custom_padding_phone=\"60px|||\"][et_pb_row custom_padding=\"|||\" padding_top_1=\"100px\" admin_label=\"Hero Area\" _builder_version=\"3.0.86\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"|700||on|||||\" text_font_size=\"22px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" header_font=\"||||||||\" custom_margin=\"||35px|\" animation_style=\"fade\"]Hello!\r\n[/et_pb_text][et_pb_text admin_label=\"Name\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"Montserrat|300|||||||\" header_font_size=\"60px\" custom_margin=\"||0px|\" animation_style=\"fade\"]\r\n<h1>I\'m <strong>Rakib Ahsan</strong></h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Designation\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"24px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_line_height=\"1.5em\" custom_margin=\"||55px|\" animation_style=\"fade\"]Freelance Creative Web Designer\r\n[/et_pb_text][et_pb_button button_text=\"About Me\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#333333\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"10px\" button_border_color=\"rgba(34,34,34,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#222222\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_01-1.jpg\" show_bottom_space=\"off\" force_fullwidth=\"on\" _builder_version=\"3.0.89\" animation_direction=\"left\" animation_style=\"slide\" animation_starting_opacity=\"100%\" animation_intensity_slide=\"2%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Me Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"About Me Title Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>About Me</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"About Me\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.83\" text_font=\"|700|||||||\" text_font_size=\"22px\" text_text_color=\"#333333\" text_line_height=\"1.6em\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vel ligula ex. In elit blandit, rutrum sem quis, elementum enim.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem. Duis tellus odio bibendum quis vulputate ut aliquet ac augue aliquam tincidunt.\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.83\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]Vivamus a neque eu magna egestas pulvinar ut quis elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla arcu orci, lobortis et elit id, lacinia tempus dui. Sed mattis orci porta lectus mattis luctus. Etiam ultricies sollicitudin vehicula. Sed eget venenatis lacus, non interdum nisl. Proin varius tellus lacus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"45px|||\" admin_label=\"Services Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Data Anlysis\" use_icon=\"on\" font_icon=\"%%71%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mobile Design\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"UX Design\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Work Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"Work Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>My Latest Work</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_03.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_02.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_04.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_05.jpg\" url=\"#\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_06.jpg\" url=\"#\" force_fullwidth=\"on\" _builder_version=\"3.0.83\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_07.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.83\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"55px||0px|\" admin_label=\"Button Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"View All\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"rgba(255,255,255,0)\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"My Skill Section\" _builder_version=\"3.0.83\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1440px\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" padding_left_2=\"5%\" admin_label=\"My Skill Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_08.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_left=\"5%\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" animation_direction=\"left\" locked=\"off\"]\r\n<h2>My Skills</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\" locked=\"off\"]Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem.\r\n[/et_pb_text][et_pb_counters background_color=\"#eeeeee\" bar_bg_color=\"#333333\" use_percentages=\"off\" _builder_version=\"3.0.86\" title_font=\"Montserrat|||on|||||\" title_font_size=\"16px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font=\"||||||||\" percent_font_size=\"1px\" percent_line_height=\"1em\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_counter percent=\"70\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Interface Design[/et_pb_counter][et_pb_counter percent=\"90\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]HTML &amp; CSS[/et_pb_counter][et_pb_counter percent=\"87\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" custom_padding=\"|||\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Java Script &amp; jQuery[/et_pb_counter][et_pb_counter percent=\"85\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" custom_padding=\"|||\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Angular JS[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"90px||90px|\" admin_label=\"Fun Fact Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Happy Clients\" number=\"254\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Projects Done\" number=\"632\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Cups of Coffee\" number=\"700\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"CTA Section\" _builder_version=\"3.0.83\" custom_padding=\"90px||90px|\"][et_pb_row padding_top_2=\"25px\" admin_label=\"CTA Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" custom_margin=\"||30px|\" animation_direction=\"left\"]\r\n<h2>Have an awesome project idea in mind?</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_top=\"25px\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Get In Touch\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(34,34,34,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Testimonial Section\" _builder_version=\"3.0.86\" custom_padding=\"80px||70px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>My Clients</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]\r\n\r\n<strong>“Sed rhoncus nec orci ac commodo. Nulla tempus urna rhoncus laoreet tempus, tellus purus interdum velit, sit amet tristique odio est quis lorem.</strong>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]\r\n\r\n<strong>\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</strong>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Divider Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"rgba(0,0,0,0.12)\" show_divider=\"on\" divider_position=\"center\" _builder_version=\"3.0.85\" custom_margin=\"45px||45px|\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_08.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_06.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_05.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_07.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_04-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_03-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_02-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_01-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Get In Touch Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"bottom\"]\r\n<h2>Let\'s Build Something Amazing Together!</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" background_color_1=\"#ffffff\" padding_top_1=\"60px\" padding_right_1=\"60px\" padding_bottom_1=\"60px\" padding_left_1=\"60px\" admin_label=\"Get In Touch Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||30px|\" custom_padding=\"|||\"]contactme@gmail.com\r\n[/et_pb_blurb][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\"]+22 154 125 4478\r\n[/et_pb_blurb][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(255,255,255,0.12)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','freelance landing','','publish','closed','closed','','freelance-landing','','','2018-07-14 21:45:31','2018-07-14 21:45:31','',0,'http://lukuverkosto.fi/home/et_pb_layout/freelance-landing/',0,'et_pb_layout','',0),(50012,1,'2017-11-17 22:40:18','2017-11-17 22:40:18','[et_pb_section fb_built=\"1\" admin_label=\"Pricing Paln Section\" _builder_version=\"3.0.85\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" background_color_3=\"#ffffff\" admin_label=\"Pricing Paln Title Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" custom_margin=\"|||\" animation_style=\"fade\" animation_direction=\"left\" animation_starting_opacity=\"100%\"]<h2>Web Packages</h2>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.85\" text_font=\"Open Sans||||||||\" text_font_size=\"30px\" text_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"fade\"]<p>Please contact me if the packages below don\'t fit the needs of your project.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1280px\" custom_padding=\"|||\" custom_margin=\"20px|||\" admin_label=\"Pricing Plan Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables header_background_color=\"rgba(0,0,0,0)\" bullet_color=\"rgba(0,0,0,0.03)\" center_list_items=\"on\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"18px\" header_text_color=\"#09e1c0\" header_letter_spacing=\"1px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"16px\" subheader_font=\"||||||||\" price_font=\"Montserrat|600|||||||\" price_font_size=\"70px\" price_text_color=\"#333333\" background_color=\"rgba(224,43,32,0)\" border_width_all=\"0px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#333333\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(255,255,255,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#333333\" animation_style=\"zoom\" animation_intensity_zoom=\"10%\" custom_css_pricing_top=\"border: none;\" use_border_color=\"on\" border_width=\"0px\"][et_pb_pricing_table title=\"Web Consult\" subtitle=\"Starting at\" currency=\"$\" sum=\"400\" button_url=\"#\" button_text=\"Get a Quote\" _builder_version=\"3.0.86\" header_line_height=\"1.5em\" subheader_font=\"||||||||\" subheader_text_color=\"#747d88\" button_icon_default=\"%%3%%\"]<p>+ Lorem ipsum dolor sit amet</p>\n<p>+ Consectetur adipiscing elit</p>\n<p>- Non sodales velit sollicitudin</p>\n<p>- Nullam ante arcu venenatis vel </p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Website + Branding\" subtitle=\"Starting at\" currency=\"$\" sum=\"900\" button_url=\"#\" button_text=\"Get a Quote\" _builder_version=\"3.0.86\" header_line_height=\"1.5em\" body_font=\"||||||||\" subheader_font=\"||||||||\" subheader_text_color=\"#747d88\" custom_padding=\"|||\" box_shadow_style=\"preset1\" box_shadow_blur=\"61px\" box_shadow_color=\"rgba(0,0,0,0.08)\" button_icon_default=\"%%3%%\"]<p>+ Lorem ipsum dolor sit amet</p>\n<p>+ Consectetur adipiscing elit</p>\n<p>+ Sed porttitor erat sed metus lobortis</p>\n<p>+ Nullam ante arcu venenatis vel</p>\n<p>+ Maecenas pulvinar mauris</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Website\" subtitle=\"Starting at\" currency=\"$\" sum=\"600\" button_url=\"#\" button_text=\"Get a Quote\" _builder_version=\"3.0.86\" header_line_height=\"1.5em\" subheader_font=\"||||||||\" subheader_text_color=\"#747d88\" button_icon_default=\"%%3%%\"]<p>+ Lorem ipsum dolor sit amet</p>\n<p>+ Sed porttitor erat sed metus lobortis</p>\n<p>+ Non sodales velit sollicitudin</p>\n<p>- Nullam ante arcu venenatis vel</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Website Fan Mockup\" _builder_version=\"3.0.86\"][et_pb_fullwidth_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/screen-layers.jpg\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"What You Get Section \" _builder_version=\"3.0.86\" custom_padding=\"|||\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"|||\" make_equal=\"on\" background_color_2=\"#ffffff\" background_color_3=\"#ffffff\" admin_label=\"What You Get Title Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.86\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Titel\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" custom_margin=\"|||\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>What You Get</h2>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"30px\" text_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"fade\"]Cras dictum ultrices elementum. Ut ac lorem at turpis dapibus fermentum.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"90px|||\" admin_label=\"What You Get Items\" _builder_version=\"3.0.86\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Website Architecture\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Visual Design System\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][et_pb_blurb title=\"SEO Optimization\" use_icon=\"on\" font_icon=\"%%165%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Content Strategy\" use_icon=\"on\" font_icon=\"%%376%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Mobile Friendly Wesbite\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][et_pb_blurb title=\"1 Year of Updates & Support\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#08d1b6\" icon_placement=\"left\" content_max_width=\"750px\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_font_size=\"24px\" header_line_height=\"1.4em\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" custom_margin=\"||60px|\" animation_style=\"zoom\" animation_direction=\"left\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Laptop Mockup\" _builder_version=\"3.0.86\" custom_padding=\"54px|0px|0px|0px\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-36px\" box_shadow_color=\"#333333\"][et_pb_row custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/MB-purefront-02-1.png\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"New Project CTA\" _builder_version=\"3.0.85\" custom_padding=\"90px||90px|\" locked=\"off\"][et_pb_row padding_top_2=\"25px\" admin_label=\"CTA Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"800px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_direction=\"left\"]<h2>Have a Unique Project in Mind?</h2>\r[/et_pb_text][et_pb_button button_text=\"Get in touch\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Testimonial Section\" _builder_version=\"3.0.86\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>Testimonials</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]<p><span style=\"color: #333333;\">Sed rhoncus nec orci ac commodo. Nulla tempus urna rhoncus laoreet tempus, tellus purus interdum velit, sit amet tristique odio est quis lorem.\"</span></p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]<p><span style=\"color: #333333;\">\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit</span></p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"FAQ Section\" _builder_version=\"3.0.85\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"FAQ Title Section\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.85\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>FAQ</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"800px\" admin_label=\"FAQ Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_toggle title=\"Lorem consectetur adipiscing elit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.\r[/et_pb_toggle][et_pb_toggle title=\"Nunc faucibus mauris et  consectetur suscipit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.</p>\r[/et_pb_toggle][et_pb_toggle title=\"Faucibus mauris et lorem consectetur adipiscing elit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.\r[/et_pb_toggle][et_pb_toggle title=\"Lorem consectetur adipiscing elit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.\r[/et_pb_toggle][et_pb_toggle title=\"Faucibus mauris et lorem consectetur adipiscing elit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.\r[/et_pb_toggle][et_pb_toggle title=\"Lorem consectetur adipiscing elit?\" icon_color=\"#08d1b6\" _builder_version=\"3.0.86\" title_font=\"Montserrat||||||||\" title_font_size=\"24px\" title_text_color=\"#333333\" title_line_height=\"1.5em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.9em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" border_color_all=\"#d9d9d9\" border_style_all=\"solid\" custom_margin=\"||6px|\" custom_padding=\"|0px||0px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-3px\" box_shadow_color=\"#333333\" use_border_color=\"on\" border_width=\"0px\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuereLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit.\r[/et_pb_toggle][et_pb_button button_text=\"Ask A Question\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_margin=\"60px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#333333\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(255,255,255,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#333333\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Get In Touch Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>Let\'s Build Something Amazing Together!</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" background_color_1=\"#ffffff\" padding_top_1=\"60px\" padding_right_1=\"60px\" padding_bottom_1=\"60px\" padding_left_1=\"60px\" admin_label=\"Get In Touch Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.85\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||30px|\" custom_padding=\"|||\"]contactme@gmail.com\r[/et_pb_blurb][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\"]+22 154 125 4478\r[/et_pb_blurb][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(255,255,255,0.12)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','freelance pricing','','publish','closed','closed','','freelance-pricing','','','2017-11-17 22:40:18','2017-11-17 22:40:18','',0,'http://lukuverkosto.fi/home/et_pb_layout/freelance-pricing/',0,'et_pb_layout','',0);
INSERT INTO `wp_posts` VALUES (50011,1,'2017-11-17 22:40:11','2017-11-17 22:40:11','[et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Hero Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_margin=\"|||\" custom_padding=\"90px||90px|\"][et_pb_row custom_padding=\"|||\" admin_label=\"Hero Area\" _builder_version=\"3.0.86\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Name\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"Montserrat|300|||||||\" header_font_size=\"60px\" header_line_height=\"1.3em\" custom_margin=\"||0px|\" animation_style=\"fade\"]<h1>My <strong>Work</strong></h1>\r[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Designation\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"24px\" text_letter_spacing=\"1px\" text_line_height=\"1.6em\" header_font=\"||||||||\" custom_margin=\"|||\" animation_style=\"fade\"]<p>Website & Branding Experiences</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Me Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"About Me Title Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>Featured Project</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"About Me\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.83\" text_font=\"|700|||||||\" text_font_size=\"22px\" text_text_color=\"#333333\" text_line_height=\"1.6em\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<p><span>Divi Design Agency. Wordpress Website</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\"]<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"45px|||\" admin_label=\"Services Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Architecture\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Visual Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Content Strategy\" use_icon=\"on\" font_icon=\"%%376%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"UX Design\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"My Skills Section\" _builder_version=\"3.0.86\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1440px\" custom_padding=\"|0px||0px\" admin_label=\"My Skills Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/iMac_right-1.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.86\" max_width=\"50px\" custom_margin=\"300px||15px|\" custom_margin_tablet=\"30px|||\" custom_margin_last_edited=\"on|tablet\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" animation_direction=\"left\" locked=\"off\"]<h2>Landing</h2>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\" locked=\"off\"]<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharn lorem. Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharetra nisi, vitae rutrum quam.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Mobile Friendly\" _builder_version=\"3.0.86\" custom_padding=\"54px|0px|0px|0px\"][et_pb_row admin_label=\"Mobile Friendly\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.86\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_text_align=\"center\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"left\" locked=\"off\"]<h2>Mobile</h2>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"left\" locked=\"off\"]<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharn lorem. uam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor i</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Ipad Mockup\" _builder_version=\"3.0.86\"][et_pb_fullwidth_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ipad-mini_surface-1.jpg\" admin_label=\"Ipad Mockup\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Website Mockup\" _builder_version=\"3.0.86\" custom_padding=\"|||\" locked=\"off\"][et_pb_row admin_label=\"Website Mockup\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.86\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_text_align=\"center\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"left\" locked=\"off\"]<h2>Full Website</h2>\r[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"left\" locked=\"off\"]<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharn lorem. uam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor i</p>[/et_pb_text][et_pb_button button_text=\"Live Demo\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" fullwidth=\"on\" admin_label=\"Website Mockup\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.86\" custom_padding=\"|10%||10%\" custom_padding_tablet=\"|5%||5%\"][et_pb_fullwidth_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/MB-purefront-1.jpg\" admin_label=\"Website Mockup\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Work Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"Work Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>All Projects</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_03.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\"]<h3>Travel Destination</h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_05.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\" locked=\"off\"]<h3>Farmers Market</h3>\n<h3></h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_04.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\" locked=\"off\"]<h3>Coffee House</h3>\n<h3></h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_02.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\" locked=\"off\"]<h3>Design Firm</h3>\n<h3></h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_06.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\" locked=\"off\"]<h3>Consultant Agency</h3>\n<h3></h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_07.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.83\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"18px\" text_text_color=\"rgba(255,255,255,0.6)\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|700|||||||\" header_3_font_size=\"24px\" header_3_line_height=\"1.5em\" custom_margin=\"||40px|\" locked=\"off\"]<h3>Photography Marketplace</h3>\n<h3></h3>\n<p>Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod venenatis pharn. </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Testimonial Section\" _builder_version=\"3.0.86\" custom_padding=\"80px||70px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<h2>My Clients</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<p><span style=\"color: #333333;\">Sed rhoncus nec orci ac commodo. Nulla tempus urna rhoncus laoreet tempus, tellus purus interdum velit, sit amet tristique odio est quis lorem.\"</span></p>\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]<p><span style=\"color: #333333;\">\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit</span></p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Divider Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"rgba(0,0,0,0.12)\" show_divider=\"on\" divider_position=\"center\" _builder_version=\"3.0.85\" custom_margin=\"45px||45px|\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_08.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_06.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_05.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_07.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_04-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_03-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_02-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_01-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Get In Touch Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"bottom\"]<h2>Let\'s Build Something Amazing Together!</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" background_color_1=\"#ffffff\" padding_top_1=\"60px\" padding_right_1=\"60px\" padding_bottom_1=\"60px\" padding_left_1=\"60px\" admin_label=\"Get In Touch Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.85\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||30px|\" custom_padding=\"|||\"]contactme@gmail.com\r[/et_pb_blurb][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\"]+22 154 125 4478\r[/et_pb_blurb][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(255,255,255,0.12)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','freelance portfolio','','publish','closed','closed','','freelance-portfolio','','','2017-11-17 22:40:11','2017-11-17 22:40:11','',0,'http://lukuverkosto.fi/home/et_pb_layout/freelance-portfolio/',0,'et_pb_layout','',0),(50009,1,'2017-11-17 22:40:02','2017-11-17 22:40:02','[et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.0.85\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" background_color_3=\"#ffffff\" admin_label=\"Contact Title Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" custom_margin=\"|||\" animation_style=\"fade\" animation_direction=\"left\" animation_starting_opacity=\"100%\"]<h2>Contact Me</h2>[/et_pb_text][et_pb_text _builder_version=\"3.0.85\" text_font=\"Open Sans||||||||\" text_font_size=\"30px\" text_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"fade\"]I‘m available for freelance work. Please feel free to get in touch if you have a project.[/et_pb_text][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" text_orientation=\"center\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" background_color_3=\"#ffffff\" admin_label=\"Contact Info Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email Me\" use_icon=\"on\" font_icon=\"%%153%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" admin_label=\"Email\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" text_orientation=\"center\" custom_padding=\"55px|25px|55px|25px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"]contactme@gmail.com[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Call Me\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" admin_label=\"Phone\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" text_orientation=\"center\" custom_padding=\"55px|25px|55px|25px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"]+22 1547 865 4844[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Visit Me\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" admin_label=\"Address\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" text_orientation=\"center\" custom_padding=\"55px|25px|55px|25px\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\"]544/A, XYZ Tower, California[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.0.85\" custom_padding=\"0px||0px|\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_16.jpg\" padding_top_2=\"8%\" padding_right_2=\"12%\" padding_bottom_2=\"8%\" padding_left_2=\"8%\" admin_label=\"Contact Form Area\" _builder_version=\"3.0.86\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" bg_img=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_16.jpg\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"8%\" padding_left=\"8%\" padding_right=\"12%\" padding_top=\"8%\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"50px\" custom_margin=\"||15px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_font_size=\"48px\" custom_margin=\"||15px|\" animation_direction=\"left\"]<h2>Get in Touch</h2>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_padding=\"||50px|\" animation_direction=\"left\"]Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque.[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Now\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#333333\" button_border_width=\"12px\" button_border_color=\"rgba(255,255,255,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#333333\" animation_style=\"fade\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(0,0,0,0.1)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"CTA Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"120px||120px|\"][et_pb_row padding_top_2=\"25px\" admin_label=\"CTA Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"800px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_direction=\"left\"]<h2>Need a Stunning Website?</h2>[/et_pb_text][et_pb_button button_text=\"Get a Quote\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#333333\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','freelance contact','','publish','closed','closed','','freelance-contact','','','2017-11-17 22:40:02','2017-11-17 22:40:02','',0,'http://lukuverkosto.fi/home/et_pb_layout/freelance-contact/',0,'et_pb_layout','',0),(50008,1,'2017-11-17 22:39:51','2017-11-17 22:39:51','[et_pb_section fb_built=\"1\" admin_label=\"About Me Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.92)\" background_color_gradient_end=\"#ffffff\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_01.jpg\" background_size=\"initial\" background_position=\"top_left\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"|||\" make_equal=\"on\" background_color_2=\"#ffffff\" background_color_3=\"#ffffff\" admin_label=\"About Me Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Titel\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" custom_margin=\"|||\" animation_style=\"fade\" animation_direction=\"left\" animation_starting_opacity=\"100%\"]<h2>About Me</h2>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.85\" text_font=\"Open Sans||||||||\" text_font_size=\"30px\" text_line_height=\"1.4em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"fade\"]<p>I build beautiful websites & create engaging online experiences.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"45px|||\" admin_label=\"Services Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Data Anlysis\" use_icon=\"on\" font_icon=\"%%71%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mobile Design\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"UX Design\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#08d1b6\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"History and Resume\" _builder_version=\"3.0.85\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"My Story Title\" _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" animation_direction=\"left\"]<h2>My Story</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"27px|0px|90px|0px\" admin_label=\"My Story\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\"]<p>Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a, porttitor in lorem. Duis tellus odio, bibendum quis vulputate ut, aliquet ac augue. Donec non ex eu massa aliquam tincidunt consequat nulla. Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a, porttitor in lorem.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.85\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\"]<p>Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a, porttitor in lorem. Duis tellus odio, bibendum quis vulputate ut, aliquet ac augue. Donec non ex eu massa aliquam tincidunt consequat nulla. Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a, porttitor in lorem. </p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Resume Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"30px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|600|||||||\" header_3_font_size=\"24px\" custom_margin=\"||60px|\" animation_direction=\"left\" locked=\"off\"]<h3>Experience</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Lead Web Designer</h4>\n<p>Arong Inc.<br />Sept 2016 – Current</p>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Sr. Web Designer</h4>\n<p>Spaceship CO.<br />Feb 2013 – Aug 2016</p>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Web Designer</h4>\n<p>Elegant Themes<br />Jun 2011 – Dec 2013</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"30px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|600|||||||\" header_3_font_size=\"24px\" custom_margin=\"||60px|\" animation_direction=\"left\" locked=\"off\"]<h3>Education</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Masters of Graphic Design</h4>\n<p>University of Art & Graphics<br />Aug 2009 – May 2011</p>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Bachelor of Graphic Design</h4>\n<p>University of Art & Graphics<br />August 2007 – May 2009</p>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\"]<h4>Diploma In Graphic Design</h4>\n<p>University of Art & Graphics August<br />2005 – May 2007</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.85\" max_width=\"30px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Montserrat|600|||||||\" header_3_font_size=\"24px\" custom_margin=\"||60px|\" animation_direction=\"left\" locked=\"off\"]<h3>Awards</h3>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\" locked=\"off\"]<h4>Awesome Design Awards 2016</h4>\n<p>Cras varius turpis a magna luctus, et tempor velit porttitor. Cras sit amet nulla neque. </p>[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" header_font=\"||||||||\" header_4_font=\"Montserrat||||||||\" header_4_font_size=\"16px\" header_4_letter_spacing=\"1px\" custom_margin=\"||60px|\" animation_direction=\"left\" locked=\"off\"]<h4>Best Webste Awards 2014</h4>\n<p>Cras varius turpis a magna luctus, et tempor velit porttitor. Cras sit amet nulla neque. Cras varius turpis a magna luctus, et tempor velit porttitor. Cras sit amet nulla neque.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"My Skill Section\" _builder_version=\"3.0.83\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1440px\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" padding_left_2=\"5%\" admin_label=\"My Skill Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_08.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_left=\"5%\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" animation_direction=\"left\" locked=\"off\"]<h2>What I Do</h2>\r[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\" locked=\"off\"]Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem.\r[/et_pb_text][et_pb_counters background_color=\"#eeeeee\" bar_bg_color=\"#333333\" use_percentages=\"off\" _builder_version=\"3.0.86\" title_font=\"Montserrat|||on|||||\" title_font_size=\"16px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font=\"||||||||\" percent_font_size=\"1px\" percent_line_height=\"1em\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_counter percent=\"70\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Interface Design[/et_pb_counter][et_pb_counter percent=\"90\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]HTML & CSS[/et_pb_counter][et_pb_counter percent=\"87\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" custom_padding=\"|||\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Java Script & jQuery[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.86\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"View My Work\" button_alignment=\"center\" _builder_version=\"3.0.86\" custom_margin=\"60px|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#333333\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(34,34,34,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#222222\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Get In Touch Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"bottom\"]<h2>Let\'s Build Something Amazing Together!</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" background_color_1=\"#ffffff\" padding_top_1=\"60px\" padding_right_1=\"60px\" padding_bottom_1=\"60px\" padding_left_1=\"60px\" admin_label=\"Get In Touch Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.85\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||30px|\" custom_padding=\"|||\"]contactme@gmail.com\r[/et_pb_blurb][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\"]+22 154 125 4478\r[/et_pb_blurb][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(255,255,255,0.12)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','freelance about','','publish','closed','closed','','freelance-about','','','2017-11-17 22:39:51','2017-11-17 22:39:51','',0,'http://lukuverkosto.fi/home/et_pb_layout/freelance-about/',0,'et_pb_layout','',0),(123443,1,'2018-07-14 21:45:31','2018-07-14 21:45:31','[et_pb_section fb_built=\"1\" background_color=\"#eeeeee\" admin_label=\"Hero Section\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.86\" custom_margin=\"|||\" custom_padding=\"100px|||\" custom_padding_phone=\"60px|||\"][et_pb_row custom_padding=\"|||\" padding_top_1=\"100px\" admin_label=\"Hero Area\" _builder_version=\"3.0.86\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"|700||on|||||\" text_font_size=\"22px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" header_font=\"||||||||\" custom_margin=\"||35px|\" animation_style=\"fade\"]Hello!\r\n[/et_pb_text][et_pb_text admin_label=\"Name\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"Montserrat|300|||||||\" header_font_size=\"60px\" custom_margin=\"||0px|\" animation_style=\"fade\"]\r\n<h1>I\'m <strong>Rakib Ahsan</strong></h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Designation\" _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"24px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" text_line_height=\"1.6em\" header_font=\"||||||||\" header_line_height=\"1.5em\" custom_margin=\"||55px|\" animation_style=\"fade\"]Freelance Creative Web Designer\r\n[/et_pb_text][et_pb_button button_text=\"About Me\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#333333\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"10px\" button_border_color=\"rgba(34,34,34,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"#333333\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#222222\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_01-1.jpg\" show_bottom_space=\"off\" force_fullwidth=\"on\" _builder_version=\"3.0.89\" animation_direction=\"left\" animation_style=\"slide\" animation_starting_opacity=\"100%\" animation_intensity_slide=\"2%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Me Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"About Me Title Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>About Me</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"About Me\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.83\" text_font=\"|700|||||||\" text_font_size=\"22px\" text_text_color=\"#333333\" text_line_height=\"1.6em\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"fold\" animation_direction=\"right\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vel ligula ex. In elit blandit, rutrum sem quis, elementum enim.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]Aenean a diam nibh. Quisque eu placerat leo. Cras id leo quis arcu mollis finibus sed eu neque. Nullam rhoncus lacinia euismod. Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem. Duis tellus odio bibendum quis vulputate ut aliquet ac augue aliquam tincidunt.\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.83\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]Vivamus a neque eu magna egestas pulvinar ut quis elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla arcu orci, lobortis et elit id, lacinia tempus dui. Sed mattis orci porta lectus mattis luctus. Etiam ultricies sollicitudin vehicula. Sed eget venenatis lacus, non interdum nisl. Proin varius tellus lacus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"45px|||\" admin_label=\"Services Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.86\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Data Anlysis\" use_icon=\"on\" font_icon=\"%%71%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mobile Design\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"UX Design\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#333333\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|600|||||||\" header_font_size=\"16px\" header_letter_spacing=\"2px\" background_color=\"#ffffff\" text_orientation=\"center\" custom_padding=\"25px||25px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"23px\" box_shadow_color=\"rgba(0,0,0,0.05)\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Work Section\" _builder_version=\"3.0.83\" custom_padding=\"80px||90px|\"][et_pb_row admin_label=\"Work Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>My Latest Work</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_03.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_02.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_04.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Works Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_05.jpg\" url=\"#\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_06.jpg\" url=\"#\" force_fullwidth=\"on\" _builder_version=\"3.0.83\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_07.jpg\" url=\"#\" use_overlay=\"on\" overlay_icon_color=\"#000000\" hover_overlay_color=\"rgba(255,255,255,0.96)\" hover_icon=\"%%5%%\" force_fullwidth=\"on\" _builder_version=\"3.0.83\" border_width_all=\"20px\" border_color_all=\"#ffffff\" border_style_all=\"solid\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" use_border_color=\"on\" border_width=\"20px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"55px||0px|\" admin_label=\"Button Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"View All\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(51,51,51,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"rgba(255,255,255,0)\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"My Skill Section\" _builder_version=\"3.0.83\" custom_padding=\"90px||90px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1440px\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" padding_left_2=\"5%\" admin_label=\"My Skill Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/freelancer_img_08.jpg\" force_fullwidth=\"on\" _builder_version=\"3.0.86\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"100px\" padding_left=\"5%\" padding_top=\"100px\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" animation_direction=\"left\" locked=\"off\"]\r\n<h2>My Skills</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.86\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" animation_direction=\"left\" locked=\"off\"]Suspendisse venenatis pharetra nisi, vitae rutrum quam porta vel. Nulla quam sem, dignissim sed bibendum a porttitor in lorem.\r\n[/et_pb_text][et_pb_counters background_color=\"#eeeeee\" bar_bg_color=\"#333333\" use_percentages=\"off\" _builder_version=\"3.0.86\" title_font=\"Montserrat|||on|||||\" title_font_size=\"16px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font=\"||||||||\" percent_font_size=\"1px\" percent_line_height=\"1em\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_counter percent=\"70\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Interface Design[/et_pb_counter][et_pb_counter percent=\"90\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]HTML &amp; CSS[/et_pb_counter][et_pb_counter percent=\"87\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" custom_padding=\"|||\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Java Script &amp; jQuery[/et_pb_counter][et_pb_counter percent=\"85\" _builder_version=\"3.0.86\" custom_margin=\"||30px|\" custom_padding=\"|||\" background_color_default=\"#eeeeee\" bar_background_color_default=\"#333333\" use_percentages=\"off\"]Angular JS[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"90px||90px|\" admin_label=\"Fun Fact Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Happy Clients\" number=\"254\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Projects Done\" number=\"632\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_number_counter title=\"Cups of Coffee\" number=\"700\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat||||||||\" title_letter_spacing=\"2px\" number_font=\"Montserrat||||||||\" number_text_color=\"#333333\" number_line_height=\"80px\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"CTA Section\" _builder_version=\"3.0.83\" custom_padding=\"90px||90px|\"][et_pb_row padding_top_2=\"25px\" admin_label=\"CTA Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.86\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"left\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" custom_margin=\"||30px|\" animation_direction=\"left\"]\r\n<h2>Have an awesome project idea in mind?</h2>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_top=\"25px\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Get In Touch\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.86\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"12px\" button_border_color=\"rgba(34,34,34,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"2px\" box_shadow_color=\"#ffffff\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#f7f7f7\" admin_label=\"Testimonial Section\" _builder_version=\"3.0.86\" custom_padding=\"80px||70px|\"][et_pb_row admin_label=\"Testimonial Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#333333\" show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.83\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" animation_style=\"fold\" animation_direction=\"bottom\" animation_intensity_fold=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>My Clients</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial Area\" _builder_version=\"3.0.83\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]\r\n\r\n<strong>“Sed rhoncus nec orci ac commodo. Nulla tempus urna rhoncus laoreet tempus, tellus purus interdum velit, sit amet tristique odio est quis lorem.</strong>\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial job_title=\"Tamim Iqbal\" company_name=\"CEO @ Lotas Inc.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" use_background_color=\"off\" background_layout=\"light\" _builder_version=\"3.0.86\" body_font=\"Open Sans||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" animation_direction=\"bottom\"]\r\n\r\n<strong>\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc faucibus mauris et suscipit posuere. Sed id dapibus ante. Vestibulum eget sapien hendrerit.</strong>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Divider Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"rgba(0,0,0,0.12)\" show_divider=\"on\" divider_position=\"center\" _builder_version=\"3.0.85\" custom_margin=\"45px||45px|\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_08.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_06.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_05.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_07.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Clients Logo\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_04-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_03-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_02-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/logo_01-1.png\" force_fullwidth=\"on\" admin_label=\"Logo\" _builder_version=\"3.0.85\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#333333\" admin_label=\"Get In Touch Section\" _builder_version=\"3.0.86\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(51,51,51,0.9)\" background_color_gradient_end=\"#333333\" background_color_gradient_end_position=\"50%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divi-landing-demos-fan.png\" custom_padding=\"90px||90px|\"][et_pb_row admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.83\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider show_divider=\"on\" divider_position=\"center\" divider_weight=\"2px\" _builder_version=\"3.0.83\" max_width=\"50px\" module_alignment=\"center\" custom_margin=\"||15px|\" animation_style=\"slide\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_divider][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.86\" header_font=\"||||||||\" header_2_font=\"Montserrat|600|||||||\" header_2_text_align=\"center\" header_2_font_size=\"48px\" header_2_text_color=\"#ffffff\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"center\" animation_direction=\"bottom\"]\r\n<h2>Let\'s Build Something Amazing Together!</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"50px|0px|50px|0px\" background_color_1=\"#ffffff\" padding_top_1=\"60px\" padding_right_1=\"60px\" padding_bottom_1=\"60px\" padding_left_1=\"60px\" admin_label=\"Get In Touch Area\" _builder_version=\"3.0.86\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"60px\" padding_left=\"60px\" padding_right=\"60px\" padding_top=\"60px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||30px|\" custom_padding=\"|||\"]contactme@gmail.com\r\n[/et_pb_blurb][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#333333\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.86\" header_font=\"Montserrat||||||||\" header_letter_spacing=\"2px\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"|||\"]+22 154 125 4478\r\n[/et_pb_blurb][et_pb_social_media_follow _builder_version=\"3.0.86\" border_radii=\"on|100%|100%|100%|100%\" custom_margin=\"40px|||\" custom_padding=\"|||\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|10px||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"dribbble\" _builder_version=\"3.0.86\" background_color=\"#333333\" custom_margin=\"|||\" custom_padding=\"8px|8px|8px|8px\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"on\"]dribbble[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.86\" title_font=\"||||||||\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_border_radius=\"0px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|||on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_color_hover=\"#333333\" button_bg_color_hover=\"#ffffff\" button_border_radius_hover=\"0px\" button_letter_spacing_hover=\"2px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"0px\" box_shadow_spread_button=\"2px\" box_shadow_color_button=\"#ffffff\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"1px\" box_shadow_color=\"rgba(255,255,255,0.12)\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.86\" border_radii=\"on||||\" custom_margin=\"||40px|\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','freelance landing','','inherit','closed','closed','','50013-revision-v1','','','2018-07-14 21:45:31','2018-07-14 21:45:31','',50013,'http://lukuverkosto.fi/home/uncategorized/50013-revision-v1/',0,'revision','',0),(123445,1,'2018-07-15 20:16:35','2018-07-15 20:16:35','','it-services-02','','inherit','open','closed','','it-services-02','','','2018-07-15 20:16:35','2018-07-15 20:16:35','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-02.jpg',0,'attachment','image/jpeg',0),(123446,1,'2018-07-15 20:16:37','2018-07-15 20:16:37','','line-icons-53','','inherit','open','closed','','line-icons-53','','','2018-07-15 20:16:37','2018-07-15 20:16:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png',0,'attachment','image/png',0),(123447,1,'2018-07-15 20:16:37','2018-07-15 20:16:37','','lifesaver_64px','','inherit','open','closed','','lifesaver_64px','','','2018-07-15 20:16:37','2018-07-15 20:16:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png',0,'attachment','image/png',0),(123448,1,'2018-07-15 20:16:37','2018-07-15 20:16:37','','layers_64px','','inherit','open','closed','','layers_64px','','','2018-07-15 20:16:37','2018-07-15 20:16:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png',0,'attachment','image/png',0),(123449,1,'2018-07-15 20:16:37','2018-07-15 20:16:37','','global_64px','','inherit','open','closed','','global_64px','','','2018-07-15 20:16:37','2018-07-15 20:16:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/global_64px.png',0,'attachment','image/png',0),(123450,1,'2018-07-15 20:16:40','2018-07-15 20:16:40','','line-icons-76','','inherit','open','closed','','line-icons-76','','','2018-07-15 20:16:40','2018-07-15 20:16:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png',0,'attachment','image/png',0),(123451,1,'2018-07-15 20:16:40','2018-07-15 20:16:40','','line-icons-35','','inherit','open','closed','','line-icons-35','','','2018-07-15 20:16:40','2018-07-15 20:16:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png',0,'attachment','image/png',0),(123452,1,'2018-07-15 20:16:40','2018-07-15 20:16:40','','img-15','','inherit','open','closed','','img-15','','','2018-07-15 20:16:40','2018-07-15 20:16:40','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-15.jpg',0,'attachment','image/jpeg',0),(123453,1,'2018-07-15 20:16:41','2018-07-15 20:16:41','','it-services-04','','inherit','open','closed','','it-services-04','','','2018-07-15 20:16:41','2018-07-15 20:16:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-04.jpg',0,'attachment','image/jpeg',0),(123454,1,'2018-07-15 20:16:42','2018-07-15 20:16:42','','it-services-03','','inherit','open','closed','','it-services-03','','','2018-07-15 20:16:42','2018-07-15 20:16:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-03.png',0,'attachment','image/png',0),(123455,1,'2018-07-15 20:16:46','2018-07-15 20:16:46','','img-13','','inherit','open','closed','','img-13','','','2018-07-15 20:16:46','2018-07-15 20:16:46','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-13.jpg',0,'attachment','image/jpeg',0),(123456,1,'2018-07-15 20:16:47','2018-07-15 20:16:47','','img-06','','inherit','open','closed','','img-06','','','2018-07-15 20:16:47','2018-07-15 20:16:47','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-06.png',0,'attachment','image/png',0),(123457,1,'2018-07-15 20:16:47','2018-07-15 20:16:47','','quote-light','','inherit','open','closed','','quote-light','','','2018-07-15 20:16:47','2018-07-15 20:16:47','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-light.png',0,'attachment','image/png',0),(123458,1,'2018-07-15 20:16:47','2018-07-15 20:16:47','','quote-dark','','inherit','open','closed','','quote-dark','','','2018-07-15 20:16:47','2018-07-15 20:16:47','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-dark.png',0,'attachment','image/png',0),(123470,1,'2018-07-15 22:42:38','2018-07-15 22:42:38','[et_pb_section bb_built=\"1\" admin_label=\"Our Services\" _builder_version=\"3.17.6\" custom_padding=\"50.59375px|0px|340px|0px|false|false\" template_type=\"section\"][et_pb_row custom_padding=\"25.296875px|0px|26px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Ensiluokkainen käyttäjäystävällisyys\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ff8a3d\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation=\"off\"]\r\n\r\n<strong>Helppous</strong>. Lataa sähköiset tehtävat ja kokeesi oppilaitoksesi koeverkkoon selainpohjaisen käyttöliittymän avulla. Unohda piuhat, reitittimet ja palvelimet. Voit keskittyä olennaiseen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Opiskelija kaiken lähtökohtana\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\" body_text_color=\"#000000\"]\r\n\r\n<strong>Opiskelijalähtöisyys</strong>. iKoe ei tunne luokkahuoneesi rajoja. Lataamasi tehtävät ovat opiskelijoidesi käytettävissä koko koeverkon alueella.  Voit eriyttää ja integroida opetustasi haluamallasi tavalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Tietoturvallisuus\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffa727\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"300ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>\r\nTurvallisuus</strong>. iKoejärjestelmään ladatut kokeet suojataan Googlen tietoturvasuojauksella. Koetilanteessa kokeissa on generoituva salasana.             Ikoe on turvallisin tapa järjestää sähköisiä kokeita.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"24px|0px|25.296875px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Aitoa etätyöskentelyä\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\" header_text_color=\"#000000\" border_color_all_image=\"#000000\"]\r\n\r\n<span style=\"color: #000000;\"><strong>Vapaus</strong>. iKoe on siellä missä sinäkin. Laadi ja tarkista kokeesi missä itse haluat. Koevastaukset löytävät tiensä automaattisesti omaan tilaasi.</span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Virtuaalinen koepankki\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#15314e\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\"]\r\n\r\nYhteisöllisyys. Voit halutessasi jakaa koetiedostosi kollegoidesi kanssa tai tallentaa tiedostosi pilvipalveluun myöhempää käyttöä silmällä pitäen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Keskitetty hallinta\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.17)\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"200ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>Lähituki</strong>. Keskitetyn hallintajärjestelmän johdosta kokeiden valvonta ja lähituki järjestyy aikasempaa tehokkaammalla avalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]\r\n\r\nSERVICES\r\n<h2>What We Do</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe','','publish','closed','closed','','ikoe','','','2020-03-22 15:47:43','2020-03-22 15:47:43','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe/',0,'et_pb_layout','',0),(124082,1,'2020-03-22 15:47:43','2020-03-22 15:47:43','[et_pb_section bb_built=\"1\" admin_label=\"Our Services\" _builder_version=\"3.17.6\" custom_padding=\"50.59375px|0px|340px|0px|false|false\" template_type=\"section\"][et_pb_row custom_padding=\"25.296875px|0px|26px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Ensiluokkainen käyttäjäystävällisyys\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ff8a3d\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation=\"off\"]\r\n\r\n<strong>Helppous</strong>. Lataa sähköiset tehtävat ja kokeesi oppilaitoksesi koeverkkoon selainpohjaisen käyttöliittymän avulla. Unohda piuhat, reitittimet ja palvelimet. Voit keskittyä olennaiseen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Opiskelija kaiken lähtökohtana\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\" body_text_color=\"#000000\"]\r\n\r\n<strong>Opiskelijalähtöisyys</strong>. iKoe ei tunne luokkahuoneesi rajoja. Lataamasi tehtävät ovat opiskelijoidesi käytettävissä koko koeverkon alueella.  Voit eriyttää ja integroida opetustasi haluamallasi tavalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Tietoturvallisuus\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffa727\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"300ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>\r\nTurvallisuus</strong>. iKoejärjestelmään ladatut kokeet suojataan Googlen tietoturvasuojauksella. Koetilanteessa kokeissa on generoituva salasana.             Ikoe on turvallisin tapa järjestää sähköisiä kokeita.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"24px|0px|25.296875px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Aitoa etätyöskentelyä\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\" header_text_color=\"#000000\" border_color_all_image=\"#000000\"]\r\n\r\n<span style=\"color: #000000;\"><strong>Vapaus</strong>. iKoe on siellä missä sinäkin. Laadi ja tarkista kokeesi missä itse haluat. Koevastaukset löytävät tiensä automaattisesti omaan tilaasi.</span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Virtuaalinen koepankki\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#15314e\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\"]\r\n\r\nYhteisöllisyys. Voit halutessasi jakaa koetiedostosi kollegoidesi kanssa tai tallentaa tiedostosi pilvipalveluun myöhempää käyttöä silmällä pitäen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Keskitetty hallinta\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.17)\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"200ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>Lähituki</strong>. Keskitetyn hallintajärjestelmän johdosta kokeiden valvonta ja lähituki järjestyy aikasempaa tehokkaammalla avalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]\r\n\r\nSERVICES\r\n<h2>What We Do</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe','','inherit','closed','closed','','123470-revision-v1','','','2020-03-22 15:47:43','2020-03-22 15:47:43','',123470,'http://lukuverkosto.fi/home/123470-revision-v1/',0,'revision','',0),(123472,1,'2018-07-15 22:52:58','2018-07-15 22:52:58','','pattern-01','','inherit','open','closed','','pattern-01','','','2018-07-15 22:52:58','2018-07-15 22:52:58','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png',0,'attachment','image/png',0),(123473,1,'2018-07-15 22:53:02','2018-07-15 22:53:02','','case7','','inherit','open','closed','','case7','','','2018-07-15 22:53:02','2018-07-15 22:53:02','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/case7.jpg',0,'attachment','image/jpeg',0),(123474,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service-offer','','inherit','open','closed','','service-offer','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service-offer.png',0,'attachment','image/png',0),(123475,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_05','','inherit','open','closed','','service_icon_05','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_05.png',0,'attachment','image/png',0),(123476,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_06','','inherit','open','closed','','service_icon_06','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_06.png',0,'attachment','image/png',0),(123477,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_01','','inherit','open','closed','','service_icon_01','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_01.png',0,'attachment','image/png',0),(123478,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_02','','inherit','open','closed','','service_icon_02','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_02.png',0,'attachment','image/png',0),(123479,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_12','','inherit','open','closed','','service_icon_12','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_12.png',0,'attachment','image/png',0),(123480,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','service_icon_07','','inherit','open','closed','','service_icon_07','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_07.png',0,'attachment','image/png',0),(123481,1,'2018-07-15 22:53:07','2018-07-15 22:53:07','','pattern-02','','inherit','open','closed','','pattern-02','','','2018-07-15 22:53:07','2018-07-15 22:53:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-02.jpg',0,'attachment','image/jpeg',0),(123482,1,'2018-07-15 22:53:10','2018-07-15 22:53:10','','question','','inherit','open','closed','','question','','','2018-07-15 22:53:10','2018-07-15 22:53:10','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/question.png',0,'attachment','image/png',0),(123483,1,'2018-07-15 22:53:11','2018-07-15 22:53:11','','Hong-Kong-China','','inherit','open','closed','','hong-kong-china','','','2018-07-15 22:53:11','2018-07-15 22:53:11','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Hong-Kong-China.jpg',0,'attachment','image/jpeg',0),(123484,1,'2018-07-15 22:53:13','2018-07-15 22:53:13','','burns','','inherit','open','closed','','burns','','','2018-07-15 22:53:13','2018-07-15 22:53:13','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/burns.jpg',0,'attachment','image/jpeg',0),(123485,1,'2018-07-15 22:53:14','2018-07-15 22:53:14','','pattern-04','','inherit','open','closed','','pattern-04','','','2018-07-15 22:53:14','2018-07-15 22:53:14','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-04.png',0,'attachment','image/png',0),(123486,1,'2018-07-15 22:53:14','2018-07-15 22:53:14','','alphacolor','','inherit','open','closed','','alphacolor','','','2018-07-15 22:53:14','2018-07-15 22:53:14','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alphacolor.jpg',0,'attachment','image/jpeg',0),(123487,1,'2018-07-15 22:53:15','2018-07-15 22:53:15','','alexander','','inherit','open','closed','','alexander','','','2018-07-15 22:53:15','2018-07-15 22:53:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alexander.jpg',0,'attachment','image/jpeg',0),(123488,1,'2018-07-15 22:53:16','2018-07-15 22:53:16','','domenico-loia','','inherit','open','closed','','domenico-loia','','','2018-07-15 22:53:16','2018-07-15 22:53:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/domenico-loia.jpg',0,'attachment','image/jpeg',0),(123489,1,'2018-07-15 22:53:16','2018-07-15 22:53:16','','julian-o-hayon','','inherit','open','closed','','julian-o-hayon','','','2018-07-15 22:53:16','2018-07-15 22:53:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/julian-o-hayon.jpg',0,'attachment','image/jpeg',0),(123490,1,'2018-07-15 22:53:16','2018-07-15 22:53:16','','adrien','','inherit','open','closed','','adrien','','','2018-07-15 22:53:16','2018-07-15 22:53:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/adrien.jpg',0,'attachment','image/jpeg',0),(123491,1,'2018-07-15 22:53:16','2018-07-15 22:53:16','','test-04','','inherit','open','closed','','test-04','','','2018-07-15 22:53:16','2018-07-15 22:53:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-04.jpg',0,'attachment','image/jpeg',0),(123492,1,'2018-07-15 22:53:17','2018-07-15 22:53:17','','test-02','','inherit','open','closed','','test-02','','','2018-07-15 22:53:17','2018-07-15 22:53:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-02.jpg',0,'attachment','image/jpeg',0),(123493,1,'2018-07-15 22:53:17','2018-07-15 22:53:17','','test-01','','inherit','open','closed','','test-01','','','2018-07-15 22:53:17','2018-07-15 22:53:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg',0,'attachment','image/jpeg',0),(123494,1,'2018-07-15 22:53:17','2018-07-15 22:53:17','','pattern05','','inherit','open','closed','','pattern05','','','2018-07-15 22:53:17','2018-07-15 22:53:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern05.jpg',0,'attachment','image/jpeg',0),(123495,1,'2018-07-15 22:53:17','2018-07-15 22:53:17','','henry-perks','','inherit','open','closed','','henry-perks','','','2018-07-15 22:53:17','2018-07-15 22:53:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/henry-perks.jpg',0,'attachment','image/jpeg',0),(123496,1,'2018-07-15 22:53:18','2018-07-15 22:53:18','','chuttersnap','','inherit','open','closed','','chuttersnap','','','2018-07-15 22:53:18','2018-07-15 22:53:18','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/chuttersnap.jpg',0,'attachment','image/jpeg',0),(123497,1,'2018-07-15 22:53:20','2018-07-15 22:53:20','','placeholder','','inherit','open','closed','','placeholder','','','2018-07-15 22:53:20','2018-07-15 22:53:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/placeholder.png',0,'attachment','image/png',0),(123498,1,'2018-07-15 22:53:20','2018-07-15 22:53:20','','phone-call','','inherit','open','closed','','phone-call','','','2018-07-15 22:53:20','2018-07-15 22:53:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-call.png',0,'attachment','image/png',0),(123499,1,'2018-07-15 22:53:20','2018-07-15 22:53:20','','mail-1','','inherit','open','closed','','mail-1','','','2018-07-15 22:53:20','2018-07-15 22:53:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/mail-1.png',0,'attachment','image/png',0),(123500,1,'2018-07-15 22:53:20','2018-07-15 22:53:20','','pattern-05','','inherit','open','closed','','pattern-05','','','2018-07-15 22:53:20','2018-07-15 22:53:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-05.png',0,'attachment','image/png',0),(123501,1,'2018-07-15 22:53:20','2018-07-15 22:53:20','','person-1','','inherit','open','closed','','person-1','','','2018-07-15 22:53:20','2018-07-15 22:53:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-1.png',0,'attachment','image/png',0),(123502,1,'2018-07-15 22:53:21','2018-07-15 22:53:21','','person-2','','inherit','open','closed','','person-2','','','2018-07-15 22:53:21','2018-07-15 22:53:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-2.png',0,'attachment','image/png',0),(123503,1,'2018-07-15 22:53:21','2018-07-15 22:53:21','','person-3','','inherit','open','closed','','person-3','','','2018-07-15 22:53:21','2018-07-15 22:53:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-3.png',0,'attachment','image/png',0),(123504,1,'2018-07-15 22:53:21','2018-07-15 22:53:21','','client-logo-02','','inherit','open','closed','','client-logo-02','','','2018-07-15 22:53:21','2018-07-15 22:53:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-02.png',0,'attachment','image/png',0),(123505,1,'2018-07-15 22:53:21','2018-07-15 22:53:21','','client-logo-03','','inherit','open','closed','','client-logo-03','','','2018-07-15 22:53:21','2018-07-15 22:53:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-03.png',0,'attachment','image/png',0),(123506,1,'2018-07-15 22:53:21','2018-07-15 22:53:21','','client-logo-04','','inherit','open','closed','','client-logo-04','','','2018-07-15 22:53:21','2018-07-15 22:53:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-04.png',0,'attachment','image/png',0),(123507,1,'2018-07-15 22:53:22','2018-07-15 22:53:22','','client-logo-05-1','','inherit','open','closed','','client-logo-05-1','','','2018-07-15 22:53:22','2018-07-15 22:53:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-05-1.png',0,'attachment','image/png',0),(123508,1,'2018-07-15 22:53:22','2018-07-15 22:53:22','','client-logo-01','','inherit','open','closed','','client-logo-01','','','2018-07-15 22:53:22','2018-07-15 22:53:22','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-01.png',0,'attachment','image/png',0),(2376,1,'2018-01-06 10:03:39','2018-01-06 10:03:39','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Open Sans|800|||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(255,255,255,0.08)\" text_line_height=\"210px\" header_font=\"||||||||\" custom_margin=\"||-100px|\" locked=\"off\" module_class=\"watermark\"]\n\nWorks\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" locked=\"off\"]\n\n<h1>Works</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/case7.jpg\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1400px\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.0.91\"][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio fullwidth=\"off\" posts_number=\"10\" show_pagination=\"off\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"15px\" filter_font=\"Roboto|900|||||||\" filter_text_color=\"#212121\" filter_letter_spacing=\"2px\" caption_font=\"Roboto|500|on||||||\" caption_font_size=\"12px\" text_orientation=\"center\" custom_css_main_element=\"border:none !important;\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Portfolio','','publish','closed','closed','','elegance_portfolio','','','2018-01-06 10:03:39','2018-01-06 10:03:39','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_portfolio/',0,'et_pb_layout','',0),(2375,1,'2018-01-06 10:03:29','2018-01-06 10:03:29','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Open Sans|800|||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(255,255,255,0.08)\" text_line_height=\"210px\" header_font=\"||||||||\" custom_margin=\"||-100px|\" locked=\"off\" module_class=\"watermark\"]\n\nServices\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" locked=\"off\"]\n\n<h1>Services</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"10px|0px|0px|0px\" custom_padding_phone=\"10px|0px|30px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"860px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" custom_margin=\"-150px|||\" make_equal=\"on\" background_color_2=\"#f9f9f9\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service-offer.png\" padding_top_1=\"50px\" padding_right_1=\"50px\" padding_bottom_1=\"50px\" padding_left_1=\"50px\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"#8300e9\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_direction_1=\"45deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_end_position_1=\"50%\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"90deg\" custom_margin_phone=\"30px|||\" custom_margin_last_edited=\"on|desktop\" animation_style=\"flip\" box_shadow_style=\"preset1\" box_shadow_vertical=\"4px\" box_shadow_blur=\"55px\" box_shadow_color=\"rgba(0,0,0,0.12)\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"||||||||\" text_line_height=\"2em\" link_font=\"|800||on|||||\" link_font_size=\"16px\" link_text_color=\"rgba(52,9,150,0.79)\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"35px\" background_color=\"#f9f9f9\" max_width=\"550px\" module_alignment=\"center\" custom_padding=\"45px|45px|45px|45px\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(0,0,0,0.19)\"]\n\n<h2>What we offer</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</p>\n\n<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>\n<a href=\"#\">Learn More</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.91\" custom_padding=\"250px|||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(52,9,150,0.92)\" background_color_gradient_end=\"rgba(152,22,232,0.79)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"top_center\" custom_padding=\"60px||115px|\" custom_css_main_element=\"overflow:hidden;\" locked=\"off\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" _builder_version=\"3.0.90\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\nservices\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>Let\'s see about</h4>\n<h5>Our Services</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"0\" custom_padding=\"66px|50px|26px|50px\" padding_top_1=\"30px\" padding_right_1=\"30px\" padding_bottom_1=\"30px\" padding_left_1=\"30px\" padding_top_2=\"30px\" padding_right_2=\"30px\" padding_bottom_2=\"30px\" padding_left_2=\"30px\" padding_top_3=\"30px\" padding_right_3=\"30px\" padding_bottom_3=\"30px\" padding_left_3=\"30px\" use_background_color_gradient_1=\"off\" use_background_color_gradient_2=\"off\" use_background_color_gradient_3=\"off\" background_color_gradient_start_1=\"rgba(52,9,150,0.1)\" background_color_gradient_start_2=\"rgba(52,9,150,0.1)\" background_color_gradient_start_3=\"rgba(52,9,150,0.1)\" background_color_gradient_end_1=\"rgba(41,196,169,0)\" background_color_gradient_end_2=\"rgba(41,196,169,0)\" background_color_gradient_end_3=\"rgba(41,196,169,0)\" background_color_gradient_direction_1=\"134deg\" background_color_gradient_direction_2=\"134deg\" background_color_gradient_direction_3=\"134deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_start_position_2=\"50%\" background_color_gradient_start_position_3=\"50%\" background_color_gradient_end_position_1=\"50%\" background_color_gradient_end_position_2=\"50%\" background_color_gradient_end_position_3=\"50%\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"13deg\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" border_radii=\"on|10px|10px|10px|10px\" animation_style=\"zoom\" animation_direction=\"top\" animation_delay=\"200ms\" box_shadow_style=\"preset1\" box_shadow_blur=\"43px\" box_shadow_color=\"rgba(52,9,150,0.2)\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Branding\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_05.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||40px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][et_pb_blurb title=\"Support\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_06.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||35px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Marketing\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_01.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||40px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][et_pb_blurb title=\"Content\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_02.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||35px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Analytics\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_12.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||40px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][et_pb_blurb title=\"Design\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/service_icon_07.png\" background_layout=\"dark\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" custom_padding=\"||35px|\" animation=\"off\" custom_css_blurb_content=\"text-align:left;\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#ffffff\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_overlays_image_1=\"off\" _builder_version=\"3.0.91\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\npricing\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>We offer</h4>\n<h5>Simple Pricing</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" padding_top_1=\"25px\" padding_right_1=\"25px\" padding_bottom_1=\"25px\" padding_left_1=\"25px\" padding_top_2=\"25px\" padding_right_2=\"25px\" padding_bottom_2=\"25px\" padding_left_2=\"25px\" padding_top_3=\"25px\" padding_right_3=\"25px\" padding_bottom_3=\"25px\" padding_left_3=\"25px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(52,9,150,0.81)\" background_color_gradient_start_2=\"#8013d3\" background_color_gradient_start_3=\"rgba(52,9,150,0.81)\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_end_2=\"#ffffff\" background_color_gradient_end_3=\"#ffffff\" background_color_gradient_direction_1=\"133deg\" background_color_gradient_direction_2=\"133deg\" background_color_gradient_direction_3=\"133deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_start_position_2=\"50%\" background_color_gradient_start_position_3=\"50%\" background_color_gradient_end_position_1=\"50.1%\" background_color_gradient_end_position_2=\"50.1%\" background_color_gradient_end_position_3=\"50.1%\" module_class=\"custom_pricing_table\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b3ba9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"padding-top: 50px !important;   ||padding-bottom: 10px;||background:transparent;\" custom_css_pricing_top=\"border:none;\"]\n\n[et_pb_pricing_table title=\"Basic\" subtitle=\"Most basic features\" currency=\"$\" per=\"month\" sum=\"9\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]Donec nec justo\nAliquam porttitor\nMorbi in sem quis\nAliquam erat volutpat\nPhasellus ultrices[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8013d3\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" button_border_radius_hover=\"25px\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"    padding-top: 50px !important;||    padding-bottom: 10px;||    background:transparent;\" custom_css_pricing_top=\"border:none;\" locked=\"off\"]\n\n[et_pb_pricing_table title=\"standard\" subtitle=\"standard features\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]Donec nec justo\nAliquam porttitor\nMorbi in sem quis\nAliquam erat volutpat\nPhasellus ultrices[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b3ba9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"    padding-top: 50px !important;||    padding-bottom: 10px;||    background:transparent;\" custom_css_pricing_top=\" border:none;\" locked=\"off\"]\n\n[et_pb_pricing_table title=\"Advanced\" subtitle=\"Advanced features\" currency=\"$\" per=\"month\" sum=\"21\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]Donec nec justo\nAliquam porttitor\nMorbi in sem quis\nAliquam erat volutpat\nPhasellus ultrices[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#0f0084\" background_color_gradient_end=\"#9816e8\" background_color_gradient_direction=\"90deg\" parallax=\"on\" parallax_method=\"off\" custom_padding=\"0px||0px|\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"300px|0px|300px|0px\" custom_padding_phone=\"150px|0px|150px|0px\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#2b87da\" background_color_gradient_end_1=\"#29c4a9\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"132deg\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-02.jpg\" parallax=\"on\" mix_blend_mode=\"screen\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_font_size=\"30px\" header_font=\"||||||||\" header_3_font=\"Roboto|900|||||||\" header_3_font_size=\"100px\" header_3_font_size_phone=\"60px\" header_3_font_size_last_edited=\"on|desktop\" text_orientation=\"center\" custom_margin=\"||35px|\" filter_opacity=\"60%\"]\n\n<h3>Not Sure About Price</h3>\n\n[/et_pb_text][et_pb_button button_text=\"Get a quote\" button_alignment=\"center\" _builder_version=\"3.0.91\" custom_button=\"on\" button_text_size=\"25px\" button_text_color=\"#ffffff\" button_bg_color=\"#000000\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Roboto|900||on|||||\" box_shadow_style=\"preset3\" box_shadow_color=\"rgba(0,0,0,0.69)\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#ffffff\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_overlays_image_1=\"off\" _builder_version=\"3.0.91\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\nfaq\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>Frequently Asked Question</h4>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"81px|0px|27px|0px\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-02.jpg\" parallax_1=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/question.png\" _builder_version=\"3.0.91\" background_color=\"#ffffff\" mix_blend_mode=\"screen\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Lorem ipsum dolor sit amet\" title=\"Lorem ipsum dolor sit amet\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Donec nec justo eget felis\" title=\"Donec nec justo eget felis\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nDonec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Morbi in sem quis dui\" title=\"Morbi in sem quis dui\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nMorbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Praesent dapibus\" title=\"Praesent dapibus\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nPraesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Phasellus ultrices nulla quis nibh\" title=\"Phasellus ultrices nulla quis nibh\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nPhasellus ultrices nulla quis nibh. Quisque a lectus. Donec consectetuer ligula vulputate sem tristique cursus. Nam nulla quam, gravida non, commodo a, sodales sit amet, nisi.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Donec nec justo eget felis\" title=\"Donec nec justo eget felis\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nDonec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\n\n[/et_pb_toggle][et_pb_divider height=\"5px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_type=\"radial\" locked=\"off\" /][et_pb_toggle admin_label=\"Morbi in sem quis dui\" title=\"Morbi in sem quis dui\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"20px\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" custom_padding=\"||0px|\" locked=\"off\"]\n\nMorbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Services','','publish','closed','closed','','elegance_services','','','2018-01-06 10:03:29','2018-01-06 10:03:29','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_services/',0,'et_pb_layout','',0),(1031,1,'2017-04-24 19:18:39','2017-04-24 19:18:39','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Toggles%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Toggles</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" open_toggle_background_color=\"rgba(0,0,0,0)\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-faq ally-left\" toggle_font_size=\"20\" use_border_color=\"on\" border_color=\"#999999\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"on\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item] [/et_pb_accordion][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" background_color=\"#f8f8f8\" parallax=\"on\" parallax_method=\"off\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" custom_padding=\"30px|0px|30px|0px\"][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" open_toggle_background_color=\"rgba(0,0,0,0)\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#ffffff\" module_class=\"ally-faq ally-left\" toggle_font_size=\"20\" toggle_text_color=\"#ffffff\" body_text_color=\"#ffffff\" use_border_color=\"on\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"on\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item] [/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Toggles - Page Layout','','publish','closed','closed','','ally-toggles-page-layout','','','2017-04-24 19:18:39','2017-04-24 19:18:39','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-toggles-page-layout/',0,'et_pb_layout','',0),(123467,1,'2018-07-15 22:41:38','2018-07-15 22:41:38','[et_pb_section fb_built=\"1\" admin_label=\"Our Services\" _builder_version=\"3.8\" custom_padding=\"50.59375px|0px|340px|0px|false|false\" template_type=\"section\"][et_pb_row custom_padding=\"25.296875px|0px|26px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Ensiluokkainen käyttäjäystävällisyys\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ff8a3d\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation=\"off\"]<p><strong>Helppous</strong>. Lataa sähköiset tehtävat ja kokeesi oppilaitoksesi koeverkkoon selainpohjaisen käyttöliittymän avulla. Unohda piuhat, reitittimet ja palvelimet. Voit keskittyä olennaiseen. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Opiskelija kaiken lähtökohtana\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\" body_text_color=\"#000000\"]<p><strong>Opiskelijalähtöisyys</strong>. iKoe ei tunne luokkahuoneesi rajoja. Lataamasi tehtävät ovat opiskelijoidesi käytettävissä koko koeverkon alueella.  Voit eriyttää ja integroida opetustasi haluamallasi tavalla. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Tietoturvallisuus\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffa727\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"300ms\" animation=\"off\" locked=\"off\"]<p><strong><br />Turvallisuus</strong>. iKoejärjestelmään ladatut kokeet suojataan Googlen tietoturvasuojauksella. Koetilanteessa kokeissa on generoituva salasana.             Ikoe on turvallisin tapa järjestää sähköisiä kokeita.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"24px|0px|25.296875px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Aitoa etätyöskentelyä\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\" header_text_color=\"#000000\" border_color_all_image=\"#000000\"]<p><span style=\"color: #000000;\"><strong>Vapaus</strong>. iKoe on siellä missä sinäkin. Laadi ja tarkista kokeesi missä itse haluat. Koevastaukset löytävät tiensä automaattisesti omaan tilaasi.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Virtuaalinen koepankki\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#15314e\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\"]<p>Yhteisöllisyys. Voit halutessasi jakaa koetiedostosi kollegoidesi kanssa tai tallentaa tiedostosi pilvipalveluun myöhempää käyttöä silmällä pitäen.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Keskitetty hallinta\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.17)\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"200ms\" animation=\"off\" locked=\"off\"]<p><strong>Lähituki</strong>. Keskitetyn hallintajärjestelmän johdosta kokeiden valvonta ja lähituki järjestyy aikasempaa tehokkaammalla avalla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]SERVICES\r\n<h2>What We Do</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe ominaisuudet','','publish','closed','closed','','ikoe-ominaisuudet','','','2018-07-15 22:41:38','2018-07-15 22:41:38','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe-ominaisuudet/',0,'et_pb_layout','',0),(123471,1,'2018-07-15 22:50:59','2018-07-15 22:50:59','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero\" _builder_version=\"3.8\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-02.jpg\" parallax=\"on\" custom_padding=\"0px|0|0px|0px|false|false\"][et_pb_fullwidth_header title=\"Managed IT Services You Can Trust\" text_orientation=\"center\" admin_label=\"Fullwidth Header\" _builder_version=\"3.8\" title_font=\"Share Tech||||||||\" title_text_align=\"center\" title_font_size=\"80px\" title_font_size_tablet=\"60px\" title_font_size_phone=\"36px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" content_font=\"Open Sans||||||||\" content_text_align=\"center\" content_font_size=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(0,72,114,0.9)\" background_color_gradient_end=\"rgba(41,17,96,0.8)\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#ffa727\" button_one_border_width=\"15px\" button_one_border_color=\"#ffa727\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"5px\" button_one_font=\"Open Sans|700||on|||||\" button_one_bg_color_hover=\"#ff8a3d\" button_one_border_color_hover=\"#ff8a3d\" button_one_border_radius_hover=\"100px\" button_one_letter_spacing_hover=\"5px\" button_one_text_size_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"100px||100px||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|desktop\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. [/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" padding_top_bottom_link_1=\"true\" padding_top_bottom_link_2=\"true\" padding_top_1=\"0px\" padding_top_2=\"0px\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Button Bar\" _builder_version=\"3.8\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"-36px|||\" custom_padding=\"0||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Get A Free Quote\" url=\"#\" content_max_width=\"1100px\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.8\" header_font=\"Open Sans|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"5px\" header_line_height=\"2em\" body_font=\"||||||||\" background_color=\"#2573f9\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#2573f9\" background_color_gradient_direction=\"90deg\" border_radii=\"||100px|100px|\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|40px|12px|40px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"0|25%|0|0px|true|false\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.8\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"learn more\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#2573f9\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"left\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Live Chat\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#51b0ff\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"70%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Services\" _builder_version=\"3.8\" custom_padding=\"50.59375px|0px|340px|0px|false|false\"][et_pb_row custom_padding=\"25.296875px|0px|26px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Ensiluokkainen käyttäjäystävällisyys\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ff8a3d\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation=\"off\"]\r\n\r\n<strong>Helppous</strong>. Lataa sähköiset tehtävat ja kokeesi oppilaitoksesi koeverkkoon selainpohjaisen käyttöliittymän avulla. Unohda piuhat, reitittimet ja palvelimet. Voit keskittyä olennaiseen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Opiskelija kaiken lähtökohtana\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\" body_text_color=\"#000000\"]\r\n\r\n<strong>Opiskelijalähtöisyys</strong>. iKoe ei tunne luokkahuoneesi rajoja. Lataamasi tehtävät ovat opiskelijoidesi käytettävissä koko koeverkon alueella.  Voit eriyttää ja integroida opetustasi haluamallasi tavalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Tietoturvallisuus\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffa727\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"300ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>\r\nTurvallisuus</strong>. iKoejärjestelmään ladatut kokeet suojataan Googlen tietoturvasuojauksella. Koetilanteessa kokeissa on generoituva salasana.             Ikoe on turvallisin tapa järjestää sähköisiä kokeita.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"24px|0px|25.296875px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Aitoa etätyöskentelyä\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\" header_text_color=\"#000000\" border_color_all_image=\"#000000\"]\r\n\r\n<span style=\"color: #000000;\"><strong>Vapaus</strong>. iKoe on siellä missä sinäkin. Laadi ja tarkista kokeesi missä itse haluat. Koevastaukset löytävät tiensä automaattisesti omaan tilaasi.</span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Virtuaalinen koepankki\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#15314e\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\"]\r\n\r\nYhteisöllisyys. Voit halutessasi jakaa koetiedostosi kollegoidesi kanssa tai tallentaa tiedostosi pilvipalveluun myöhempää käyttöä silmällä pitäen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Keskitetty hallinta\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.17)\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"200ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>Lähituki</strong>. Keskitetyn hallintajärjestelmän johdosta kokeiden valvonta ja lähituki järjestyy aikasempaa tehokkaammalla avalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]SERVICES\r\n<h2>What We Do</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Approach\" _builder_version=\"3.7\"][et_pb_row _builder_version=\"3.8\" custom_padding=\"0|0px|25.296875px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]Approach\r\n<h2>Professional IT Services &amp; Technology Consulting</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.8\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" max_width_last_edited=\"off|desktop\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco\r\n[/et_pb_text][et_pb_button button_text=\"learn more\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#15314e\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"16px|32px|16px|32px|true|true\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-15.jpg\" _builder_version=\"3.8\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Feature\" _builder_version=\"3.8\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-04.jpg\" parallax=\"on\" border_radii=\"||26vw|26vw|\" custom_margin=\"|5%||\" custom_padding=\"0px|0|0px|0px|false|false\" locked=\"off\"][et_pb_fullwidth_header title=\"We Create Fully Connected Systems So You Can Focus On Your Business\" button_one_text=\"Get Started\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-03.png\" _builder_version=\"3.8\" title_level=\"h2\" title_font=\"Share Tech||||||||\" title_font_size=\"48px\" title_font_size_phone=\"36px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.2em\" content_font=\"Open Sans||||||||\" content_font_size=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" subhead_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(0,72,114,0.9)\" background_color_gradient_end=\"#291160\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" parallax_method=\"on\" button_two_text_size_last_edited=\"on|desktop\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#ffa727\" button_one_border_width=\"10px\" button_one_border_color=\"#ffa727\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"5px\" button_one_font=\"Open Sans|700||on|||||\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"#ff8a3d\" button_one_border_color_hover=\"#ff8a3d\" button_one_border_radius_hover=\"100px\" button_one_letter_spacing_hover=\"5px\" button_one_text_size_last_edited=\"off|desktop\" custom_margin=\"|||\" custom_padding=\"100px||100px||true\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. [/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" custom_width_px=\"1440px\" specialty=\"on\" admin_label=\"Values\" _builder_version=\"3.8\" background_color=\"#fafafc\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#edf0f2\" custom_padding=\"|||\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"30px\" header_2_font_size_last_edited=\"off|desktop\" header_2_line_height=\"1.2em\" locked=\"off\"]\r\n<h2>Five Spheres. One Mission.</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"30px|0px|0|0px|false|false\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.7\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Turvallisuus\" use_icon=\"on\" font_icon=\"%%228%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.10\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2573f9\" background_color_gradient_end=\"rgba(37,115,249,0.73)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-13.jpg\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"käytettävyys\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#004a75\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_text_color=\"#004a75\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(234,234,234,0.89)\" background_color_gradient_end=\"#d3d3d3\" background_color_gradient_direction=\"270deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-06.png\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"150ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Lähituki\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#004a75\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_text_color=\"#004a75\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" background_color=\"#ff8a3d\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"300ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.7\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Connect\" use_icon=\"on\" font_icon=\"%%231%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" background_color=\"#15314e\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"koetilastot\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,115,249,0.74)\" background_color_gradient_end=\"#b0d9f2\" background_color_gradient_direction=\"270deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-02.jpg\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"450ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"3.8\" custom_padding=\"100px|0px|54px|0px|false|false\"][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]TESTIMONIALS\r\n<h2>What People Are Saying</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"3.7\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Adeline West\" company_name=\"Divi Corner\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-light.png\" quote_icon=\"off\" quote_icon_color=\"#ffffff\" quote_icon_background_color=\"#ffa727\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#ff8a3d\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" background_layout=\"dark\" animation_style=\"fold\" inline_fonts=\"Montserrat\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][et_pb_testimonial author=\"Rachel Graham\" company_name=\"Bloom Co.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-dark.png\" quote_icon=\"off\" quote_icon_color=\"#15314E\" quote_icon_background_color=\"#ffffff\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.2)\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" animation_style=\"fold\" animation_delay=\"400ms\" locked=\"off\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Theresa Reeves\" company_name=\"Extra Space\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-dark.png\" quote_icon=\"off\" quote_icon_color=\"#15314e\" quote_icon_background_color=\"#ffffff\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#f1f1f1\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" animation_style=\"fold\" animation_delay=\"200ms\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][et_pb_testimonial author=\"Ada Leonard\" company_name=\"Monarch Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-light.png\" quote_icon=\"off\" quote_icon_color=\"#ffffff\" quote_icon_background_color=\"#15314E\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#15314e\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" background_layout=\"dark\" animation_style=\"fold\" animation_delay=\"150ms\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" padding_top_bottom_link_1=\"true\" padding_top_bottom_link_2=\"true\" padding_top_1=\"0px\" padding_top_2=\"0px\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Button Row\" _builder_version=\"3.8\" background_color=\"#fafafc\" custom_margin=\"||-36px|\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"0|0px|0|25%|true|false\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.8\" locked=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Live Chat\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#51b0ff\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"70%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Our Services\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#2573f9\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"right\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Get A Free Quote\" url=\"#\" content_max_width=\"1100px\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.8\" header_font=\"Open Sans|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"5px\" header_line_height=\"2em\" body_font=\"||||||||\" background_color=\"#2573f9\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2573f9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"90deg\" border_radii=\"|100px|||100px\" background_layout=\"dark\" custom_padding=\"20px|40px|12px|40px|false|true\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" admin_label=\"Footer\" _builder_version=\"3.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#004872\" background_color_gradient_end=\"rgba(41,17,96,0.8)\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-04.jpg\" custom_margin=\"|||\" custom_padding=\"120px|0px|120px|0px|true|false\" custom_padding_tablet=\"10vw||10vw||true\" custom_padding_phone=\"5vw||5vw||true\" locked=\"off\"][et_pb_row use_custom_width=\"on\" use_custom_gutter=\"on\" custom_padding=\"|||\" padding_top_2=\"120px\" padding_2_tablet=\"0px|||\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.8\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" title=\"We\'re Here To Help!\" submit_button_text=\"send messages\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.8\" title_level=\"h2\" title_font=\"Share Tech||||||||\" title_text_color=\"#ffffff\" title_font_size=\"50px\" title_line_height=\"1.2em\" form_field_font=\"Open Sans|700|||||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" form_field_line_height=\"1.8em\" border_width_bottom=\"2px\" border_color_bottom=\"#ffffff\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffa727\" button_border_width=\"10px\" button_border_color=\"#ffa727\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#ff8a3d\" button_border_color_hover=\"#ff8a3d\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" button_text_size_last_edited=\"off|desktop\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"email\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Residential/Business\" field_title=\"Residential/Business\" field_type=\"email\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Office\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] 1235 Divi St. #1000\r\nSan Francisco, CA 94143 [/et_pb_blurb][et_pb_blurb title=\"Hours\" use_icon=\"on\" font_icon=\"%%227%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] M-F: 8am - 10pm\r\nS-S: Closed [/et_pb_blurb][et_pb_blurb title=\"Call Us\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] (235) 396-0987 [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe ominaisuudet','','publish','closed','closed','','ikoe-ominaisuudet-2','','','2018-07-28 13:22:35','2018-07-28 13:22:35','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe-ominaisuudet-2/',0,'et_pb_layout','',0),(2374,1,'2018-01-06 10:03:16','2018-01-06 10:03:16','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row custom_padding_last_edited=\"on|tablet\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.27.4\" text_font=\"Open Sans|800|||||||\" text_text_color=\"rgba(255,255,255,0.08)\" text_font_size=\"210px\" text_line_height=\"210px\" header_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||-100px|\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" locked=\"off\"]News[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"3.27.4\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" background_layout=\"dark\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" locked=\"off\"]<h1>News</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f5f5f5\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"169deg\" background_color_gradient_end_position=\"79%\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"6\" show_more=\"on\" show_author=\"off\" show_date=\"off\" _builder_version=\"3.0.94\" header_font=\"Roboto|300|||||||\" header_font_size=\"18px\" header_line_height=\"1.4em\" body_font=\"||||||||\" meta_font=\"|600|||||||\" meta_text_color=\"#000000\" meta_font_size=\"12px\" meta_line_height=\"2em\" text_orientation=\"left\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_css_read_more=\"display:block;||background:#333;||text-align:center;||padding:8px 20px;||margin-top:10px;||color:#fff;||background-image: linear-gradient(103deg,#9816e8 0%,#340996 100%)!important;||box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);||font-size:16px;||\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(52,9,150,0.14)\" use_dropshadow=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.91\" background_color=\"#010f25\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" border_color_all=\"#001a42\" global_module=\"1853\" saved_tabs=\"all\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"3.25\" border_color_all=\"#001a42\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"rgba(255,255,255,0.48)\" header_5_font_size=\"20px\" background_layout=\"dark\" border_color_right=\"#515151\"]<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_text ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"#969696\" header_5_font_size=\"20px\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"36178c9b24\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" description=\"Curabitur taciti elit magna quisque vitae facilisis semper sem mi.\" _builder_version=\"3.23\" form_field_background_color=\"rgba(24,49,86,0.66)\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_text_color=\"rgba(255,255,255,0.48)\" body_font_size=\"13px\" body_line_height=\"2em\" result_message_font=\"||||||||\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_padding=\"0px|||\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" background_layout=\"dark\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"3.0.91\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Blog','','publish','closed','closed','','elegance_blog','','','2020-05-20 08:36:52','2020-05-20 08:36:52','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_blog/',0,'et_pb_layout','',0),(2373,1,'2018-01-06 10:03:08','2018-01-06 10:03:08','[et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0)\" background_color_gradient_end=\"rgba(58,19,150,0.82)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Hong-Kong-China.jpg\" custom_padding=\"0px||0px|\"][et_pb_fullwidth_header title=\"Elegance\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"on\" button_one_text=\"Get Started\" button_two_text=\"Learn More\" _builder_version=\"3.0.91\" title_font=\"Open Sans|800|||||||\" title_font_size=\"160px\" title_font_size_tablet=\"100px\" title_font_size_phone=\"70px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" title_text_shadow_style=\"preset1\" title_text_shadow_color=\"rgba(0,0,0,0.17)\" content_font=\"||||||||\" subhead_font=\"Lato|300|||||||\" subhead_font_size=\"30px\" subhead_line_height=\"1.5em\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button_two=\"on\" button_two_text_size=\"15px\" button_two_bg_use_color_gradient=\"on\" button_two_bg_color_gradient_start=\"#9816e8\" button_two_bg_color_gradient_end=\"#340996\" button_two_bg_color_gradient_direction=\"103deg\" button_two_border_width=\"0px\" button_two_border_radius=\"0px\" button_two_font=\"||||||||\" button_two_icon=\"%%3%%\" button_two_icon_placement=\"left\" button_two_on_hover=\"off\" box_shadow_style_button_two=\"preset3\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_use_color_gradient=\"on\" button_one_bg_color_gradient_start=\"#9816e8\" button_one_bg_color_gradient_end=\"#340996\" button_one_bg_color_gradient_direction=\"103deg\" button_one_border_width=\"0px\" button_one_border_radius=\"0px\" button_one_font=\"||||||||\" button_one_icon=\"%%3%%\" button_one_icon_placement=\"left\" button_one_on_hover=\"off\" box_shadow_style_button_one=\"preset3\" custom_css_title=\"margin-top:-100px;\" custom_css_subtitle=\"margin-top:20px;||margin-bottom:20px;\" custom_css_button_1=\"padding-top:9px !important;||padding-bottom:9px !important;||padding-right:30px !important;||padding-left:40px !important;\" custom_css_button_2=\"padding-top:9px !important;||padding-bottom:9px !important;||padding-right:30px !important;||padding-left:40px !important;\" /][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" custom_padding=\"0px||0px|\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/burns.jpg\" padding_top_1=\"200px\" padding_bottom_1=\"200px\" parallax_2=\"on\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#ffffff\" background_color_gradient_end_1=\"rgba(0,0,0,0)\" background_color_gradient_direction_1=\"98deg\" background_color_gradient_start_position_1=\"89%\" background_color_gradient_end_position_1=\"85%\" padding_1_tablet=\"120px||120px|\" padding_1_phone=\"80px|20px|80px|20px\" padding_1_last_edited=\"on|phone\" custom_css_before_1=\"    content: \'\';||    position: absolute;||    top: -50px;||    left: -150px;||    right: -110px;||    bottom: 0;||    transform: skew(-16deg);||    background: #fff;||    box-shadow: 1px 1px 28px 0px #33333342;\" custom_css_main_1=\"z-index:99;\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"106deg\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"||||||||\" link_font=\"Roboto|900|||on||||\" link_font_size=\"16px\" link_text_color=\"#2a0998\" link_letter_spacing=\"2px\" header_font=\"||||||||\" header_2_font=\"Roboto|300||on|||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.1em\" max_width=\"350px\" module_alignment=\"center\" custom_padding=\"|20px||20px\"]\n\n<h2>Let Us Grow Your <span style=\"color:rgb(52,9,150);font-weight:900;\">Business</span></h2>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled.</p>\n<p><a href=\"#\">Learn More</a></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-04.png\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"105px|0px|131px|0px\" custom_padding_phone=\"50px||50px|\"][et_pb_row custom_padding=\"89px|0px|27px|0px\" custom_padding_phone=\"30px|||\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\"]\n\n<p>features</p>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"||||||||\" header_font=\"|800|||||||\" header_2_font=\"Roboto|800|||||||\" header_2_text_align=\"center\" header_2_font_size=\"55px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\"]\n\n<h2>Our Features</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.90\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Modern Design\" use_icon=\"on\" font_icon=\"%%73%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Responsive\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Easy To Use\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\" locked=\"off\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.90\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Beautiful Color\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"SEO Optimize\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\" locked=\"off\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Documentation\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.88\" custom_padding=\"0px||0px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#f9f9f9\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alphacolor.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alexander.jpg\" padding_top_1=\"100px\" padding_right_1=\"20px\" padding_bottom_1=\"100px\" padding_left_1=\"20px\" padding_top_2=\"310px\" padding_top_3=\"310px\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_2=\"rgba(0,0,0,0)\" background_color_gradient_start_3=\"rgba(0,0,0,0.04)\" background_color_gradient_end_2=\"#001242\" background_color_gradient_end_3=\"#001242\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_font_size=\"16px\" link_text_color=\"#2a0998\" link_letter_spacing=\"2px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" max_width=\"400px\" module_alignment=\"center\"]\n\n<h4>What We Do ?</h4>\n<h5>You Will Love It.</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n<p><a href=\"#\">View More</a></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Real state\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\"]\n\n<p>Develop & Desgin</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Ecommerce\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\n<p>Develop & Desgin</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/domenico-loia.jpg\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/julian-o-hayon.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/adrien.jpg\" padding_top_1=\"310px\" padding_right_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"310px\" padding_top_3=\"310px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(49,51,63,0.18)\" background_color_gradient_start_2=\"rgba(0,0,0,0)\" background_color_gradient_start_3=\"rgba(0,0,0,0.04)\" background_color_gradient_end_1=\"#001242\" background_color_gradient_end_2=\"#001242\" background_color_gradient_end_3=\"#001242\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"SASS\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" text_orientation=\"right\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\n<p>Develop & Desgin</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Business\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\n<p>Develop & Desgin</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Corporate\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\n<p>Develop & Desgin</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"0\" specialty=\"on\" parallax_2=\"on\" parallax_method_2=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-02.jpg\" background_position_1=\"center_left\" padding_top_1=\"50px\" padding_bottom_1=\"50px\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" padding_1_phone=\"|20px||20px\" padding_1_last_edited=\"on|phone\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"off\" background_color_gradient_start_1=\"rgba(152,22,232,0.79)\" background_color_gradient_start_2=\"rgba(50,54,65,0.6)\" background_color_gradient_end_1=\"rgba(52,9,150,0.85)\" background_color_gradient_end_2=\"#323641\" background_color_gradient_direction_1=\"149deg\" background_color_gradient_start_position_1=\"17%\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" _builder_version=\"3.0.91\" custom_padding=\"0px||0px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"55.375px|0px|1px|0px\" _builder_version=\"3.0.88\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" max_width=\"400px\" module_alignment=\"center\" locked=\"off\"]\n\n<h4>We Enjoy Working</h4>\n<h5>Directly With You</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"36px|0px|0px|0px\" _builder_version=\"3.0.88\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_tabs active_tab_background_color=\"rgba(0,0,0,0)\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.0.91\" tab_font=\"Roboto|700|||||||\" tab_text_color=\"#ffffff\" body_font=\"PT Sans|300|||||||\" body_font_size=\"14px\" body_text_color=\"#e2e2e2\" body_line_height=\"2em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" max_width=\"400px\" module_alignment=\"center\" custom_padding=\"|0px||0px\" custom_css_tabs_controls=\"background:transparent;||||||\" custom_css_tab=\"border:none !important;\" custom_css_active_tab=\"border-bottom:1px solid #7974da !important;\"]\n\n[et_pb_tab title=\"creation\" _builder_version=\"3.0.91\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab][et_pb_tab title=\"analysis\" _builder_version=\"3.0.88\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab][et_pb_tab title=\"strategy\" _builder_version=\"3.0.88\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab]\n\n[/et_pb_tabs][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"36px|0px|52px|0px\" _builder_version=\"3.0.88\" max_width=\"400px\" module_alignment=\"center\" custom_css_main_element=\"margin:0 auto;\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_number_counter title=\"Completely Established\" number=\"2008\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"15px\" number_font=\"Roboto|700|||||||\" number_font_size=\"50px\" number_text_color=\"rgba(255,255,255,0.2)\" number_line_height=\"50px\" text_orientation=\"left\" custom_css_percent=\"margin-bottom:0 !important;\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_number_counter title=\"Complete Project\" number=\"1287\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"15px\" number_font=\"Roboto|700|||||||\" number_font_size=\"50px\" number_text_color=\"rgba(255,255,255,0.2)\" number_line_height=\"50px\" text_orientation=\"left\" custom_css_percent=\"margin-bottom:0 !important;\" locked=\"off\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0px|0px|60px|0px\" _builder_version=\"3.0.88\" max_width=\"400px\" module_alignment=\"center\" custom_css_main_element=\"margin:0 auto;\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"9px|30px|9px|40px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_icon=\"%%3%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style=\"preset3\" locked=\"off\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|800|||||||\" text_font_size=\"130px\" text_font_size_phone=\"70px\" text_font_size_last_edited=\"on|phone\" text_line_height=\"1em\" text_text_shadow_style=\"preset1\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"300px||300px|\" custom_padding_phone=\"150px||150px|\" custom_padding_last_edited=\"on|desktop\"]\n\n<p>Passionate</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#ffffff\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_overlays_image_1=\"off\" _builder_version=\"3.0.91\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\"]\n\n<p>pricing</p>\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>We offer</h4>\n<h5>Simple Pricing</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" padding_top_1=\"25px\" padding_right_1=\"25px\" padding_bottom_1=\"25px\" padding_left_1=\"25px\" padding_top_2=\"25px\" padding_right_2=\"25px\" padding_bottom_2=\"25px\" padding_left_2=\"25px\" padding_top_3=\"25px\" padding_right_3=\"25px\" padding_bottom_3=\"25px\" padding_left_3=\"25px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(52,9,150,0.81)\" background_color_gradient_start_2=\"#8013d3\" background_color_gradient_start_3=\"rgba(52,9,150,0.81)\" background_color_gradient_end_1=\"#ffffff\" background_color_gradient_end_2=\"#ffffff\" background_color_gradient_end_3=\"#ffffff\" background_color_gradient_direction_1=\"133deg\" background_color_gradient_direction_2=\"133deg\" background_color_gradient_direction_3=\"133deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_start_position_2=\"50%\" background_color_gradient_start_position_3=\"50%\" background_color_gradient_end_position_1=\"50.1%\" background_color_gradient_end_position_2=\"50.1%\" background_color_gradient_end_position_3=\"50.1%\" module_class=\"custom_pricing_table\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b3ba9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"padding-top: 50px !important;   ||padding-bottom: 10px;||background:transparent;\" custom_css_pricing_top=\"border:none;\"]\n\n[et_pb_pricing_table title=\"Basic\" subtitle=\"Most basic features\" currency=\"$\" per=\"month\" sum=\"9\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]<p>Donec nec justo<br />\nAliquam porttitor<br />\nMorbi in sem quis<br />\nAliquam erat volutpat<br />\nPhasellus ultrices</p>[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8013d3\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" button_border_radius_hover=\"25px\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"    padding-top: 50px !important;||    padding-bottom: 10px;||    background:transparent;\" custom_css_pricing_top=\"border:none;\" locked=\"off\"]\n\n[et_pb_pricing_table title=\"standard\" subtitle=\"standard features\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]<p>Donec nec justo<br />\nAliquam porttitor<br />\nMorbi in sem quis<br />\nAliquam erat volutpat<br />\nPhasellus ultrices</p>[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables show_bullet=\"off\" show_featured_drop_shadow=\"off\" center_list_items=\"on\" _builder_version=\"3.0.91\" header_font=\"Roboto|900||on|||||\" header_font_size=\"25px\" body_font=\"Roboto|300|||||||\" body_font_size=\"16px\" body_line_height=\"18px\" currency_frequency_font=\"Roboto|300|||||||\" currency_frequency_text_color=\"#a0a0a0\" price_font=\"Roboto|900|||||||\" price_line_height=\"80px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b3ba9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"41%\" background_color_gradient_end_position=\"41%\" border_radii=\"on||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#340996\" button_bg_color_gradient_end=\"#9816e8\" button_bg_color_gradient_direction=\"127deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_font=\"||||||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset3\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset1\" box_shadow_blur=\"41px\" box_shadow_spread=\"-1px\" box_shadow_color=\"rgba(52,9,150,0.24)\" custom_css_pricing_heading=\"    padding-top: 50px !important;||    padding-bottom: 10px;||    background:transparent;\" custom_css_pricing_top=\" border:none;\" locked=\"off\"]\n\n[et_pb_pricing_table title=\"Advanced\" subtitle=\"Advanced features\" currency=\"$\" per=\"month\" sum=\"21\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.0.91\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" price_text_color=\"#ffffff\" border_width_all=\"0px\" custom_padding=\"|||\" custom_button=\"off\"]<p>Donec nec justo<br />\nAliquam porttitor<br />\nMorbi in sem quis<br />\nAliquam erat volutpat<br />\nPhasellus ultrices</p>[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"top_center\" custom_padding=\"106px||115px|\" custom_padding_tablet=\"90px||90px|\" custom_padding_phone=\"30px||50px|\" custom_css_main_element=\"overflow:hidden;\" locked=\"off\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" _builder_version=\"3.0.90\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" text_orientation=\"center\" locked=\"off\"]\n\n<p>testmonials</p>\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>Our Happy Clients</h4>\n<h5>Says About Us</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"66px||26px|\" custom_padding_phone=\"20px|||\" padding_top_1=\"30px\" padding_right_1=\"30px\" padding_bottom_1=\"30px\" padding_left_1=\"30px\" padding_top_2=\"30px\" padding_right_2=\"30px\" padding_bottom_2=\"30px\" padding_left_2=\"30px\" padding_top_3=\"30px\" padding_right_3=\"30px\" padding_bottom_3=\"30px\" padding_left_3=\"30px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(52,9,150,0.1)\" background_color_gradient_start_2=\"rgba(52,9,150,0.1)\" background_color_gradient_start_3=\"rgba(52,9,150,0.1)\" background_color_gradient_end_1=\"rgba(41,196,169,0)\" background_color_gradient_end_2=\"rgba(41,196,169,0)\" background_color_gradient_end_3=\"rgba(41,196,169,0)\" background_color_gradient_direction_1=\"134deg\" background_color_gradient_direction_2=\"134deg\" background_color_gradient_direction_3=\"134deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_start_position_2=\"50%\" background_color_gradient_start_position_3=\"50%\" background_color_gradient_end_position_1=\"50%\" background_color_gradient_end_position_2=\"50%\" background_color_gradient_end_position_3=\"50%\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"13deg\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-04.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\n<p>Curabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.</p>\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-02.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\n<p>Curabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.</p>\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\n<p>Curabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.</p>\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2d96ff\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"133deg\" custom_padding=\"100px||100px|\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"1200px\" use_custom_gutter=\"on\" gutter_width=\"0\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" padding_top_2=\"150px\" padding_right_2=\"10%\" padding_bottom_2=\"150px\" padding_left_2=\"10%\" use_background_color_gradient_2=\"off\" background_color_gradient_start_2=\"#340996\" background_color_gradient_end_2=\"#4de7df\" background_color_gradient_direction_2=\"134deg\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_end_position_2=\"100%\" background_color_gradient_overlays_image_2=\"off\" custom_css_before_2=\"content:\'\';||    content: \'\';||    position: absolute;||    top: 0;||    left: 0;||    right: -62px;||    bottom: 0;||        background-image: linear-gradient(148deg,#340996 11%,#4de7df 100%);||    transform: skewX(-10deg);||box-shadow: 1px 1px 47px 0px rgba(51, 51, 51, 0.4);\" custom_css_main_2=\"    \" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#9816e8\" background_color_gradient_end=\"#340996\" background_color_gradient_direction=\"71deg\" background_color_gradient_start_position=\"46%\" background_color_gradient_end_position=\"46%\" box_shadow_style=\"preset3\" box_shadow_blur=\"46px\" box_shadow_color=\"rgba(0,0,0,0.17)\" custom_css_main_element=\"overflow:hidden;\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"35px\" header_2_line_height=\"1.8em\" header_3_font=\"Roboto|300|||||||\" header_3_font_size=\"18px\" background_color=\"#093059\" max_width=\"500px\" custom_margin=\"150px|-40px|150px|\" custom_padding=\"70px|80px|70px|45px\" box_shadow_style=\"preset1\" custom_css_main_element=\"margin-left: auto !important;\"]\n\n<h3>Need Help?</h3>\n<h2>Send a message</h2>\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_contact_form captcha=\"off\" use_redirect=\"on\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.91\" form_field_font=\"||||||||\" form_field_text_color=\"#ffffff\" background_color_gradient_direction=\"148deg\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0c71c3\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_use_icon=\"off\"]\n\n[et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" form_field_font=\"||||||||\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field]\n\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Home_Two','','publish','closed','closed','','elegance_home_two','','','2018-01-06 10:03:08','2018-01-06 10:03:08','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_home_two/',0,'et_pb_layout','',0),(2372,1,'2018-01-06 10:02:43','2018-01-06 10:02:43','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"top_center\" custom_padding=\"150px||200px|\" custom_padding_tablet=\"120px||170px|\" custom_padding_phone=\"100px||150px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row custom_margin=\"||-150px|\" _builder_version=\"3.0.90\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Open Sans|800|||||||\" text_font_size=\"210px\" text_font_size_tablet=\"90px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(255,255,255,0.08)\" locked=\"off\"]\n\nDivi\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" custom_padding=\"65px||26px|\" _builder_version=\"3.0.90\" background_color_gradient_direction=\"13deg\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" max_width=\"550px\" module_alignment=\"left\" custom_margin=\"||25px|\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\"]\n\n<h1>Divi.</h1>\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"Open Sans|300|||||||\" text_font_size=\"25px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|phone\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_line_height=\"1.5em\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" max_width=\"550px\" module_alignment=\"left\" custom_margin=\"||25px|\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"500ms\" animation_intensity_slide=\"30%\"]\n\nThe Most Popular Premium <br/>WordPress Theme In The World\n\n[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"9px|30px|9px|40px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_icon=\"%%3%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style=\"preset3\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" custom_padding=\"0px||0px|\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/burns.jpg\" padding_top_1=\"200px\" padding_bottom_1=\"200px\" parallax_2=\"on\" use_background_color_gradient_1=\"off\" background_color_gradient_start_1=\"#ffffff\" background_color_gradient_end_1=\"rgba(0,0,0,0)\" background_color_gradient_direction_1=\"98deg\" background_color_gradient_start_position_1=\"89%\" background_color_gradient_end_position_1=\"85%\" padding_1_tablet=\"120px||120px|\" padding_1_phone=\"80px|20px|80px|20px\" padding_1_last_edited=\"on|phone\" custom_css_before_1=\"    content: \'\';||    position: absolute;||    top: -50px;||    left: -150px;||    right: -110px;||    bottom: 0;||    transform: skew(-16deg);||    background: #fff;||    box-shadow: 1px 1px 28px 0px #33333342;\" custom_css_main_1=\"z-index:99;\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"106deg\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"||||||||\" link_font=\"Roboto|900|||on||||\" link_font_size=\"16px\" link_text_color=\"#2a0998\" link_letter_spacing=\"2px\" header_font=\"||||||||\" header_2_font=\"Roboto|300||on|||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.1em\" max_width=\"350px\" module_alignment=\"center\" custom_padding=\"|20px||20px\"]\n\n<h2>Let Us Grow Your <span style=\"color:rgb(52,9,150);font-weight:900;\">Business</span></h2>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled.</p>\n<a href=\"#\">Learn More</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-04.png\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"105px|0px|131px|0px\" custom_padding_phone=\"50px||50px|\"][et_pb_row custom_padding=\"89px|0px|27px|0px\" custom_padding_phone=\"30px|||\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\"]\n\nfeatures\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"||||||||\" header_font=\"|800|||||||\" header_2_font=\"Roboto|800|||||||\" header_2_text_align=\"center\" header_2_font_size=\"55px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\"]\n\n<h2>Our Features</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.90\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Modern Design\" use_icon=\"on\" font_icon=\"%%73%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Responsive\" use_icon=\"on\" font_icon=\"%%104%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Easy To Use\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.90\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Beautiful Color\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"SEO Optimize\" use_icon=\"on\" font_icon=\"%%158%%\" icon_color=\"#ffffff\" background_layout=\"dark\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#5b26bf\" background_color_gradient_end=\"#9126b5\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.33)\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Documentation\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#5b26bf\" content_max_width=\"250px\" use_icon_font_size=\"on\" icon_font_size=\"35px\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#fff\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"46%\" border_radii=\"on|5px|5px|5px|5px\" text_orientation=\"center\" custom_padding=\"45px|30px|45px|30px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" animation=\"off\" box_shadow_style=\"preset1\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_color=\"rgba(0,0,0,0.13)\" locked=\"off\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.88\" custom_padding=\"0px||0px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" background_color=\"#f9f9f9\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alphacolor.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/alexander.jpg\" padding_top_1=\"100px\" padding_right_1=\"20px\" padding_bottom_1=\"100px\" padding_left_1=\"20px\" padding_top_2=\"310px\" padding_top_3=\"310px\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_2=\"rgba(0,0,0,0)\" background_color_gradient_start_3=\"rgba(0,0,0,0.04)\" background_color_gradient_end_2=\"#001242\" background_color_gradient_end_3=\"#001242\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_font_size=\"16px\" link_text_color=\"#2a0998\" link_letter_spacing=\"2px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" max_width=\"400px\" module_alignment=\"center\"]\n\n<h4>What We Do ?</h4>\n<h5>You Will Love It.</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n<a href=\"#\">View More</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Real state\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\"]\n\nDevelop & Desgin\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Ecommerce\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\nDevelop & Desgin\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/domenico-loia.jpg\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/julian-o-hayon.jpg\" bg_img_3=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/adrien.jpg\" padding_top_1=\"310px\" padding_right_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"310px\" padding_top_3=\"310px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(49,51,63,0.18)\" background_color_gradient_start_2=\"rgba(0,0,0,0)\" background_color_gradient_start_3=\"rgba(0,0,0,0.04)\" background_color_gradient_end_1=\"#001242\" background_color_gradient_end_2=\"#001242\" background_color_gradient_end_3=\"#001242\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" background_color_gradient_overlays_image_3=\"on\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"SASS\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" text_orientation=\"right\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\nDevelop & Desgin\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Business\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\nDevelop & Desgin\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Corporate\" url=\"#\" background_layout=\"dark\" content_max_width=\"100%\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"22px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" custom_padding=\"|25px|25px|25px\" custom_css_blurb_title=\"padding-bottom:5px;\" locked=\"off\"]\n\nDevelop & Desgin\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"0\" specialty=\"on\" parallax_2=\"on\" parallax_method_2=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-02.jpg\" background_position_1=\"center_left\" padding_top_1=\"50px\" padding_bottom_1=\"50px\" padding_top_2=\"0px\" padding_bottom_2=\"0px\" padding_1_phone=\"|20px||20px\" padding_1_last_edited=\"on|phone\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"off\" background_color_gradient_start_1=\"rgba(152,22,232,0.79)\" background_color_gradient_start_2=\"rgba(50,54,65,0.6)\" background_color_gradient_end_1=\"rgba(52,9,150,0.85)\" background_color_gradient_end_2=\"#323641\" background_color_gradient_direction_1=\"149deg\" background_color_gradient_start_position_1=\"17%\" background_color_gradient_overlays_image_1=\"on\" background_color_gradient_overlays_image_2=\"on\" _builder_version=\"3.0.91\" custom_padding=\"0px||0px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"55.375px|0px|1px|0px\" _builder_version=\"3.0.88\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" max_width=\"400px\" module_alignment=\"center\" locked=\"off\"]\n\n<h4>We Enjoy Working</h4>\n<h5>Directly With You</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"36px|0px|0px|0px\" _builder_version=\"3.0.88\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_tabs active_tab_background_color=\"rgba(0,0,0,0)\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.0.91\" tab_font=\"Roboto|700|||||||\" tab_text_color=\"#ffffff\" body_font=\"PT Sans|300|||||||\" body_font_size=\"14px\" body_text_color=\"#e2e2e2\" body_line_height=\"2em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"0px\" max_width=\"400px\" module_alignment=\"center\" custom_padding=\"|0px||0px\" custom_css_tabs_controls=\"background:transparent;||||||\" custom_css_tab=\"border:none !important;\" custom_css_active_tab=\"border-bottom:1px solid #7974da !important;\"]\n\n[et_pb_tab title=\"creation\" _builder_version=\"3.0.91\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab][et_pb_tab title=\"analysis\" _builder_version=\"3.0.88\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab][et_pb_tab title=\"strategy\" _builder_version=\"3.0.88\"]Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.[/et_pb_tab]\n\n[/et_pb_tabs][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"36px|0px|52px|0px\" _builder_version=\"3.0.88\" max_width=\"400px\" module_alignment=\"center\" custom_css_main_element=\"margin:0 auto;\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_number_counter title=\"Completely Established\" number=\"2008\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.91\" title_font=\"Roboto|300|||||||\" title_font_size=\"15px\" number_font=\"Roboto|700|||||||\" number_font_size=\"50px\" number_text_color=\"rgba(255,255,255,0.2)\" number_line_height=\"50px\" text_orientation=\"left\" custom_css_percent=\"margin-bottom:0 !important;\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_number_counter title=\"Complete Project\" number=\"1287\" percent_sign=\"off\" background_layout=\"dark\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"15px\" number_font=\"Roboto|700|||||||\" number_font_size=\"50px\" number_text_color=\"rgba(255,255,255,0.2)\" number_line_height=\"50px\" text_orientation=\"left\" custom_css_percent=\"margin-bottom:0 !important;\" locked=\"off\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0px|0px|60px|0px\" _builder_version=\"3.0.88\" max_width=\"400px\" module_alignment=\"center\" custom_css_main_element=\"margin:0 auto;\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"9px|30px|9px|40px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_icon=\"%%3%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style=\"preset3\" locked=\"off\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|800|||||||\" text_font_size=\"130px\" text_font_size_phone=\"70px\" text_font_size_last_edited=\"on|phone\" text_line_height=\"1em\" text_text_shadow_style=\"preset1\" header_font=\"||||||||\" text_orientation=\"center\" custom_padding=\"300px||300px|\" custom_padding_phone=\"150px||150px|\" custom_padding_last_edited=\"on|desktop\"]\n\nPassionate\n\n[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern05.jpg\" background_size=\"initial\" custom_margin=\"|||\" custom_padding=\"0px|0px|0px|0px\"][et_pb_row custom_width_px=\"1000px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" custom_margin=\"|||\" make_equal=\"on\" bg_img_2=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/henry-perks.jpg\" padding_top_1=\"100px\" padding_bottom_1=\"100px\" padding_left_1=\"9%\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" use_background_color_gradient_2=\"off\" background_color_gradient_start_2=\"rgba(249,249,249,0.01)\" background_color_gradient_end_2=\"#f9f9f9\" background_color_gradient_overlays_image_2=\"on\" padding_2_phone=\"100px||100px|\" padding_2_last_edited=\"on|phone\" _builder_version=\"3.0.91\" module_alignment=\"center\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.90\" header_font=\"||||||||\" header_2_font=\"Open Sans|800|||||||\" custom_margin=\"||10px|\"]\n\n<h2>Who We Are?</h2>\n\n[/et_pb_text][et_pb_divider color=\"#7974da\" show_divider=\"on\" divider_weight=\"2px\" height=\"8px\" _builder_version=\"3.0.88\" max_width=\"100px\" custom_margin=\"||15px|-20px\" locked=\"off\" /][et_pb_text _builder_version=\"3.0.90\" text_font=\"Bree Serif||||||||\" text_font_size=\"16px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" max_width=\"400px\" custom_margin=\"||15px|\" locked=\"off\"]\n\nThe classic “Lorem ipsum dolor sit amet…” passage is attributed to a remixing of the Roman\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.90\" text_font=\"||||||||\" text_text_color=\"#424242\" text_line_height=\"2em\" header_font=\"||||||||\" max_width=\"350px\" custom_margin=\"||30px|\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero\'s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero\'s 1st-century BC text De Finibus Bonorum et Malorum.\n\n[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"9px|30px|9px|40px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_icon=\"%%3%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style=\"preset3\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" /][/et_pb_column][/et_pb_row][et_pb_row custom_width_px=\"1000px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0px|0px\" custom_margin=\"|||\" make_equal=\"on\" bg_img_1=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/chuttersnap.jpg\" padding_top_1=\"100px\" padding_bottom_1=\"100px\" padding_top_2=\"100px\" padding_bottom_2=\"100px\" padding_left_2=\"9%\" use_background_color_gradient_2=\"off\" background_color_gradient_start_2=\"rgba(249,249,249,0.01)\" background_color_gradient_end_2=\"#f9f9f9\" background_color_gradient_overlays_image_2=\"on\" _builder_version=\"3.0.91\" module_alignment=\"center\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" header_font=\"||||||||\" header_2_font=\"Open Sans|800|||||||\" custom_margin=\"||10px|\"]\n\n<h2>Why Choose Us?</h2>\n\n[/et_pb_text][et_pb_divider color=\"#7974da\" show_divider=\"on\" divider_weight=\"2px\" height=\"8px\" _builder_version=\"3.0.88\" max_width=\"100px\" custom_margin=\"||15px|-20px\" locked=\"off\" /][et_pb_text _builder_version=\"3.0.90\" text_font=\"Bree Serif||||||||\" text_font_size=\"16px\" text_text_color=\"#333333\" text_letter_spacing=\"1px\" max_width=\"400px\" custom_margin=\"||15px|\" locked=\"off\"]\n\nThe classic “Lorem ipsum dolor sit amet…” passage is attributed to a remixing of the Roman\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.90\" text_font=\"||||||||\" text_text_color=\"#424242\" text_line_height=\"2em\" header_font=\"||||||||\" max_width=\"350px\" custom_margin=\"||30px|\"]\n\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero\'s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero\'s 1st-century BC text De Finibus Bonorum et Malorum.\n\n[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"3.0.91\" custom_margin=\"|||\" custom_padding=\"9px|30px|9px|40px\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_icon=\"%%3%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style=\"preset3\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"top_center\" custom_padding=\"106px||115px|\" custom_padding_tablet=\"90px||90px|\" custom_padding_phone=\"30px||50px|\" custom_css_main_element=\"overflow:hidden;\" locked=\"off\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"77px|0px|27px|0px\" _builder_version=\"3.0.90\" module_alignment=\"center\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" text_orientation=\"center\" locked=\"off\"]\n\ntestmonials\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.90\" text_font=\"PT Sans||||||||\" text_line_height=\"2em\" link_font=\"Roboto|700|||on||||solid\" link_text_color=\"#333333\" link_letter_spacing=\"3px\" link_line_height=\"3em\" quote_font=\"||||||||\" header_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"Roboto|900|||||||\" header_4_font_size=\"22px\" header_4_line_height=\"1.2em\" header_5_font=\"Roboto|100|||||||\" header_5_font_size=\"35px\" header_5_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"400px\" module_alignment=\"center\" custom_margin=\"|||\" locked=\"off\"]\n\n<h4>Our Happy Clients</h4>\n<h5>Says About Us</h5>\n<p>Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"66px||26px|\" custom_padding_phone=\"20px|||\" padding_top_1=\"30px\" padding_right_1=\"30px\" padding_bottom_1=\"30px\" padding_left_1=\"30px\" padding_top_2=\"30px\" padding_right_2=\"30px\" padding_bottom_2=\"30px\" padding_left_2=\"30px\" padding_top_3=\"30px\" padding_right_3=\"30px\" padding_bottom_3=\"30px\" padding_left_3=\"30px\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" background_color_gradient_start_1=\"rgba(52,9,150,0.1)\" background_color_gradient_start_2=\"rgba(52,9,150,0.1)\" background_color_gradient_start_3=\"rgba(52,9,150,0.1)\" background_color_gradient_end_1=\"rgba(41,196,169,0)\" background_color_gradient_end_2=\"rgba(41,196,169,0)\" background_color_gradient_end_3=\"rgba(41,196,169,0)\" background_color_gradient_direction_1=\"134deg\" background_color_gradient_direction_2=\"134deg\" background_color_gradient_direction_3=\"134deg\" background_color_gradient_start_position_1=\"50%\" background_color_gradient_start_position_2=\"50%\" background_color_gradient_start_position_3=\"50%\" background_color_gradient_end_position_1=\"50%\" background_color_gradient_end_position_2=\"50%\" background_color_gradient_end_position_3=\"50%\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" background_color_gradient_direction=\"13deg\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-04.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-02.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Sophia H. Morse\" job_title=\"Marketing Head\" company_name=\"Zone7\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg\" quote_icon=\"off\" background_color=\"#5f00a8\" portrait_width=\"90px\" box_shadow_style_image=\"preset3\" _builder_version=\"3.0.91\" max_width=\"350px\" module_alignment=\"center\" custom_margin=\"||40px|\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset3\" box_shadow_blur=\"0px\" box_shadow_color=\"#9770cc\" locked=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi dolor aenean est per malesuada, ac integer eu aptent tortor nisi diam sociosqu purus et nibh eu.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#f9f9f9\" _builder_version=\"3.0.91\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"650px\" custom_padding=\"0px|0px|0px|0px\" background_color=\"#ffffff\" _builder_version=\"3.0.91\" border_radii=\"on|10px|10px|10px|10px\" animation_style=\"bounce\" box_shadow_style=\"preset3\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.13)\"][et_pb_column type=\"4_4\"][et_pb_divider height=\"5px\" _builder_version=\"3.0.90\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#c48be8\" background_color_gradient_end=\"#340996\" background_color_gradient_direction=\"90deg\" locked=\"off\" /][et_pb_cta title=\"Need Help?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#fff\" background_layout=\"light\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" header_font=\"Roboto|900|||||||\" header_font_size=\"20px\" body_font=\"Roboto|100|||||||\" body_font_size=\"35px\" body_line_height=\"1.3em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"|300|||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" custom_css_promo_button=\"padding-top:9px;||padding-bottom:9px;||padding-right:30px !important;||padding-left:40px !important;\"]\n\nJust Make a Call\n+123 456 7890\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Home','','publish','closed','closed','','elegance_home','','','2018-01-06 10:02:43','2018-01-06 10:02:43','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_home/',0,'et_pb_layout','',0),(2371,1,'2018-01-06 10:01:45','2018-01-06 10:01:45','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Open Sans|800|||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(255,255,255,0.08)\" text_line_height=\"210px\" header_font=\"||||||||\" custom_margin=\"||-100px|\" locked=\"off\" module_class=\"watermark\"]\n\nContact\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" locked=\"off\"]\n\n<h1>Contact</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2d96ff\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f9f9f9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"133deg\" custom_padding=\"100px||100px|\"][et_pb_row custom_padding=\"|0px|110px|0px\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/placeholder.png\" content_max_width=\"300px\" _builder_version=\"3.0.91\" body_font=\"Open Sans|300|||||||\" body_font_size=\"24px\" body_text_color=\"#000000\" body_line_height=\"1.5em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" animation=\"off\" locked=\"off\"]\n\n1406 Church Street, GARDEN CITY, TX, Texas, United States\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/phone-call.png\" content_max_width=\"200px\" _builder_version=\"3.0.91\" body_font=\"Open Sans|300|||||||\" body_font_size=\"24px\" body_text_color=\"#000000\" body_line_height=\"1.5em\" text_orientation=\"center\" animation_style=\"slide\" animation_intensity_slide=\"7%\" animation=\"off\"]\n\n+123 456 7890 \n+987 654 3210\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/mail-1.png\" content_max_width=\"300px\" _builder_version=\"3.0.91\" body_font=\"Open Sans|300|||||||\" body_font_size=\"24px\" body_text_color=\"#000000\" body_line_height=\"1.5em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" animation=\"off\" locked=\"off\"]\n\ninfo@example.com\nsales@example.com\nsupport@example.com\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" custom_width_px=\"1200px\" use_custom_gutter=\"on\" gutter_width=\"0\" custom_padding=\"0px|0px|0px|\" make_equal=\"on\" padding_top_2=\"150px\" padding_right_2=\"10%\" padding_bottom_2=\"150px\" padding_left_2=\"10%\" use_background_color_gradient_2=\"off\" background_color_gradient_start_2=\"#340996\" background_color_gradient_end_2=\"#4de7df\" background_color_gradient_direction_2=\"134deg\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_end_position_2=\"100%\" background_color_gradient_overlays_image_2=\"off\" custom_css_before_2=\"content:\'\';||    content: \'\';||    position: absolute;||    top: 0;||    left: 0;||    right: -62px;||    bottom: 0;||        background-image: linear-gradient(148deg,#340996 11%,#4de7df 100%);||    transform: skewX(-10deg);||box-shadow: 1px 1px 47px 0px rgba(51, 51, 51, 0.4);\" custom_css_main_2=\"    \" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#9816e8\" background_color_gradient_end=\"#340996\" background_color_gradient_direction=\"71deg\" background_color_gradient_start_position=\"46%\" background_color_gradient_end_position=\"46%\" box_shadow_style=\"preset3\" box_shadow_blur=\"46px\" box_shadow_color=\"rgba(0,0,0,0.17)\" custom_css_main_element=\"overflow:hidden;\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"35px\" header_2_line_height=\"1.8em\" header_3_font=\"Roboto|300|||||||\" header_3_font_size=\"18px\" background_color=\"#093059\" max_width=\"500px\" custom_margin=\"150px|-40px|150px|\" custom_padding=\"70px|80px|70px|45px\" box_shadow_style=\"preset1\" custom_css_main_element=\"margin-left: auto !important;\"]\n\n<h3>Need Help?</h3>\n<h2>Send a message</h2>\nLorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum. Lorem Ipsum began as scrambled, nonsensical Latin derived from Cicero’s 1st-century BC text De Finibus Bonorum et Malorum.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_contact_form captcha=\"off\" use_redirect=\"on\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.91\" form_field_font=\"||||||||\" form_field_text_color=\"#ffffff\" background_color_gradient_direction=\"148deg\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#0c71c3\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"||||||||\" button_use_icon=\"off\"]\n\n[et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" form_field_font=\"||||||||\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.90\" border_radii=\"on||||\" border_width_bottom=\"1px\" border_color_bottom=\"rgba(255,255,255,0.5)\"][/et_pb_contact_field]\n\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" custom_padding=\"0px||0px|\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" background_color_1=\"#340996\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#340996\" background_color_gradient_end=\"#9816e8\" background_color_gradient_direction=\"133deg\" filter_invert=\"100%\"][et_pb_column type=\"4_4\"][et_pb_map address=\"new york\" address_lat=\"40.7127753\" address_lng=\"-74.0059728\" _builder_version=\"3.0.91\" filter_saturate=\"0%\" filter_brightness=\"94%\" filter_invert=\"11%\"]\n\n[et_pb_map_pin pin_address=\"New York, NY, USA\" pin_address_lat=\"40.7127753\" pin_address_lng=\"-74.0059728\" _builder_version=\"3.0.91\"][/et_pb_map_pin]\n\n[/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Contact','','publish','closed','closed','','elegance_contact','','','2018-01-06 10:01:45','2018-01-06 10:01:45','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_contact/',0,'et_pb_layout','',0),(2369,1,'2018-01-06 10:01:35','2018-01-06 10:01:35','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.91\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row make_fullwidth=\"on\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Open Sans|800|||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"rgba(255,255,255,0.08)\" text_line_height=\"210px\" custom_margin=\"||-100px|\" locked=\"off\" module_class=\"watermark\"]\n\nAbout\n\n[/et_pb_text][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" locked=\"off\"]\n\n<h1>About Us</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.90\" custom_padding=\"92px|0px|54px|0px\"][et_pb_row custom_padding=\"27px|0px|0px|0px\" make_equal=\"on\" _builder_version=\"3.0.90\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\nStory\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|900|||||||\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"55px\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"4px\" text_orientation=\"center\" locked=\"off\"]\n\n<h2>Our Story</h2>\n\n[/et_pb_text][et_pb_divider color=\"#e5e5e5\" show_divider=\"on\" disabled_on=\"on|on|on\" _builder_version=\"3.0.91\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"59px|0px|27px|0px\" custom_padding_tablet=\"30px|||\" custom_padding_phone=\"20px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|700|||||||\" text_font_size=\"35px\" text_font_size_phone=\"22px\" text_font_size_last_edited=\"on|phone\" text_text_color=\"#333333\" text_line_height=\"1.1em\" text_line_height_phone=\"1.6em\" text_line_height_last_edited=\"on|desktop\" header_font=\"||||||||\"]\n\nWe are some bunch of people contributing. Prepared do an dissuade be so whatever steepest. Yet her beyond looked either day wished nay.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text quote_border_weight=\"8px\" quote_border_color=\"#340996\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_font_size=\"16px\" text_text_color=\"#212121\" text_line_height=\"2em\" quote_font=\"Bree Serif||||||||\" quote_text_align=\"left\" text_orientation=\"justified\"]\n\n<p>Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.</p>\n<p>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</p>\n<p>Phasellus ultrices nulla quis nibh. Quisque a lectus. Donec consectetuer ligula vulputate sem tristique cursus. Nam nulla quam, gravida non, commodo a, sodales sit amet, nisi.</p>\n<blockquote><p>Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices ut, elementum vulputate, nunc.</p></blockquote>\n\n[/et_pb_text][et_pb_divider color=\"#f2f2f2\" show_divider=\"on\" height=\"3px\" _builder_version=\"3.0.91\" /][et_pb_social_media_follow _builder_version=\"3.0.91\" background_color=\"rgba(59,89,152,0)\" text_orientation=\"left\" custom_css_social_icon=\"color:#777;\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"#e4e4e4\" custom_css_social_icon=\"color:#777;\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"#e4e4e4\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"#e4e4e4\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.0.91\" background_color=\"#e4e4e4\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.90\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.8)\" background_color_gradient_end=\"rgba(52,9,150,0.81)\" background_color_gradient_direction=\"170deg\" background_color_gradient_end_position=\"72%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" custom_padding=\"112px|0px|113px|0px\"][et_pb_row _builder_version=\"3.0.90\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.90\" text_font=\"||||||||\" text_font_size=\"16px\" text_line_height=\"2em\" locked=\"off\"]\n\n<p>Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.</p>\n<p>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</p>\n<p>Phasellus ultrices nulla quis nibh. Quisque a lectus. Donec consectetuer ligula vulputate sem tristique cursus. Nam nulla quam, gravida non, commodo a, sodales sit amet, nisi.</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_counters background_layout=\"dark\" bar_bg_color=\"rgba(0,0,0,0.22)\" _builder_version=\"3.0.90\" title_font=\"||||||||\" title_text_color=\"#fcfcfc\" custom_margin=\"|||\" custom_css_counter_container=\"background:rgba(0,0,0,.2) !important;\"]\n\n[et_pb_counter percent=\"85\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"18px\" percent_font=\"Bree Serif||||||||\" border_radii=\"on|25px|25px|25px|25px\" custom_margin=\"||20px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"rgba(0,0,0,0.22)\" use_percentages=\"on\"]Branding[/et_pb_counter][et_pb_counter percent=\"95\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"18px\" percent_font=\"Bree Serif||||||||\" border_radii=\"on|25px|25px|25px|25px\" custom_margin=\"||20px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"rgba(0,0,0,0.22)\" use_percentages=\"on\"]Marketing[/et_pb_counter][et_pb_counter percent=\"70\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"18px\" percent_font=\"Bree Serif||||||||\" border_radii=\"on|25px|25px|25px|25px\" custom_margin=\"||20px|\" background_color_default=\"#dddddd\" bar_background_color_default=\"rgba(0,0,0,0.22)\" use_percentages=\"on\"]Analytics[/et_pb_counter][et_pb_counter percent=\"90\" _builder_version=\"3.0.90\" title_font=\"Roboto|300|||||||\" title_font_size=\"18px\" percent_font=\"Bree Serif||||||||\" border_radii=\"on|25px|25px|25px|25px\" custom_margin=\"|||\" background_color_default=\"#dddddd\" bar_background_color_default=\"rgba(0,0,0,0.22)\" use_percentages=\"on\"]Design[/et_pb_counter]\n\n[/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.91\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-05.png\" background_size=\"initial\" background_position=\"center_right\" custom_padding=\"142px|0px|107px|0px\"][et_pb_row custom_padding=\"27px|0px|0px|0px\" make_equal=\"on\" _builder_version=\"3.0.90\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\nteam\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|900|||||||\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"55px\" header_2_font_size_tablet=\"35px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"4px\" text_orientation=\"center\" locked=\"off\"]\n\n<h2>Let\'s Introduce </h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"50px||50px|\" custom_margin=\"|||\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Mark Jordan\" position=\"CEO\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-1.png\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"rgba(52,9,150,0.44)\" icon_hover_color=\"#340996\" _builder_version=\"3.0.91\" header_font=\"|800|||||||\" border_color_right=\"rgba(51,51,51,0.09)\" border_color_left=\"rgba(51,51,51,0.09)\" text_orientation=\"center\" custom_padding=\"45px|25px|45px|25px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"27px\" box_shadow_spread=\"-13px\" box_shadow_color=\"rgba(52,9,150,0.63)\"]\n\nNulla sed leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Mike Nintandu\" position=\"CEO & Founder\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-2.png\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"rgba(52,9,150,0.44)\" icon_hover_color=\"#340996\" _builder_version=\"3.0.91\" header_font=\"|800|||||||\" border_color_right=\"rgba(51,51,51,0.09)\" border_color_left=\"rgba(51,51,51,0.09)\" text_orientation=\"center\" custom_padding=\"45px|25px|45px|25px\" animation_style=\"slide\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"27px\" box_shadow_spread=\"-13px\" box_shadow_color=\"rgba(52,9,150,0.63)\" locked=\"off\"]\n\nNulla sed leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Jack Martin\" position=\"CTO\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/person-3.png\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"rgba(52,9,150,0.44)\" icon_hover_color=\"#340996\" _builder_version=\"3.0.91\" header_font=\"|800|||||||\" border_color_right=\"rgba(51,51,51,0.09)\" border_color_left=\"rgba(51,51,51,0.09)\" text_orientation=\"center\" custom_padding=\"45px|25px|45px|25px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"7%\" box_shadow_style=\"preset2\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"7px\" box_shadow_blur=\"27px\" box_shadow_spread=\"-13px\" box_shadow_color=\"rgba(52,9,150,0.63)\" locked=\"off\"]\n\nNulla sed leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"197px|0px|32px|0px\" custom_margin=\"|||\" make_equal=\"on\" _builder_version=\"3.0.91\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" disabled_on=\"off|off|off\" _builder_version=\"3.0.91\" text_font=\"Playfair Display|800|on||||||\" text_font_size=\"210px\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|desktop\" text_text_color=\"rgba(0,0,0,0.03)\" header_font=\"||||||||\" header_2_font=\"||||||||\" text_orientation=\"center\" locked=\"off\" module_class=\"watermark\"]\n\npartner\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.91\" text_font=\"Roboto|900|||||||\" header_font=\"||||||||\" header_2_font=\"Roboto|900|||||||\" header_2_font_size=\"55px\" header_2_font_size_tablet=\"35px\" header_2_font_size_last_edited=\"on|desktop\" header_2_letter_spacing=\"4px\" text_orientation=\"center\" locked=\"off\"]\n\n<h2>Our Partners</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"60px|||\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-02.png\" align=\"right\" _builder_version=\"3.0.91\" max_width=\"150px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-03.png\" align=\"center\" _builder_version=\"3.0.91\" max_width=\"200px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-04.png\" _builder_version=\"3.0.91\" max_width=\"150px\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" _builder_version=\"3.0.91\"][et_pb_column type=\"1_2\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-05-1.png\" align=\"right\" _builder_version=\"3.0.91\" max_width=\"200px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/client-logo-01.png\" _builder_version=\"3.0.91\" max_width=\"200px\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.90\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.8)\" background_color_gradient_end=\"rgba(52,9,150,0.81)\" background_color_gradient_direction=\"170deg\" background_color_gradient_end_position=\"72%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" custom_padding=\"112px|0px|113px|0px\" locked=\"off\"][et_pb_row _builder_version=\"3.0.91\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_slider show_inner_shadow=\"off\" _builder_version=\"3.0.91\" header_font=\"Roboto|100|||||||\" header_font_size=\"35px\" header_line_height=\"1.5em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"25px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_use_icon=\"off\" box_shadow_style_button=\"preset3\" box_shadow_style=\"preset1\" box_shadow_vertical=\"7px\" custom_css_slide_button=\"padding:6px 25px !important;\"]\n\n[et_pb_slide heading=\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\" button_text=\"Learn More\" _builder_version=\"3.0.91\"][/et_pb_slide][et_pb_slide heading=\"Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.\" button_text=\"Learn More\" _builder_version=\"3.0.91\"][/et_pb_slide][et_pb_slide heading=\"Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices ut, elementum vulputate, nunc.\" button_text=\"Learn More\" _builder_version=\"3.0.91\"][/et_pb_slide]\n\n[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#f9f9f9\" _builder_version=\"3.0.91\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row use_custom_width=\"on\" custom_width_px=\"650px\" custom_padding=\"0px|0px|0px|0px\" background_color=\"#ffffff\" _builder_version=\"3.0.91\" border_radii=\"on|10px|10px|10px|10px\" animation_style=\"bounce\" box_shadow_style=\"preset3\" box_shadow_vertical=\"14px\" box_shadow_blur=\"58px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.13)\"][et_pb_column type=\"4_4\"][et_pb_divider height=\"5px\" _builder_version=\"3.0.90\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#c48be8\" background_color_gradient_end=\"#340996\" background_color_gradient_direction=\"90deg\" locked=\"off\" /][et_pb_cta title=\"Need Help?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#fff\" background_layout=\"light\" disabled_on=\"off|off|off\" _builder_version=\"3.0.90\" header_font=\"Roboto|900|||||||\" header_font_size=\"20px\" body_font=\"Roboto|100|||||||\" body_font_size=\"35px\" body_line_height=\"1.3em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"|300|||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" custom_css_promo_button=\"padding-top:9px;||padding-bottom:9px;||padding-right:30px !important;||padding-left:40px !important;\"]\n\n<p>Just Make a Call<br />\n+123 456 7890</p>\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" global_module=\"1853\"][et_pb_row global_parent=\"1853\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup global_parent=\"1853\" mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]\n\nCurabitur taciti elit magna quisque vitae facilisis semper sem mi.\n\n[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow global_parent=\"1853\" background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n[et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network]\n\n[/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_About','','publish','closed','closed','','elegance_about','','','2018-01-06 10:01:35','2018-01-06 10:01:35','',0,'http://lukuverkosto.fi/home/et_pb_layout/elegance_about/',0,'et_pb_layout','',0),(1853,1,'2017-12-13 23:42:04','2017-12-13 23:42:04','','Footer','','publish','closed','closed','','footer','','','2021-10-06 11:02:23','2021-10-06 11:02:23','',0,'http://lukuverkosto.fi/home/et_pb_layout/footer/',0,'et_pb_layout','',0),(123509,1,'2018-07-15 22:54:17','2018-07-15 22:54:17','[et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" prev_background_color=\"#f9f9f9\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer','','inherit','closed','closed','','1853-revision-v1','','','2018-07-15 22:54:17','2018-07-15 22:54:17','',1853,'http://lukuverkosto.fi/home/uncategorized/1853-revision-v1/',0,'revision','',0),(123513,1,'2018-07-15 22:59:55','2018-07-15 22:59:55','[et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" prev_background_color=\"#f9f9f9\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.0.91\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\" description=\"Curabitur taciti elit magna quisque vitae facilisis semper sem mi.\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer','','inherit','closed','closed','','1853-revision-v1','','','2018-07-15 22:59:55','2018-07-15 22:59:55','',1853,'http://lukuverkosto.fi/home/uncategorized/1853-revision-v1/',0,'revision','',0),(123516,1,'2018-07-16 10:31:50','2018-07-16 10:31:50','','handyman-05','','inherit','open','closed','','handyman-05','','','2018-07-16 10:31:50','2018-07-16 10:31:50','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg',0,'attachment','image/jpeg',0),(123517,1,'2018-07-16 10:31:52','2018-07-16 10:31:52','','handyman-09','','inherit','open','closed','','handyman-09','','','2018-07-16 10:31:52','2018-07-16 10:31:52','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg',0,'attachment','image/jpeg',0),(123518,1,'2018-07-16 10:31:54','2018-07-16 10:31:54','','handyman-06','','inherit','open','closed','','handyman-06','','','2018-07-16 10:31:54','2018-07-16 10:31:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg',0,'attachment','image/jpeg',0),(123519,1,'2018-07-16 10:31:55','2018-07-16 10:31:55','','handyman-10','','inherit','open','closed','','handyman-10','','','2018-07-16 10:31:55','2018-07-16 10:31:55','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-10.jpg',0,'attachment','image/jpeg',0),(123520,1,'2018-07-16 10:31:56','2018-07-16 10:31:56','','handyman-11','','inherit','open','closed','','handyman-11','','','2018-07-16 10:31:56','2018-07-16 10:31:56','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg',0,'attachment','image/jpeg',0),(123521,1,'2018-07-16 10:32:05','2018-07-16 10:32:05','','handyman-12','','inherit','open','closed','','handyman-12','','','2018-07-16 10:32:05','2018-07-16 10:32:05','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg',0,'attachment','image/jpeg',0),(123522,1,'2018-07-16 10:32:06','2018-07-16 10:32:06','','handyman-13','','inherit','open','closed','','handyman-13','','','2018-07-16 10:32:06','2018-07-16 10:32:06','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-13.jpg',0,'attachment','image/jpeg',0),(123523,1,'2018-07-16 10:32:07','2018-07-16 10:32:07','','handyman_11','','inherit','open','closed','','handyman_11','','','2018-07-16 10:32:07','2018-07-16 10:32:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png',0,'attachment','image/png',0),(123524,1,'2018-07-16 10:32:07','2018-07-16 10:32:07','','handyman_15','','inherit','open','closed','','handyman_15','','','2018-07-16 10:32:07','2018-07-16 10:32:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png',0,'attachment','image/png',0),(123525,1,'2018-07-16 10:32:07','2018-07-16 10:32:07','','handyman-07','','inherit','open','closed','','handyman-07','','','2018-07-16 10:32:07','2018-07-16 10:32:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg',0,'attachment','image/jpeg',0),(123547,1,'2018-07-16 12:58:21','2018-07-16 12:58:21','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" admin_label=\"Hero Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|phone\" custom_padding=\"13vw||0|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px|||\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"2%\"][et_pb_row custom_margin=\"||10vw|\" admin_label=\"Hero Area\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"Bungee||||||||\" header_font_size=\"80px\" header_font_size_tablet=\"40px\" header_font_size_last_edited=\"on|tablet\" header_line_height=\"1.4em\" header_2_font=\"||||||||\" border_color_all=\"#ff5400\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h1>Someron laaturappaus</h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"]Kaksi rappausta yhden hinnalla - ensimmäisen epäonnistuessa tarjoamme jälkimmäisen kaupan päälle. Someron laaturappaus (SoLa) on osa Cleanest Group Oy tuoteperhettä.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#0072ff\" padding_top_2=\"40px\" padding_right_2=\"10%\" padding_bottom_2=\"40px\" padding_left_2=\"10%\" admin_label=\"CTA Area\" _builder_version=\"3.2\" background_color=\"#ffffff\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"20%\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" background_color=\"#0072ff\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Tilaa ilmainen arviointikäynti\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"40px\" padding_left=\"10%\" padding_right=\"10%\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Soita: <a style=\"white-space: nowrap;\" href=\"el:123456789\">0-800-pete-betoni</a>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.2\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg\" background_size=\"initial\" module_alignment=\"right\" custom_padding=\"120px||120px|\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappaus - ylivoimainen vaihtoehto laattapohjien rappauksiin</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Olemme erikoistuneet linjasaneerauksien laattapohjien rappauksiin <strong>SAINT-GOBAIN WEBER OY AB</strong>:n valmistamilla pikalaasteilla.\r\n\r\nKäytämme tuotannossamme korkeapainepumppaustekniikkaa yhdessä automatisoidun prosessin kanssa. Laasti pumpataan kohteeseen suoraan kuorma-autosta. Tehokas tuotantomme merkitsee <strong>edullisempia hintoja asiakkaillemme</strong>.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10px|||\" admin_label=\"Services\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Lujuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"]Pumppurappaus -menetelmällä saavutetaan laasteille erinomainen tartunta alustaan ja sisäinen lujuus, joka ylittää reilusti vedeneristeiden vaatiman 0,5 N/mm<sup>2</sup> -tason. Valvomme tuotantoamme mm. suorittamalla vetokokeita.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Tasaisuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Jälkityöstämme ruiskutetun ja linjatun rappauspinnan vedeneristeelle riittävän tasaiseksi ja huokosettomaksi. Erillinen tasoitus ja tasoituksen alle tuleva pohjustus ovat tarpeettomia. Asiakkaamme säästävät näin aikaa ja selvää rahaa.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Suoruus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Pinnan suoruus on laatoittajan kannalta oleellinen tekijä. Suoran ja tasaisen Pumppurappauksen jälkeen vedeneristys- ja laatoitustyöt voivat alkaa luotettavasti suunniteltuna ajankohtana ilman aikaa vieviä jälkitöitä.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10px|||\" admin_label=\"Services\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Kuivuminen\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"]Käyttämämme Weber-pikalaastit kuivuvat nopeasti, jopa kahdessa vuorokaudessa. Vedeneristystyöt voidaan tarvittaessa aloittaa pian Pumppurappaustyön jälkeen.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Täytöt\" button_url=\"#\" button_text=\"Lue lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Nopeasti reagoiva laasti mahdollistaa useiden rappauskerrosten tekemisen märkää-märälle-\r\nmenetelmällä.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Nopeus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\nAsiakkaamme pääsevät aloittamaan laattapohjien oikaisun jälkeiset työvaiheet aikaisemmin. Pumppurappaamalla valmistuu 8 kylpyhuonetta kahdessa työpäivässä.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Muut palvelut\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"About Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"13vw||13vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\"][et_pb_row admin_label=\"About Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_width_left=\"10px\" border_color_left=\"#ff5400\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2><span style=\"font-size: x-large;\">Tilaa ilmainen arviointikäynti ja remonttisuunnitelma</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.10\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Järjestämme mielellämme tutustumiskäynnin työmaille, joille olemme etukäteen pyytäneet vierailu- ja esittelyluvan uusille asiakkaillemme.[/et_pb_text][et_pb_contact_form captcha=\"off\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.10\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" custom_padding=\"30px|||\" locked=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viestisi\" field_title=\"Viestisi\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recent Work\" _builder_version=\"3.2\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappauksen työvaiheet</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Linjasaneeraukset ja laattapohien saneeraukset valmiiksi kahdessa työpäivässä.\r\nTyövaiheita on vain kolme.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.10\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs active_tab_background_color=\"#ffffff\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.10\" tab_font=\"Bungee|700||on|||||\" tab_letter_spacing=\"2px\" tab_line_height=\"3em\" body_font=\"||||||||\" body_text_align=\"left\" body_font_size=\"16px\" body_line_height=\"1.8em\" border_width_all=\"0px\" border_color_all=\"#0072ff\" border_width_top=\"10px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" custom_padding=\"60px|40px|60px|40px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_tab title=\"PRIMEROINTI JA JOHTEIDEN ASENNUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<iframe src=\"https://www.youtube.com/embed/PZLHCiIOuRs?list=PLZP0D9i4Nkjx2Pexci1hvrMv9BmjOBz5m\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/et_pb_tab][et_pb_tab title=\"RAPPAUS\" _builder_version=\"3.2\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg\" />\r\n[/et_pb_tab][et_pb_tab title=\"LAADUNVARMISTUS JA LUOVUTUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg\" />\r\n[/et_pb_tab][/et_pb_tabs][et_pb_code _builder_version=\"3.10\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"Client Testimonials Section\" _builder_version=\"3.0.106\" background_color=\"#0072ff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png\" background_size=\"initial\" background_position=\"top_right\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"5vw||5vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row admin_label=\"Client Testimonials Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ffffff\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>asiakkailta ja yhteistyökumppaneilta</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"23.21875px|0px|0|0px|false|false\" custom_margin=\"10px|||\" admin_label=\"Testimonials\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\"]\r\n\r\n“Laaturappaus on bing. Saimme korvaamatonta apua keskikokoisen muurimme rakennustyössä.”\r\n\r\n<b>Donald Trump</b>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.10\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]<span style=\"font-size: 18px;\">\"Työnjälki oli mielestäni hieman niin ja näin. Otamme ammattilaisen seuraavalle kerralla. Hyvä yritys silti.\"</span>\r\n\r\n<b style=\"font-size: 18px;\">Tiina Jokila</b>\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\n“Hirmuisen komeita työmiehiä.\r\nUpeita uniformuja. xoxoxo.”\r\n\r\n<strong>Nimetön/\r\n</strong><strong>Tekstaripalsta</strong>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Why Choose Us Section\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"bottom_right\" module_alignment=\"right\" custom_margin=\"||||false\" custom_padding=\"120px||120px||true\" locked=\"off\"][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.106\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Miksi valita meidät?</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.609375px|0px|25px|0px|false|false\" custom_margin=\"10px|||\" admin_label=\"Features\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"tehokkuus\" use_icon=\"on\" font_icon=\"%%277%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\"]Laaturappaus on markkinoiden ylivoimaisesti tehokkain tapa suorittaa laattapohjien rappaukset\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"edullisuus\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]Käyttämämme menetelmän avulla säästät sekä aikaa, että rahaa. Täydellinen Win-Win-tilanne.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"laatutakuu\" use_icon=\"on\" font_icon=\"%%147%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.106\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]Suoritamme jatkuvaa laaduntarkkailua ja annamme työllemme 100 prosenttisen laatutakuun.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" next_background_color=\"#ffffff\" admin_label=\"Footer Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||13vw|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"||120px|\" bottom_divider_style=\"asymmetric4\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" padding_top_1=\"40px\" padding_right_1=\"10%\" padding_bottom_1=\"40px\" padding_left_1=\"10%\" admin_label=\"Footer Area\" _builder_version=\"3.2\" background_color=\"#ff5400\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"40px\" padding_left=\"10%\" padding_right=\"10%\" padding_top=\"40px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"35px|70px|25px|70px\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]olemme paikalla 24/7!\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Lähetä sähköpostia\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#ff5400\" button_border_width=\"12px\" button_border_color=\"#ff5400\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10vw|||\" admin_label=\"CTA Area\" _builder_version=\"3.2\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Kiinnostuitko? Soita ja suunnitellaan yhdessä projektisi laatutakuulla.\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"1.8em\" link_font=\"Bungee||||||||\" link_text_color=\"#ffffff\" link_font_size=\"30px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"on|desktop\" link_letter_spacing=\"4px\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px|\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]asiakaspalvelu: <a style=\"white-space: nowrap;\" href=\"el:123456789\">o-800-pete-betoni</a>\r\n[/et_pb_text][et_pb_button button_text=\"Tutustu palveluihin\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Social Media Links\" _builder_version=\"3.0.106\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_social_media_follow _builder_version=\"3.2\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"7px\" border_color_all=\"#6c717c\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Someron Laaturappaus','','publish','closed','closed','','someron-laaturappaus','','','2018-07-29 19:49:21','2018-07-29 19:49:21','',0,'http://lukuverkosto.fi/home/et_pb_layout/someron-laaturappaus/',0,'et_pb_layout','',0),(123804,1,'2018-07-29 19:49:21','2018-07-29 19:49:21','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" admin_label=\"Hero Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|phone\" custom_padding=\"13vw||0|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px|||\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"2%\"][et_pb_row custom_margin=\"||10vw|\" admin_label=\"Hero Area\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"Bungee||||||||\" header_font_size=\"80px\" header_font_size_tablet=\"40px\" header_font_size_last_edited=\"on|tablet\" header_line_height=\"1.4em\" header_2_font=\"||||||||\" border_color_all=\"#ff5400\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h1>Someron laaturappaus</h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"]Kaksi rappausta yhden hinnalla - ensimmäisen epäonnistuessa tarjoamme jälkimmäisen kaupan päälle. Someron laaturappaus (SoLa) on osa Cleanest Group Oy tuoteperhettä.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#0072ff\" padding_top_2=\"40px\" padding_right_2=\"10%\" padding_bottom_2=\"40px\" padding_left_2=\"10%\" admin_label=\"CTA Area\" _builder_version=\"3.2\" background_color=\"#ffffff\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"20%\" locked=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" background_color=\"#0072ff\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Tilaa ilmainen arviointikäynti\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"40px\" padding_left=\"10%\" padding_right=\"10%\" padding_top=\"40px\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Soita: <a style=\"white-space: nowrap;\" href=\"el:123456789\">0-800-pete-betoni</a>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.2\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg\" background_size=\"initial\" module_alignment=\"right\" custom_padding=\"120px||120px|\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappaus - ylivoimainen vaihtoehto laattapohjien rappauksiin</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Olemme erikoistuneet linjasaneerauksien laattapohjien rappauksiin <strong>SAINT-GOBAIN WEBER OY AB</strong>:n valmistamilla pikalaasteilla.\r\n\r\nKäytämme tuotannossamme korkeapainepumppaustekniikkaa yhdessä automatisoidun prosessin kanssa. Laasti pumpataan kohteeseen suoraan kuorma-autosta. Tehokas tuotantomme merkitsee <strong>edullisempia hintoja asiakkaillemme</strong>.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10px|||\" admin_label=\"Services\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Lujuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"]Pumppurappaus -menetelmällä saavutetaan laasteille erinomainen tartunta alustaan ja sisäinen lujuus, joka ylittää reilusti vedeneristeiden vaatiman 0,5 N/mm<sup>2</sup> -tason. Valvomme tuotantoamme mm. suorittamalla vetokokeita.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Tasaisuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Jälkityöstämme ruiskutetun ja linjatun rappauspinnan vedeneristeelle riittävän tasaiseksi ja huokosettomaksi. Erillinen tasoitus ja tasoituksen alle tuleva pohjustus ovat tarpeettomia. Asiakkaamme säästävät näin aikaa ja selvää rahaa.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Suoruus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Pinnan suoruus on laatoittajan kannalta oleellinen tekijä. Suoran ja tasaisen Pumppurappauksen jälkeen vedeneristys- ja laatoitustyöt voivat alkaa luotettavasti suunniteltuna ajankohtana ilman aikaa vieviä jälkitöitä.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10px|||\" admin_label=\"Services\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Kuivuminen\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"]Käyttämämme Weber-pikalaastit kuivuvat nopeasti, jopa kahdessa vuorokaudessa. Vedeneristystyöt voidaan tarvittaessa aloittaa pian Pumppurappaustyön jälkeen.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Täytöt\" button_url=\"#\" button_text=\"Lue lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]Nopeasti reagoiva laasti mahdollistaa useiden rappauskerrosten tekemisen märkää-märälle-\r\nmenetelmällä.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Nopeus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\nAsiakkaamme pääsevät aloittamaan laattapohjien oikaisun jälkeiset työvaiheet aikaisemmin. Pumppurappaamalla valmistuu 8 kylpyhuonetta kahdessa työpäivässä.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Muut palvelut\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"About Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"13vw||13vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\"][et_pb_row admin_label=\"About Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_width_left=\"10px\" border_color_left=\"#ff5400\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2><span style=\"font-size: x-large;\">Tilaa ilmainen arviointikäynti ja remonttisuunnitelma</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.10\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Järjestämme mielellämme tutustumiskäynnin työmaille, joille olemme etukäteen pyytäneet vierailu- ja esittelyluvan uusille asiakkaillemme.[/et_pb_text][et_pb_contact_form captcha=\"off\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.10\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" custom_padding=\"30px|||\" locked=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viestisi\" field_title=\"Viestisi\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recent Work\" _builder_version=\"3.2\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappauksen työvaiheet</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Linjasaneeraukset ja laattapohien saneeraukset valmiiksi kahdessa työpäivässä.\r\nTyövaiheita on vain kolme.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.10\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_tabs active_tab_background_color=\"#ffffff\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.10\" tab_font=\"Bungee|700||on|||||\" tab_letter_spacing=\"2px\" tab_line_height=\"3em\" body_font=\"||||||||\" body_text_align=\"left\" body_font_size=\"16px\" body_line_height=\"1.8em\" border_width_all=\"0px\" border_color_all=\"#0072ff\" border_width_top=\"10px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" custom_padding=\"60px|40px|60px|40px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_tab title=\"PRIMEROINTI JA JOHTEIDEN ASENNUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<iframe src=\"https://www.youtube.com/embed/PZLHCiIOuRs?list=PLZP0D9i4Nkjx2Pexci1hvrMv9BmjOBz5m\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/et_pb_tab][et_pb_tab title=\"RAPPAUS\" _builder_version=\"3.2\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg\" />\r\n[/et_pb_tab][et_pb_tab title=\"LAADUNVARMISTUS JA LUOVUTUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg\" />\r\n[/et_pb_tab][/et_pb_tabs][et_pb_code _builder_version=\"3.10\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"Client Testimonials Section\" _builder_version=\"3.0.106\" background_color=\"#0072ff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png\" background_size=\"initial\" background_position=\"top_right\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"5vw||5vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row admin_label=\"Client Testimonials Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ffffff\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>asiakkailta ja yhteistyökumppaneilta</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"23.21875px|0px|0|0px|false|false\" custom_margin=\"10px|||\" admin_label=\"Testimonials\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\"]\r\n\r\n“Laaturappaus on bing. Saimme korvaamatonta apua keskikokoisen muurimme rakennustyössä.”\r\n\r\n<b>Donald Trump</b>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.10\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]<span style=\"font-size: 18px;\">\"Työnjälki oli mielestäni hieman niin ja näin. Otamme ammattilaisen seuraavalle kerralla. Hyvä yritys silti.\"</span>\r\n\r\n<b style=\"font-size: 18px;\">Tiina Jokila</b>\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\n“Hirmuisen komeita työmiehiä.\r\nUpeita uniformuja. xoxoxo.”\r\n\r\n<strong>Nimetön/\r\n</strong><strong>Tekstaripalsta</strong>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Why Choose Us Section\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"bottom_right\" module_alignment=\"right\" custom_margin=\"||||false\" custom_padding=\"120px||120px||true\" locked=\"off\"][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.106\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Miksi valita meidät?</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.609375px|0px|25px|0px|false|false\" custom_margin=\"10px|||\" admin_label=\"Features\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"tehokkuus\" use_icon=\"on\" font_icon=\"%%277%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\"]Laaturappaus on markkinoiden ylivoimaisesti tehokkain tapa suorittaa laattapohjien rappaukset\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"edullisuus\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]Käyttämämme menetelmän avulla säästät sekä aikaa, että rahaa. Täydellinen Win-Win-tilanne.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"laatutakuu\" use_icon=\"on\" font_icon=\"%%147%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.106\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]Suoritamme jatkuvaa laaduntarkkailua ja annamme työllemme 100 prosenttisen laatutakuun.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" next_background_color=\"#ffffff\" admin_label=\"Footer Section\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||13vw|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"||120px|\" bottom_divider_style=\"asymmetric4\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" padding_top_1=\"40px\" padding_right_1=\"10%\" padding_bottom_1=\"40px\" padding_left_1=\"10%\" admin_label=\"Footer Area\" _builder_version=\"3.2\" background_color=\"#ff5400\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" padding_bottom=\"40px\" padding_left=\"10%\" padding_right=\"10%\" padding_top=\"40px\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"35px|70px|25px|70px\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]olemme paikalla 24/7!\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Lähetä sähköpostia\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#ff5400\" button_border_width=\"12px\" button_border_color=\"#ff5400\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"10vw|||\" admin_label=\"CTA Area\" _builder_version=\"3.2\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]Kiinnostuitko? Soita ja suunnitellaan yhdessä projektisi laatutakuulla.\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"1.8em\" link_font=\"Bungee||||||||\" link_text_color=\"#ffffff\" link_font_size=\"30px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"on|desktop\" link_letter_spacing=\"4px\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px|\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]asiakaspalvelu: <a style=\"white-space: nowrap;\" href=\"el:123456789\">o-800-pete-betoni</a>\r\n[/et_pb_text][et_pb_button button_text=\"Tutustu palveluihin\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Social Media Links\" _builder_version=\"3.0.106\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_social_media_follow _builder_version=\"3.2\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"7px\" border_color_all=\"#6c717c\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Someron Laaturappaus','','inherit','closed','closed','','123547-revision-v1','','','2018-07-29 19:49:21','2018-07-29 19:49:21','',123547,'http://lukuverkosto.fi/home/123547-revision-v1/',0,'revision','',0),(1207,1,'2017-04-29 19:26:32','2017-04-29 19:26:32','','sample-image7','','inherit','open','closed','','sample-image7','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image7.jpg',0,'attachment','image/jpeg',0),(1208,1,'2017-04-29 19:26:32','2017-04-29 19:26:32','','sample-image8','','inherit','open','closed','','sample-image8','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image8.jpg',0,'attachment','image/jpeg',0),(1209,1,'2017-04-29 19:26:33','2017-04-29 19:26:33','','sample-image9','','inherit','open','closed','','sample-image9','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image9.jpg',0,'attachment','image/jpeg',0),(1210,1,'2017-04-29 19:26:34','2017-04-29 19:26:34','','sample-image10','','inherit','open','closed','','sample-image10','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image10.jpg',0,'attachment','image/jpeg',0),(1211,1,'2017-04-29 19:26:35','2017-04-29 19:26:35','','sample-image11','','inherit','open','closed','','sample-image11','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image11.jpg',0,'attachment','image/jpeg',0),(1212,1,'2017-04-29 19:26:36','2017-04-29 19:26:36','','sample-image12','','inherit','open','closed','','sample-image12','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image12.jpg',0,'attachment','image/jpeg',0),(1213,1,'2017-04-29 19:26:36','2017-04-29 19:26:36','','sample-image13','','inherit','open','closed','','sample-image13','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image13.jpg',0,'attachment','image/jpeg',0),(1214,1,'2017-04-29 19:26:37','2017-04-29 19:26:37','','sample-image14','','inherit','open','closed','','sample-image14','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image14.jpg',0,'attachment','image/jpeg',0),(1215,1,'2017-04-29 19:26:38','2017-04-29 19:26:38','','sample-image15','','inherit','open','closed','','sample-image15','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg',0,'attachment','image/jpeg',0),(1216,1,'2017-04-29 19:27:35','2017-04-29 19:27:35','','macbook-bg','','inherit','open','closed','','macbook-bg','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg',0,'attachment','image/jpeg',0),(1217,1,'2017-04-29 19:27:35','2017-04-29 19:27:35','','clouds_bg','','inherit','open','closed','','clouds_bg','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg',0,'attachment','image/jpeg',0),(1218,1,'2017-04-29 19:27:37','2017-04-29 19:27:37','','ally_phone','','inherit','open','closed','','ally_phone','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally_phone.jpg',0,'attachment','image/jpeg',0),(1219,1,'2017-04-29 19:27:38','2017-04-29 19:27:38','','ally-bg3','','inherit','open','closed','','ally-bg3','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg',0,'attachment','image/jpeg',0),(1220,1,'2017-04-29 19:27:40','2017-04-29 19:27:40','','ally-bg1','','inherit','open','closed','','ally-bg1','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg',0,'attachment','image/jpeg',0),(1221,1,'2017-04-29 19:27:42','2017-04-29 19:27:42','','ally-bg2','','inherit','open','closed','','ally-bg2','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg2.jpg',0,'attachment','image/jpeg',0),(1222,1,'2017-04-29 19:27:45','2017-04-29 19:27:45','','contact-bg','','inherit','open','closed','','contact-bg','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/contact-bg.jpg',0,'attachment','image/jpeg',0),(1223,1,'2017-04-29 19:27:46','2017-04-29 19:27:46','','person3','','inherit','open','closed','','person3','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg',0,'attachment','image/jpeg',0),(1224,1,'2017-04-29 19:27:47','2017-04-29 19:27:47','','person2','','inherit','open','closed','','person2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg',0,'attachment','image/jpeg',0),(1225,1,'2017-04-29 19:27:48','2017-04-29 19:27:48','','person1','','inherit','open','closed','','person1','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg',0,'attachment','image/jpeg',0),(1226,1,'2017-04-29 19:27:49','2017-04-29 19:27:49','','sample-image1','','inherit','open','closed','','sample-image1','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image1.jpg',0,'attachment','image/jpeg',0),(1227,1,'2017-04-29 19:27:49','2017-04-29 19:27:49','','sample-image2','','inherit','open','closed','','sample-image2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg',0,'attachment','image/jpeg',0),(1228,1,'2017-04-29 19:27:50','2017-04-29 19:27:50','','sample-image3','','inherit','open','closed','','sample-image3','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image3.jpg',0,'attachment','image/jpeg',0),(1232,1,'2017-04-29 19:27:52','2017-04-29 19:27:52','','design','','inherit','open','closed','','design-2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg',0,'attachment','image/jpeg',0),(1233,1,'2017-04-29 19:27:53','2017-04-29 19:27:53','','photography','','inherit','open','closed','','photography-2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg',0,'attachment','image/jpeg',0),(1234,1,'2017-04-29 19:27:53','2017-04-29 19:27:53','','planning','','inherit','open','closed','','planning-2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg',0,'attachment','image/jpeg',0),(1235,1,'2017-04-29 19:27:54','2017-04-29 19:27:54','','ally-hasitall','','inherit','open','closed','','ally-hasitall','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally-hasitall.png',0,'attachment','image/png',0),(1236,1,'2017-04-29 19:27:54','2017-04-29 19:27:54','','ally','','inherit','open','closed','','ally','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/ally.png',0,'attachment','image/png',0),(1237,1,'2017-04-29 19:30:30','2017-04-29 19:30:30','','clouds-bg','','inherit','open','closed','','clouds-bg','','','2017-04-29 19:30:30','2017-04-29 19:30:30','',0,'http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4',0,'attachment','video/mp4',0),(1238,1,'2017-04-29 19:30:32','2017-04-29 19:30:32','','clouds-bg','','inherit','open','closed','','clouds-bg-2','','','2017-04-29 19:30:32','2017-04-29 19:30:32','',0,'http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm',0,'attachment','video/webm',0),(1249,1,'2017-04-29 19:40:35','2017-04-29 19:40:35','','the_story','','inherit','open','closed','','the_story','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',1047,'http://divilover.eu/ally/wp-content/uploads/2017/04/the_story.jpg',0,'attachment','image/jpeg',0),(1279,1,'2017-04-29 20:02:14','2017-04-29 20:02:14','','sample-image-16','','inherit','open','closed','','sample-image-16','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-16.jpg',0,'attachment','image/jpeg',0),(1280,1,'2017-04-29 20:02:15','2017-04-29 20:02:15','','sample-image-17','','inherit','open','closed','','sample-image-17','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-17.jpg',0,'attachment','image/jpeg',0),(1281,1,'2017-04-29 20:02:17','2017-04-29 20:02:17','','sample-image-18','','inherit','open','closed','','sample-image-18','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-18.jpg',0,'attachment','image/jpeg',0),(1282,1,'2017-04-29 20:02:18','2017-04-29 20:02:18','','sample-image-19','','inherit','open','closed','','sample-image-19','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-19.jpg',0,'attachment','image/jpeg',0),(1283,1,'2017-04-29 20:02:20','2017-04-29 20:02:20','','sample-image-20','','inherit','open','closed','','sample-image-20','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-20.jpg',0,'attachment','image/jpeg',0),(1284,1,'2017-04-29 20:02:21','2017-04-29 20:02:21','','sample-image-21','','inherit','open','closed','','sample-image-21','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-21.jpg',0,'attachment','image/jpeg',0),(1285,1,'2017-04-29 20:02:23','2017-04-29 20:02:23','','sample-image-22','','inherit','open','closed','','sample-image-22','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',624,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image-22.jpg',0,'attachment','image/jpeg',0),(37,1,'2017-04-29 19:18:34','2017-04-29 19:18:34','','Divi','','publish','closed','closed','','divi-2','','','2017-04-29 19:18:34','2017-04-29 19:18:34','',0,'http://divilover.eu/ally/index.php/2017/04/29/divi/',0,'custom_css','',0),(148,1,'2017-04-10 14:28:20','2017-04-10 14:28:20','','Ally','','publish','closed','closed','','ally','','','2020-04-17 10:54:49','2020-04-17 10:54:49','',0,'http://ally.divilover.com/2017/04/10/ally_child/',0,'custom_css','',0),(269,1,'2017-04-10 07:44:56','2017-04-10 07:44:56','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"off|desktop\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.89\" background_color=\"#ffffff\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg\" background_video_mp4=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4\" background_video_webm=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm\" background_video_width=\"960\" background_video_height=\"540\" custom_padding=\"||100px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text module_class=\"ally-left\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4>Ollaan yhteydessä!</h4>\r\n[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" module_class=\"ally-social ally-left\" _builder_version=\"3.10.1\" border_radii=\"on|100%|100%|100%|100%\" background_layout=\"dark\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.10.1\" background_color=\"rgba(59,89,152,0)\" bg_color=\"rgba(59,89,152,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.facebook.com/lohjanyhteislyseonlukio\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.10.1\" background_color=\"rgba(81,127,164,0)\" bg_color=\"rgba(81,127,164,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.instagram.com/lohjanlukio/\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.10.1\" background_color=\"rgba(168,36,0,0)\" bg_color=\"rgba(168,36,0,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.youtube.com/channel/UCAzjBeLkvnwtOAf3u8yyoMg\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Youtube [/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_text module_class=\"ally-left\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4>Yhteystiedot</h4>\r\n[/et_pb_text][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nKarstuntie 6\r\n08100 Lohja\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n0443691469\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<a href=\"mailto:misha.lindvall@edu.lohja.fi\">misha.lindvall@edu.lohja.fi</a>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text module_class=\"ally-right\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2 class=\"no-line\">Ota yhteyttä</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_class=\"ally-contact-form ally-right\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköpostiosoite\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Footer Layout','','publish','closed','closed','','ally-footer','','','2018-08-28 19:14:58','2018-08-28 19:14:58','',0,'http://ally.divilover.com/et_pb_layout/ally-footer/',0,'et_pb_layout','',0),(292,1,'2017-04-10 08:38:57','2017-04-10 08:38:57','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"||0px|\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"on\" border_color=\"#000000\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-contact-form-dark\" form_field_font_size=\"16\"]\n\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\n\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Contact Form Sample','','publish','closed','closed','','ally-contact-form-in-pop-up','','','2017-04-10 08:38:57','2017-04-10 08:38:57','',0,'http://ally.divilover.com/et_pb_layout/ally-contact-form-in-pop-up/',0,'et_pb_layout','',0),(643,1,'2017-04-10 09:53:25','2017-04-10 09:53:25','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" custom_padding=\"0px|0px||0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" gutter_width=\"1\" custom_margin=\"|0px||0px\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Follow Us%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||20px|\"]\n<h3 style=\"font-size: 1.4em;\">Follow Us</h3>\n[/et_pb_text][et_pb_social_media_follow admin_label=\"Social Media Follow\" link_shape=\"rounded_rectangle\" background_layout=\"light\" url_new_window=\"off\" follow_button=\"off\"] [et_pb_social_media_follow_network social_network=\"facebook\" url=\"#\" skype_action=\"call\" bg_color=\"#000000\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" url=\"#\" skype_action=\"call\" bg_color=\"#000000\"] Twitter [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"#\" skype_action=\"call\" bg_color=\"#000000\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" url=\"#\" skype_action=\"call\" bg_color=\"#000000\"] LinkedIn [/et_pb_social_media_follow_network] [/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_class=\"ally-gradient-overlay\" custom_padding=\"0px|0px|0px|0px\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" padding_mobile=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"20px|20px|20px|20px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Free Consultation%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||20px|\"]\n<h3 style=\"font-size: 1.4em;\">Free Consultation</h3>\nBook a free, one hour consultation to discuss your project.\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Book Now%22\" button_url=\"/contact-us\" url_new_window=\"off\" button_text=\"Book Now\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Sidebar Layout','','publish','closed','closed','','sidebar-call-to-action','','','2017-04-10 09:53:25','2017-04-10 09:53:25','',0,'http://ally.divilover.com/et_pb_layout/sidebar-call-to-action/',0,'et_pb_layout','',0),(1029,1,'2017-04-24 19:18:04','2017-04-24 19:18:04','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Pricing Tables%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Pricing Tables</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg2.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_class=\"ally-gradient-overlay\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_4\"][et_pb_pricing_tables admin_label=\"Pricing Table\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" currency_frequency_font_size=\"20px\" background_color=\"#f1f1f1\"] [et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_url=\"#\" button_text=\"Book Now\" /] [/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_pricing_tables admin_label=\"Pricing Table\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" currency_frequency_font_size=\"20px\" background_color=\"#f1f1f1\"] [et_pb_pricing_table featured=\"off\" title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Book Now\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /] [/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_pricing_tables admin_label=\"Pricing Table\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" currency_frequency_font_size=\"20px\"] [et_pb_pricing_table featured=\"off\" title=\"Premium\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Book Now\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" subtitle=\"BEST VALUE\" price_line_height=\"90px\" price_line_height_tablet=\"90px\" price_line_height_phone=\"90px\" /] [/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_pricing_tables admin_label=\"Pricing Table\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" currency_frequency_font_size=\"20px\" background_color=\"#f1f1f1\"] [et_pb_pricing_table featured=\"off\" title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Book Now\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /] [/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_pricing_tables admin_label=\"Pricing Tables\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\"] [et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 10GB Storage\n+ All Themes\n+ Access to Tutorials\n- Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 50GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Premium\" subtitle=\"Best Value\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 100GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ Unlimited Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n+ White Label[/et_pb_pricing_table] [/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Pricing Tables - Page Layout','','publish','closed','closed','','ally-pricing-tables-page-layout','','','2017-04-24 19:18:04','2017-04-24 19:18:04','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-pricing-tables-page-layout/',0,'et_pb_layout','',0),(1030,1,'2017-04-24 19:18:25','2017-04-24 19:18:25','<p>[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Counters%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]</p><h1 class=\"ally-lines\">Counters</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bar-counter\" title_font=\"|on||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" title_text_color=\"#000000\" percent_font=\"|on|||\" percent_font_size=\"14\"]</p><p>[et_pb_counter percent=\"64\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"75\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"98\"] Sample Bar Counter [/et_pb_counter]</p><p>[/et_pb_counters][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%128%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%361%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Ally - Counters - Page Layout','','publish','closed','closed','','ally-counters-page-layout','','','2017-04-24 19:18:25','2017-04-24 19:18:25','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-counters-page-layout/',0,'et_pb_layout','',0),(123550,1,'2018-07-16 19:01:31','2018-07-16 19:01:31','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Hero Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"13vw||0|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px|||\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" prev_background_color=\"#ffffff\"][et_pb_row admin_label=\"Hero Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||10vw|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"Bungee||||||||\" header_font_size=\"80px\" header_line_height=\"1.4em\" header_2_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" header_font_size_tablet=\"40px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h1>Someron laaturappaus</h1>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"] Kaksi rappausta yhden hinnalla - ensimmäisen epäonnistuessa tarjoamme jälkimmäisen kaupan päälle. Someron laaturappaus (SoLa) on osa Cleanest Group Oy tuoteperhettä.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"CTA Area\" _builder_version=\"3.25\" background_color=\"#ffffff\" width=\"90%\" max_width=\"90%\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"20%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" locked=\"off\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#0072ff\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa ilmainen arviointikäynti\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"40px|10%|40px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" locked=\"off\"] Soita: <a style=\"white-space: nowrap;\" href=\"el:123456789\">0-800-pete-betoni</a>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg\" background_size=\"initial\" module_alignment=\"right\" custom_padding=\"120px||120px|\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Pumppurappaus - ylivoimainen vaihtoehto laattapohjien rappauksiin</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Olemme erikoistuneet linjasaneerauksien laattapohjien rappauksiin <strong>SAINT-GOBAIN WEBER OY AB</strong>:n valmistamilla pikalaasteilla.\r\n\r\nKäytämme tuotannossamme korkeapainepumppaustekniikkaa yhdessä automatisoidun prosessin kanssa. Laasti pumpataan kohteeseen suoraan kuorma-autosta. Tehokas tuotantomme merkitsee <strong>edullisempia hintoja asiakkaillemme</strong>.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" _builder_version=\"3.25\" custom_margin=\"10px|||\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Lujuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Pumppurappaus -menetelmällä saavutetaan laasteille erinomainen tartunta alustaan ja sisäinen lujuus, joka ylittää reilusti vedeneristeiden vaatiman 0,5 N/mm<sup>2</sup> -tason. Valvomme tuotantoamme mm. suorittamalla vetokokeita.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Tasaisuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Jälkityöstämme ruiskutetun ja linjatun rappauspinnan vedeneristeelle riittävän tasaiseksi ja huokosettomaksi. Erillinen tasoitus ja tasoituksen alle tuleva pohjustus ovat tarpeettomia. Asiakkaamme säästävät näin aikaa ja selvää rahaa.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Suoruus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Pinnan suoruus on laatoittajan kannalta oleellinen tekijä. Suoran ja tasaisen Pumppurappauksen jälkeen vedeneristys- ja laatoitustyöt voivat alkaa luotettavasti suunniteltuna ajankohtana ilman aikaa vieviä jälkitöitä. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" _builder_version=\"3.25\" custom_margin=\"10px|||\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Kuivuminen\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Käyttämämme Weber-pikalaastit kuivuvat nopeasti, jopa kahdessa vuorokaudessa. Vedeneristystyöt voidaan tarvittaessa aloittaa pian Pumppurappaustyön jälkeen.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Täytöt\" button_url=\"#\" button_text=\"Lue lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Nopeasti reagoiva laasti mahdollistaa useiden rappauskerrosten tekemisen märkää-märälle-\r\nmenetelmällä.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Nopeus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Asiakkaamme pääsevät aloittamaan laattapohjien oikaisun jälkeiset työvaiheet aikaisemmin. Pumppurappaamalla valmistuu 8 kylpyhuonetta kahdessa työpäivässä.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Muut palvelut\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"About Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"13vw||13vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\"][et_pb_row admin_label=\"About Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_width_left=\"10px\" border_color_left=\"#ff5400\"]<h2><span style=\"font-size: x-large;\">Tilaa ilmainen arviointikäynti ja remonttisuunnitelma</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Järjestämme mielellämme tutustumiskäynnin työmaille, joille olemme etukäteen pyytäneet vierailu- ja esittelyluvan uusille asiakkaillemme. [/et_pb_text][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" custom_padding=\"30px|||\" form_background_color=\"#ffffff\" locked=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viestisi\" field_title=\"Viestisi\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recent Work\" _builder_version=\"3.22\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Pumppurappauksen työvaiheet</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Linjasaneeraukset ja laattapohien saneeraukset valmiiksi kahdessa työpäivässä.\r\nTyövaiheita on vain kolme.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_tabs active_tab_background_color=\"#ffffff\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.10\" body_font=\"||||||||\" body_text_align=\"left\" body_font_size=\"16px\" body_line_height=\"1.8em\" tab_font=\"Bungee|700||on|||||\" tab_letter_spacing=\"2px\" tab_line_height=\"3em\" custom_padding=\"60px|40px|60px|40px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" border_width_all=\"0px\" border_color_all=\"#0072ff\" border_width_top=\"10px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\"][et_pb_tab title=\"PRIMEROINTI JA JOHTEIDEN ASENNUS\" _builder_version=\"3.10\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<iframe src=\"https://www.youtube.com/embed/PZLHCiIOuRs?list=PLZP0D9i4Nkjx2Pexci1hvrMv9BmjOBz5m\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/et_pb_tab][et_pb_tab title=\"RAPPAUS\" _builder_version=\"3.2\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg\" />\r[/et_pb_tab][et_pb_tab title=\"LAADUNVARMISTUS JA LUOVUTUS\" _builder_version=\"3.10\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg\" />\r[/et_pb_tab][/et_pb_tabs][et_pb_code _builder_version=\"3.10\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"Client Testimonials Section\" _builder_version=\"3.22\" background_color=\"#0072ff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png\" background_size=\"initial\" background_position=\"top_right\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"5vw||5vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row admin_label=\"Client Testimonials Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ffffff\" border_width_left=\"10px\"]<h2>asiakkailta ja yhteistyökumppaneilta</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonials\" _builder_version=\"3.25\" custom_margin=\"10px|||\" custom_padding=\"23.21875px|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\"]“Laaturappaus on bing. Saimme korvaamatonta apua keskikokoisen muurimme rakennustyössä.”\r\n\r\n<b>Donald Trump</b>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.10\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" locked=\"off\"] <span style=\"font-size: 18px;\">\"Työnjälki oli mielestäni hieman niin ja näin. Otamme ammattilaisen seuraavalle kerralla. Hyvä yritys silti.\"</span>\r\n\r\n<b style=\"font-size: 18px;\">Tiina Jokila</b>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" locked=\"off\"]“Hirmuisen komeita työmiehiä.\r\nUpeita uniformuja. xoxoxo.”\r\n\r\n<strong>Nimetön/\r\n</strong><strong>Tekstaripalsta</strong>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Why Choose Us Section\" _builder_version=\"3.22\" background_size=\"initial\" background_position=\"bottom_right\" module_alignment=\"right\" custom_margin=\"||||false\" custom_padding=\"120px||120px||true\" locked=\"off\"][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Miksi valita meidät?</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Features\" _builder_version=\"3.25\" custom_margin=\"10px|||\" custom_padding=\"25.609375px|0px|25px|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"tehokkuus\" use_icon=\"on\" font_icon=\"%%277%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\"] Laaturappaus on markkinoiden ylivoimaisesti tehokkain tapa suorittaa laattapohjien rappaukset\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"edullisuus\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Käyttämämme menetelmän avulla säästät sekä aikaa, että rahaa. Täydellinen Win-Win-tilanne.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"laatutakuu\" use_icon=\"on\" font_icon=\"%%147%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.106\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Suoritamme jatkuvaa laaduntarkkailua ja annamme työllemme 100 prosenttisen laatutakuun.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Footer Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||13vw|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"||120px|\" bottom_divider_style=\"asymmetric4\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" next_background_color=\"#ffffff\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Area\" _builder_version=\"3.25\" background_color=\"#ff5400\" width=\"90%\" max_width=\"90%\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"0px||0px|\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"40px|10%|40px|10%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"35px|70px|25px|70px\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" locked=\"off\"] olemme paikalla 24/7!\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lähetä sähköpostia\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#ff5400\" button_border_width=\"12px\" button_border_color=\"#ff5400\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"CTA Area\" _builder_version=\"3.25\" custom_margin=\"10vw|||\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Kiinnostuitko? Soita ja suunnitellaan yhdessä projektisi laatutakuulla.\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"1.8em\" link_font=\"Bungee||||||||\" link_text_color=\"#ffffff\" link_font_size=\"30px\" link_letter_spacing=\"4px\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px|\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"on|desktop\"] asiakaspalvelu: <a style=\"white-space: nowrap;\" href=\"el:123456789\">o-800-pete-betoni</a>\r[/et_pb_text][et_pb_button button_text=\"Tutustu palveluihin\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Social Media Links\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"3.2\" custom_margin=\"|||\" custom_padding=\"|||\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"7px\" border_color_all=\"#6c717c\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Someron laaturappaus','','private','closed','closed','','someronlaaturappaus','','','2021-08-18 11:39:57','2021-08-18 11:39:57','',0,'http://lukuverkosto.fi/home/?page_id=123550',0,'page','',0),(123551,1,'2018-07-16 18:59:42','2018-07-16 18:59:42','[et_pb_section bb_built=\"1\" admin_label=\"Hero Section\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|phone\" custom_padding=\"13vw||0|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px|||\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"2%\" next_background_color=\"#ffffff\"][et_pb_row admin_label=\"Hero Area\" custom_margin=\"||10vw|\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"Bungee||||||||\" header_font_size=\"80px\" header_font_size_tablet=\"40px\" header_font_size_last_edited=\"on|tablet\" header_line_height=\"1.4em\" header_2_font=\"||||||||\" border_color_all=\"#ff5400\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h1>Someron laaturappaus</h1>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"] Kaksi rappausta yhden hinnalla - ensimmäisen epäonnistuessa tarjoamme jälkimmäisen kaupan päälle. Someron laaturappaus (SoLa) on osa Cleanest Group Oy tuoteperhettä.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"CTA Area\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#0072ff\" padding_top_2=\"40px\" padding_right_2=\"10%\" padding_bottom_2=\"40px\" padding_left_2=\"10%\" _builder_version=\"3.2\" background_color=\"#ffffff\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"20%\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_button button_text=\"Tilaa ilmainen arviointikäynti\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Soita: <a style=\"white-space: nowrap;\" href=\"el:123456789\">0-800-pete-betoni</a>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.2\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg\" background_size=\"initial\" module_alignment=\"right\" custom_padding=\"120px||120px|\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappaus - ylivoimainen vaihtoehto laattapohjien rappauksiin</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Olemme erikoistuneet linjasaneerauksien laattapohjien rappauksiin <strong>SAINT-GOBAIN WEBER OY AB</strong>:n valmistamilla pikalaasteilla.\r\n\r\nKäytämme tuotannossamme korkeapainepumppaustekniikkaa yhdessä automatisoidun prosessin kanssa. Laasti pumpataan kohteeseen suoraan kuorma-autosta. Tehokas tuotantomme merkitsee <strong>edullisempia hintoja asiakkaillemme</strong>.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" custom_margin=\"10px|||\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\"][et_pb_cta title=\"Lujuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"] Pumppurappaus -menetelmällä saavutetaan laasteille erinomainen tartunta alustaan ja sisäinen lujuus, joka ylittää reilusti vedeneristeiden vaatiman 0,5 N/mm<sup>2</sup> -tason. Valvomme tuotantoamme mm. suorittamalla vetokokeita.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_cta title=\"Tasaisuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"] Jälkityöstämme ruiskutetun ja linjatun rappauspinnan vedeneristeelle riittävän tasaiseksi ja huokosettomaksi. Erillinen tasoitus ja tasoituksen alle tuleva pohjustus ovat tarpeettomia. Asiakkaamme säästävät näin aikaa ja selvää rahaa.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_cta title=\"Suoruus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"] Pinnan suoruus on laatoittajan kannalta oleellinen tekijä. Suoran ja tasaisen Pumppurappauksen jälkeen vedeneristys- ja laatoitustyöt voivat alkaa luotettavasti suunniteltuna ajankohtana ilman aikaa vieviä jälkitöitä. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" custom_margin=\"10px|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\"][et_pb_cta title=\"Kuivuminen\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\"] Käyttämämme Weber-pikalaastit kuivuvat nopeasti, jopa kahdessa vuorokaudessa. Vedeneristystyöt voidaan tarvittaessa aloittaa pian Pumppurappaustyön jälkeen.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_cta title=\"Täytöt\" button_url=\"#\" button_text=\"Lue lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"] Nopeasti reagoiva laasti mahdollistaa useiden rappauskerrosten tekemisen märkää-märälle-\r\nmenetelmällä.\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_cta title=\"Nopeus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.10\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\nAsiakkaamme pääsevät aloittamaan laattapohjien oikaisun jälkeiset työvaiheet aikaisemmin. Pumppurappaamalla valmistuu 8 kylpyhuonetta kahdessa työpäivässä.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_text=\"Muut palvelut\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About Section\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"13vw||13vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\"][et_pb_row admin_label=\"About Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_width_left=\"10px\" border_color_left=\"#ff5400\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2><span style=\"font-size: x-large;\">Tilaa ilmainen arviointikäynti ja remonttisuunnitelma</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.10\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Järjestämme mielellämme tutustumiskäynnin työmaille, joille olemme etukäteen pyytäneet vierailu- ja esittelyluvan uusille asiakkaillemme. [/et_pb_text][et_pb_contact_form captcha=\"off\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.10\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" custom_padding=\"30px|||\" locked=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viestisi\" field_title=\"Viestisi\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Recent Work\" _builder_version=\"3.2\" prev_background_color=\"#000000\" next_background_color=\"#0072ff\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Pumppurappauksen työvaiheet</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Linjasaneeraukset ja laattapohien saneeraukset valmiiksi kahdessa työpäivässä.\r\nTyövaiheita on vain kolme.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.10\" module_alignment=\"center\"][et_pb_column type=\"4_4\"][et_pb_tabs active_tab_background_color=\"#ffffff\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.10\" tab_font=\"Bungee|700||on|||||\" tab_letter_spacing=\"2px\" tab_line_height=\"3em\" body_font=\"||||||||\" body_text_align=\"left\" body_font_size=\"16px\" body_line_height=\"1.8em\" border_width_all=\"0px\" border_color_all=\"#0072ff\" border_width_top=\"10px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" custom_padding=\"60px|40px|60px|40px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_tab title=\"PRIMEROINTI JA JOHTEIDEN ASENNUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<iframe src=\"https://www.youtube.com/embed/PZLHCiIOuRs?list=PLZP0D9i4Nkjx2Pexci1hvrMv9BmjOBz5m\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/et_pb_tab][et_pb_tab title=\"RAPPAUS\" _builder_version=\"3.2\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg\" />\r\n[/et_pb_tab][et_pb_tab title=\"LAADUNVARMISTUS JA LUOVUTUS\" _builder_version=\"3.10\" tab_font=\"||||||||\" body_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg\" />\r\n[/et_pb_tab][/et_pb_tabs][et_pb_code _builder_version=\"3.10\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Client Testimonials Section\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.0.106\" background_color=\"#0072ff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png\" background_size=\"initial\" background_position=\"top_right\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"5vw||5vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row admin_label=\"Client Testimonials Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.2\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ffffff\" border_width_left=\"10px\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>asiakkailta ja yhteistyökumppaneilta</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonials\" custom_padding=\"23.21875px|0px|0|0px|false|false\" custom_margin=\"10px|||\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\"]\r\n\r\n“Laaturappaus on bing. Saimme korvaamatonta apua keskikokoisen muurimme rakennustyössä.”\r\n\r\n<b>Donald Trump</b>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.10\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"] <span style=\"font-size: 18px;\">\"Työnjälki oli mielestäni hieman niin ja näin. Otamme ammattilaisen seuraavalle kerralla. Hyvä yritys silti.\"</span>\r\n\r\n<b style=\"font-size: 18px;\">Tiina Jokila</b>\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" locked=\"off\"]\r\n\r\n“Hirmuisen komeita työmiehiä.\r\nUpeita uniformuja. xoxoxo.”\r\n\r\n<strong>Nimetön/\r\n</strong><strong>Tekstaripalsta</strong>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Why Choose Us Section\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"bottom_right\" module_alignment=\"right\" custom_margin=\"||||false\" custom_padding=\"120px||120px||true\" locked=\"off\" prev_background_color=\"#0072ff\" next_background_color=\"#000000\"][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.0.106\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.106\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_font_size_tablet=\"30px\" header_2_font_size_last_edited=\"on|tablet\" header_2_line_height=\"1.4em\" border_color_all=\"#ff5400\" border_width_left=\"10px\" custom_margin=\"|||-40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n<h2>Miksi valita meidät?</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Features\" custom_padding=\"25.609375px|0px|25px|0px|false|false\" custom_margin=\"10px|||\" _builder_version=\"3.0.106\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"tehokkuus\" use_icon=\"on\" font_icon=\"%%277%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\"] Laaturappaus on markkinoiden ylivoimaisesti tehokkain tapa suorittaa laattapohjien rappaukset\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"edullisuus\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Käyttämämme menetelmän avulla säästät sekä aikaa, että rahaa. Täydellinen Win-Win-tilanne.\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"laatutakuu\" use_icon=\"on\" font_icon=\"%%147%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.106\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Suoritamme jatkuvaa laaduntarkkailua ja annamme työllemme 100 prosenttisen laatutakuun.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer Section\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||13vw|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"||120px|\" bottom_divider_style=\"asymmetric4\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" prev_background_color=\"#ffffff\"][et_pb_row admin_label=\"Footer Area\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#ffffff\" padding_top_1=\"40px\" padding_right_1=\"10%\" padding_bottom_1=\"40px\" padding_left_1=\"10%\" _builder_version=\"3.2\" background_color=\"#ff5400\" module_alignment=\"right\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"35px|70px|25px|70px\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] olemme paikalla 24/7!\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button button_text=\"Lähetä sähköpostia\" button_alignment=\"center\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#ff5400\" button_border_width=\"12px\" button_border_color=\"#ff5400\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"CTA Area\" custom_margin=\"10vw|||\" _builder_version=\"3.2\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Kiinnostuitko? Soita ja suunnitellaan yhdessä projektisi laatutakuulla.\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" text_font=\"|900||on|||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"1.8em\" link_font=\"Bungee||||||||\" link_text_color=\"#ffffff\" link_font_size=\"30px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"on|desktop\" link_letter_spacing=\"4px\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px|\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"] asiakaspalvelu: <a style=\"white-space: nowrap;\" href=\"el:123456789\">o-800-pete-betoni</a>\r\n[/et_pb_text][et_pb_button button_text=\"Tutustu palveluihin\" _builder_version=\"3.10\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Social Media Links\" _builder_version=\"3.0.106\"][et_pb_column type=\"4_4\"][et_pb_social_media_follow _builder_version=\"3.2\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"7px\" border_color_all=\"#6c717c\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Someron laaturappaus','','inherit','closed','closed','','123550-revision-v1','','','2018-07-16 18:59:42','2018-07-16 18:59:42','',123550,'http://lukuverkosto.fi/home/uncategorized/123550-revision-v1/',0,'revision','',0),(123561,1,'2018-07-17 17:19:53','2018-07-17 17:19:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\" background_video_webm=\"https://youtu.be/4P1zgf9kGTg\" background_video_pause_outside_viewport=\"off\" background_video_mp4=\"https://youtu.be/iGpuQ0ioPrM\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][et_pb_slide heading=\"Let\'s Get Digital\" button_text=\"Click Here\" _builder_version=\"3.10.1\"][/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][/et_pb_fullwidth_slider][/et_pb_section]','Divi','','publish','closed','closed','','divi','','','2018-07-17 17:22:58','2018-07-17 17:22:58','',0,'http://lukuverkosto.fi/home/?page_id=123561',0,'page','',0),(123562,1,'2018-07-17 15:27:56','2018-07-17 15:27:56','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','Divi','','inherit','closed','closed','','123561-revision-v1','','','2018-07-17 15:27:56','2018-07-17 15:27:56','',123561,'http://lukuverkosto.fi/home/uncategorized/123561-revision-v1/',0,'revision','',0),(124074,1,'2020-03-22 15:17:10','2020-03-22 15:17:10','','iKoe MINI (2)','','inherit','open','closed','','ikoe-mini-2','','','2020-03-22 15:17:10','2020-03-22 15:17:10','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/03/iKoe-MINI-2.png',0,'attachment','image/png',0),(123582,1,'2018-07-19 07:54:59','2018-07-19 07:54:59','','One Click Demo Import - log_file_2018-07-19__07-54-59','','inherit','open','closed','','one-click-demo-import-log_file_2018-07-19__07-54-59','','','2018-07-19 07:54:59','2018-07-19 07:54:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/log_file_2018-07-19__07-54-59.txt',0,'attachment','text/plain',0),(123575,1,'2018-07-17 17:22:58','2018-07-17 17:22:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\" background_video_webm=\"https://youtu.be/4P1zgf9kGTg\" background_video_pause_outside_viewport=\"off\" background_video_mp4=\"https://youtu.be/iGpuQ0ioPrM\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][et_pb_slide heading=\"Let\'s Get Digital\" button_text=\"Click Here\" _builder_version=\"3.10.1\"][/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][/et_pb_fullwidth_slider][/et_pb_section]','Divi','','inherit','closed','closed','','123561-revision-v1','','','2018-07-17 17:22:58','2018-07-17 17:22:58','',123561,'http://lukuverkosto.fi/home/uncategorized/123561-revision-v1/',0,'revision','',0),(123571,1,'2018-07-17 17:19:53','2018-07-17 17:19:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\" background_video_pause_outside_viewport=\"off\" background_video_webm=\"https://youtu.be/4P1zgf9kGTg\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][et_pb_slide heading=\"Let\'s Get Digital\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][/et_pb_fullwidth_slider][/et_pb_section]','Divi','','inherit','closed','closed','','123561-revision-v1','','','2018-07-17 17:19:53','2018-07-17 17:19:53','',123561,'http://lukuverkosto.fi/home/uncategorized/123561-revision-v1/',0,'revision','',0),(123569,1,'2018-07-17 17:04:42','2018-07-17 17:04:42','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][et_pb_slide heading=\"Let\'s Get Digital\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Divi','','inherit','closed','closed','','123561-revision-v1','','','2018-07-17 17:04:42','2018-07-17 17:04:42','',123561,'http://lukuverkosto.fi/home/uncategorized/123561-revision-v1/',0,'revision','',0),(123570,1,'2018-07-17 17:05:40','2018-07-17 17:05:40','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.10.1\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\"][et_pb_slide heading=\"Let\'s Get Digital\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"3.10.1\"]Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.10.1\"][et_pb_fullwidth_slider _builder_version=\"3.10.1\" /][/et_pb_section]','Divi','','inherit','closed','closed','','123561-revision-v1','','','2018-07-17 17:05:40','2018-07-17 17:05:40','',123561,'http://lukuverkosto.fi/home/uncategorized/123561-revision-v1/',0,'revision','',0),(123577,1,'2018-07-17 17:39:41','2018-07-17 17:39:41','','Ink in Water Background (720p)','','inherit','open','closed','','ink-in-water-background-720p','','','2018-07-17 17:39:41','2018-07-17 17:39:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Ink-in-Water-Background-720p.mp4',0,'attachment','video/mp4',0),(1204,1,'2017-04-29 19:26:29','2017-04-29 19:26:29','','sample-image4','','inherit','open','closed','','sample-image4','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg',0,'attachment','image/jpeg',0),(1205,1,'2017-04-29 19:26:29','2017-04-29 19:26:29','','sample-image5','','inherit','open','closed','','sample-image5','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image5.jpg',0,'attachment','image/jpeg',0),(1206,1,'2017-04-29 19:26:30','2017-04-29 19:26:30','','sample-image6','','inherit','open','closed','','sample-image6','','','2018-07-19 07:55:44','2018-07-19 07:55:44','',1066,'http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image6.jpg',0,'attachment','image/jpeg',0),(1036,1,'2017-04-24 19:20:03','2017-04-24 19:20:03','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Blurbs%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Blurbs</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 1%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 1</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"30px|0px|0px|0px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multipurpose\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Pixel-perfect\" use_icon=\"on\" font_icon=\"%%14%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-top\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Clean &amp; Elegant\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" module_id=\"about\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 2%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 2</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-bottom equal-height\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-right equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 3%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 3</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|desktop\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|desktop\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 &amp; Gradient Icon\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur arcu erat.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 &amp; Gradient Icon\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur arcu erat.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text %22Style 4%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3>Style 4</h3>\n[/et_pb_text][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>Phone</strong>\n00 123 456 789\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>E-mail</strong>\nyour@email.com\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>Location</strong>\nOlsztyn, Poland\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text %22Gradient Icon%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Gradient Icons</h3>\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" custom_padding=\"0px|||\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%281%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%279%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%237%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" custom_padding=\"0px|||\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%156%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 5%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 5</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_color=\"#000000\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Blurbs - Page Layout','','publish','closed','closed','','ally-blurbs-page-layout','','','2017-04-24 19:20:03','2017-04-24 19:20:03','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurbs-page-layout/',0,'et_pb_layout','',0),(1037,1,'2017-04-24 19:20:20','2017-04-24 19:20:20','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|phone\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-hasitall.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"300px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Easy edits with Theme Customizer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Easy edits with Theme Customizer</h2>\nYou can <strong>easily make changes</strong> to your website using Theme Customizer. Change colors of the gradient overlays, set the look of custom Call To Action menu item and more.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fullscreen Slider%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fullscreen Slider</h2>\nWelcome your visitors with a full-screen image or video. It doesn\'t have to be one image - it is a slider! You can display an image / logo that stays on top of each slide. It has custom animated scroll down arrow added for better navigation.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Hover me!\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image1.jpg\" custom_padding=\"40px|40px|40px|40px\" custom_padding_last_edited=\"on|phone\" font_icon=\"%%141%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fun Tilt Hover Effect%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fun Tilt Hover Effect</h2>\nYou can use this effect on any module! Simply add a class of <strong>ally-tilt</strong> in Custom CSS tab and admire the effect. Just don\'t use it too much - remember \"less is more\". It is a hover effect - so it only works on desktop.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22CTA Menu Item%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>CTA Menu Item with Widget-Ready Popup</h2>\nYou can set the look of Call To Action Menu Item in Theme Customizer. And Popup is widget-ready. Thanks to Divi Widget Builder (by SJ James) you can <strong>add any module or layout from Divi Library </strong>to the Popup area.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Follow-the-mouse Overlay%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Follow-the-mouse Overlay Effect</h2>\nDirection aware overlay effect is used on portfolio and gallery module. The overlay will slide in and slide out, following your mouse movement. It is fun and different.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Category &amp; Archive Pages Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Category &amp; Archive Pages Styling</h2>\nDivi blog doesn\'t have to look boring. Ally has built in custom styling for all the standard blog pages - <strong>archive, category, author and search result pages</strong>. Ally also extends wordpress \"Recent Posts Widget\" with each post thumbnail. You can also add any Divi Layout to sidebar.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Simple One Click Install%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Simple One Click Install</h3>\nAlly features a <strong>one click demo content installation</strong> to get your site looking like the demo in no time.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Widget Area Before the Footer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Widget Area Before the Footer</h3>\nYou can design your footer with Divi Page Builder and choose to show it on every page (using Divi Widget Builder). There is no need to add a global section to each page and post.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fly-In Animations%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Fly-In Animations</h3>\nYou can easily animate any module on scroll down and scroll up. Just add a custom CSS class of <strong>ally-left</strong>, <strong>ally-right</strong>, <strong>ally-bottom</strong>, <strong>ally-top</strong> or <strong>ally-fade</strong>.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Divi Modules Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Divi Modules Styling</h3>\nAlly features multiple pre-styled modules. Several version of Blurbs and many others. Just pick &amp; choose the ones that suit your project.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Features - Page Layout','','publish','closed','closed','','ally-features-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-features-page-layout/',0,'et_pb_layout','',0),(1038,1,'2017-04-24 19:20:35','2017-04-24 19:20:35','<p>[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Blog%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]</p><h1>Our Blog</h1><p><strong class=\"ally-lines\">TIPS &amp; TRICKS TO HELP YOU GROW YOUR BUSINESS</strong></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" gutter_width=\"1\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_post_slider admin_label=\"Post Slider - Single Latest Post\" posts_number=\"1\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"off\" show_pagination=\"off\" show_more_button=\"on\" content_source=\"off\" use_manual_excerpt=\"off\" show_meta=\"off\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"on\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-post-slider\" top_padding=\"100px\" bottom_padding=\"100px\" header_font_size=\"44\" header_font_size_tablet=\"36\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" meta_font_size=\"17px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"6\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"1\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Ally - Blog Masonry - Page Layout','','publish','closed','closed','','ally-blog-masonry-page-layout','','','2017-04-24 19:20:35','2017-04-24 19:20:35','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blog-masonry-page-layout/',0,'et_pb_layout','',0),(1039,1,'2017-04-24 19:20:48','2017-04-24 19:20:48','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Blog%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Latest from the Blog</h1><p><strong class=\"ally-lines\">TIPS &amp; TRICKS FOR YOUR BUSINESS</strong></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog - List\" fullwidth=\"on\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_comments=\"on\" show_pagination=\"off\" offset_number=\"0\" use_overlay=\"on\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-list\" overlay_icon_color=\"#ffffff\" body_text_color=\"#000000\" hover_icon=\"%%376%%\"]\n\n\n\n[/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Blog List - Page Layout','','publish','closed','closed','','ally-blog-list-page-layout','','','2017-04-24 19:20:48','2017-04-24 19:20:48','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blog-list-page-layout/',0,'et_pb_layout','',0),(1040,1,'2017-04-24 19:21:07','2017-04-24 19:21:07','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>What we do best?</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Graphic Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Web Development\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Social Media\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|||\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Copywriting\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Strategy Planning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Virtual Assistant\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%373%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Projects%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h2>Latest Projects</h2>\n\n[/et_pb_text][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio 2\" fullwidth=\"off\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" module_class=\"ally-portfolio ally-portfolio2\" hover_icon=\"%%51%%\" title_font_size=\"26\" title_font_size_tablet=\"24\" title_font_size_last_edited=\"on|tablet\" title_line_height=\"1.2em\" include_categories=\"3,4\" title_text_color=\"#ffffff\" zoom_icon_color=\"#ffffff\"]\n\n\n\n[/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h3>Are you ready to start?</h3><p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\n\n\n\n[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Portfolio 2 - Page Layout','','publish','closed','closed','','ally-portfolio-2-page-layout','','','2017-04-24 19:21:07','2017-04-24 19:21:07','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-portfolio-2-page-layout/',0,'et_pb_layout','',0),(1041,1,'2017-04-24 19:21:27','2017-04-24 19:21:27','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Portfolio%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Portfolio</h1>\n<strong class=\"ally-lines\">SOME OF OUR LATEST PROJECTS</strong>\n\n[/et_pb_text][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" module_class=\"ally-portfolio\" hover_icon=\"%%15%%\" title_font_size=\"26\" title_font_size_tablet=\"24\" title_font_size_last_edited=\"on|tablet\" title_line_height=\"1.2em\" include_categories=\"3,4\"] [/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonials%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2 class=\"ally-lines\">Testimonials</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" module_class=\"ally-testimonial ally-left\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" module_class=\"ally-testimonial ally-right\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Portfolio 1 - Page Layout','','publish','closed','closed','','ally-portfolio-1-page-layout','','','2017-04-24 19:21:27','2017-04-24 19:21:27','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-portfolio-1-page-layout/',0,'et_pb_layout','',0),(1042,1,'2017-04-24 19:21:42','2017-04-24 19:21:42','<p>[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]</p><h1>F.A.Q.</h1><p><strong class=\"ally-lines\">Frequently Asked Questions</strong></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"0px|||\"][et_pb_column type=\"2_3\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" toggle_font_size=\"20\" module_class=\"ally-faq ally-left\"]</p><p>[et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item]</p><p>[/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Important Information\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]</p><p>Cras ultricies ligula sed magna dictum porta. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p><p>[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Important Information\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]</p><p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel.</p><p>[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Important Information\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]</p><p>Cras ultricies ligula sed magna dictum porta. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Sed porttitor lectus nibh.</p><p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_toggle admin_label=\"Toggle\" title=\"Is this a sample question about our service?\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" closed_toggle_text_color=\"#000000\"]</p><p><strong>Yes, it is!</strong></p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p><p>[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Is this a sample question about our service?\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" closed_toggle_text_color=\"#000000\"]</p><p><strong>Yes, it is!</strong></p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p><p>[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Is this a sample question about our service?\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" closed_toggle_text_color=\"#000000\"]</p><p><strong>Yes, it is!</strong></p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p><p>[/et_pb_toggle][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_color_1=\"#000000\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text %22Account Info%22\" background_layout=\"dark\" text_orientation=\"right\" background_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"20px|20px|20px|20px\" module_class=\"ally-gradient-bg\"]</p><h3 style=\"font-size: 1.8em;\">Account Info</h3><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" toggle_font_size=\"20\" module_class=\"ally-faq ally-left\" open_toggle_background_color=\"rgba(0,0,0,0)\"]</p><p>[et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item]</p><p>[/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_color_1=\"#000000\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text %22Billing &amp; Payment%22\" background_layout=\"dark\" text_orientation=\"right\" background_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"20px|20px|20px|20px\"]</p><h3 style=\"font-size: 1.8em;\">Billing &amp; Payment</h3><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" toggle_font_size=\"20\" module_class=\"ally-faq ally-left\" open_toggle_background_color=\"rgba(0,0,0,0)\"]</p><p>[et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item]</p><p>[/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]</p><h3>Any other questions?</h3><p><strong class=\"ally-lines\">CONTACT US TO GET YOUR ANSWERS</strong></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Ally - FAQ - Page Layout','','publish','closed','closed','','ally-faq-page-layout','','','2017-04-24 19:21:42','2017-04-24 19:21:42','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-faq-page-layout/',0,'et_pb_layout','',0),(1044,1,'2017-04-24 19:22:13','2017-04-24 19:22:13','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Contact Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Contact Us</h1>\n<strong class=\"ally-lines\">HOW CAN WE HELP YOU TODAY?</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/contact-bg.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Free Consultation%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2 class=\"ally-line\">Free Consultation</h2>\nBook a free, one hour consultation to deal with your issues.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"on\" border_color=\"#000000\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-contact-form-dark ally-booking\"] [et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_id=\"phone\" field_title=\"Phone Number\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /] [/et_pb_contact_form][et_pb_code admin_label=\"Code - change default %22submit%22 text on contact form\"]&lt;script type=\"text/javascript\"&gt; jQuery(document).ready(function(){ jQuery(\".ally-booking button.et_pb_contact_submit\").text(\"Book Now\"); }); &lt;/script&gt;[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Contact Us - Page Layout','','publish','closed','closed','','ally-contact-us-page-layout','','','2017-04-24 19:22:13','2017-04-24 19:22:13','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-contact-us-page-layout/',0,'et_pb_layout','',0),(1045,1,'2017-04-24 19:22:28','2017-04-24 19:22:28','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22Services%22 with subtitle\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Services</h1>\n<strong class=\"ally-lines\">IMPROVE YOUR BUSINESS WITH US</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" custom_padding=\"30px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Graphic Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-top\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Strategy Planning\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Copywriting\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Social Media\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Virtual Assistant\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" module_id=\"about\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Special Offer%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2 class=\"ally-lines\">Special Offer</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"35px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"30px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"30px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Packages &amp; Pricing%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2 class=\"ally-lines\">Packages &amp; Pricing</h2>\n[/et_pb_text][et_pb_pricing_tables admin_label=\"Pricing Tables\" show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\"] [et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 10GB Storage\n+ All Themes\n+ Access to Tutorials\n- Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 50GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Premium\" subtitle=\"Best Value\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 100GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ Unlimited Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n+ White Label[/et_pb_pricing_table] [/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"2_3\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" toggle_font_size=\"20\" module_class=\"ally-faq ally-left\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item] [/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Not sure which plan%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h3>Not sure which plan is for you?</h3>\n<strong class=\"ally-lines\">We\'re happy to help you choose</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Schedule a free Consultation%22\" button_url=\"/contact-us\" url_new_window=\"off\" button_text=\"Schedule a free Consultation\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Services - Page Layout','','publish','closed','closed','','ally-services-page-layout','','','2017-04-24 19:22:28','2017-04-24 19:22:28','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-services-page-layout/',0,'et_pb_layout','',0),(1171,1,'2017-04-24 19:19:14','2017-04-24 19:19:14','[et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Images &amp; Galleries%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h1 class=\"ally-lines\">Images &amp; Galleries</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Gallery</h3>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1215,1210,1205,1207,1214,1212,1208,1206\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Fullwidth Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||50px|\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3>Fullwidth Gallery</h3>\n<strong class=\"ally-lines\">With custom gutter width</strong>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1211,1204,1206,1212,1208,1213,1207,1214\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" zoom_icon_color=\"#ffffff\" hover_icon=\"%%108%%\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Image styles%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Image styles</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Gradient overlay%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Gradient overlay</strong>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"left\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Tilt hover effect%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Tilt hover effect</strong>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" animation_direction=\"bottom\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Overlay &amp; Tilt%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Overlay &amp; Tilt</strong>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" animation_direction=\"right\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Images & Galleries - Page Layout','','publish','closed','closed','','ally-images-galleries-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'https://divilover.com/import/ally/et_pb_layout/ally-images-galleries-page-layout/',0,'et_pb_layout','',0),(1046,1,'2017-04-24 19:22:43','2017-04-24 19:22:43','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22About Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>About Us</h1>\n<strong class=\"ally-lines\">WE WROK HARD TO EXCEED YOUR EXPECTATIONS</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin_last_edited=\"on|phone\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" animation_direction=\"left\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image3.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_direction=\"right\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Our Story%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Our Story</h2>\nCurabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\nPellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Team%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Our Team</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_team_member name=\"John C. Herman\" position=\"CEO\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Yamel Rosales\" position=\"Photographer\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person3.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|desktop\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">What we do best?</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%108%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%157%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%101%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"on\" gutter_width=\"3\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Some numbers%22\" background_layout=\"light\" text_orientation=\"right\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Some numbers</h2>\nCurabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\nPellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" custom_padding=\"80px|||\" custom_padding_tablet=\"40px|||\" custom_padding_last_edited=\"on|tablet\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Dolor Sit\" number=\"75\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_counters background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" title_text_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" title_font=\"|||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" module_class=\"ally-bar-counter\" border_color_all=\"#ffffff\" border_style_all=\"solid\" border_radii=\"0\"]\n\n[et_pb_counter percent=\"90\"]\n\nCurabitur arcu\n\n[/et_pb_counter][et_pb_counter percent=\"66\"]\n\nDolor Sit\n\n[/et_pb_counter][et_pb_counter percent=\"85\"]\n\nLorem ipsum\n\n[/et_pb_counter]\n\n[/et_pb_counters][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Latest from the Blog%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Latest from the Blog</h3>\n\n[/et_pb_text][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"0\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - About Us - Page Layout','','publish','closed','closed','','ally-about-us-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-about-us-page-layout/',0,'et_pb_layout','',0),(123585,1,'2017-04-24 19:22:43','2017-04-24 19:22:43','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22About Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>About Us</h1>\n<strong class=\"ally-lines\">WE WROK HARD TO EXCEED YOUR EXPECTATIONS</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin_last_edited=\"on|phone\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" animation_direction=\"left\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image3.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_direction=\"right\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Our Story%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Our Story</h2>\nCurabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\nPellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Team%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Our Team</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_team_member name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Yamel Rosales\" position=\"Photographer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|desktop\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">What we do best?</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%108%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%157%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%101%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"on\" gutter_width=\"3\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Some numbers%22\" background_layout=\"light\" text_orientation=\"right\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Some numbers</h2>\nCurabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\nPellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" custom_padding=\"80px|||\" custom_padding_tablet=\"40px|||\" custom_padding_last_edited=\"on|tablet\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Dolor Sit\" number=\"75\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_counters background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" title_text_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" title_font=\"|||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" module_class=\"ally-bar-counter\" border_color_all=\"#ffffff\" border_style_all=\"solid\" border_radii=\"0\"]\n\n[et_pb_counter percent=\"90\"]\n\nCurabitur arcu\n\n[/et_pb_counter][et_pb_counter percent=\"66\"]\n\nDolor Sit\n\n[/et_pb_counter][et_pb_counter percent=\"85\"]\n\nLorem ipsum\n\n[/et_pb_counter]\n\n[/et_pb_counters][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Latest from the Blog%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Latest from the Blog</h3>\n\n[/et_pb_text][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"0\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - About Us - Page Layout','','inherit','closed','closed','','1046-revision-v1','','','2017-04-24 19:22:43','2017-04-24 19:22:43','',1046,'http://lukuverkosto.fi/home/1046-revision-v1/',0,'revision','',0),(1047,1,'2017-04-24 19:23:07','2017-04-24 19:23:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullscreen Slider with gradient overlay\" saved_tabs=\"all\" show_arrows=\"off\" show_pagination=\"off\" auto=\"on\" auto_speed=\"6000\" auto_ignore_hover=\"on\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" module_class=\"ally-fullscreen-slider\" show_inner_shadow=\"off\" show_content_on_mobile=\"on\" show_cta_on_mobile=\"on\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\"]\n\n[et_pb_slide background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg2.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg3.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide]\n\n[/et_pb_fullwidth_slider][et_pb_fullwidth_image admin_label=\"Logo Image - in the center of the Fullscreen Slider\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-hasitall.png\" url=\"#about\" animation=\"off\" module_class=\"ally-fullscreen-logo\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Meet Ally%22\" text_orientation=\"center\" max_width=\"880px\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>Meet Ally</h1>\n<strong class=\"ally-lines\">DIVI CHILD THEME</strong>\n\nAlly is a multipurpose Divi Child Theme with elegant and modern look. It will work great for an any type of business. It is functional, includes multiple page layouts and is fully responsive - looks great on every device.\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Find out more%22\" button_url=\"/features\" button_text=\"Find out more\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"light\" custom_button=\"off\" button_icon_placement=\"right\" _builder_version=\"3.0.84\" animation_style=\"fade\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multipurpose\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Pixel-perfect\" use_icon=\"on\" font_icon=\"%%14%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"top\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Clean &amp; Elegant\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multiple Page Layouts\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Easy to customize\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"All images included\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image (665 x 365 px)\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/the_story.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"left\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22A Few Words%22\" background_layout=\"light\" max_width=\"600px\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"fade\"]\n\n<h2>A Few Words</h2>\n<p>Ally will allow you to quickly get a website up and running with minimal effort. The one-click importer will help you set it up in no time. After that, you can easily make it your own, by choosing the colors in Theme Customizer.</p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Read more%22\" button_url=\"/features\" button_text=\"Read more\" button_alignment=\"left\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" _builder_version=\"3.0.84\" animation_style=\"fade\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Services%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding_last_edited=\"off|desktop\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Services</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Features%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"off|desktop\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Features</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"20px|||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image (275 x 560 px)\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally_phone.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" image_max_width_tablet=\"50px\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Homepage - Page Layout','','publish','closed','closed','','ally-homepage-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-homepage-page-layout/',0,'et_pb_layout','',0),(123586,1,'2017-04-24 19:23:07','2017-04-24 19:23:07','[et_pb_section bb_built=\"1\" fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullscreen Slider with gradient overlay\" saved_tabs=\"all\" show_arrows=\"off\" show_pagination=\"off\" auto=\"on\" auto_speed=\"6000\" auto_ignore_hover=\"on\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" module_class=\"ally-fullscreen-slider\" show_inner_shadow=\"off\" show_content_on_mobile=\"on\" show_cta_on_mobile=\"on\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\"]\n\n[et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg2.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide]\n\n[/et_pb_fullwidth_slider][et_pb_fullwidth_image admin_label=\"Logo Image - in the center of the Fullscreen Slider\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-hasitall.png\" url=\"#about\" animation=\"off\" module_class=\"ally-fullscreen-logo\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Meet Ally%22\" text_orientation=\"center\" max_width=\"880px\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>Meet Ally</h1>\n<strong class=\"ally-lines\">DIVI CHILD THEME</strong>\n\nAlly is a multipurpose Divi Child Theme with elegant and modern look. It will work great for an any type of business. It is functional, includes multiple page layouts and is fully responsive - looks great on every device.\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Find out more%22\" button_url=\"/features\" button_text=\"Find out more\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"light\" custom_button=\"off\" button_icon_placement=\"right\" _builder_version=\"3.0.84\" animation_style=\"fade\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multipurpose\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Pixel-perfect\" use_icon=\"on\" font_icon=\"%%14%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"top\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Clean &amp; Elegant\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multiple Page Layouts\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Easy to customize\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"All images included\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image (665 x 365 px)\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/the_story.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"left\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22A Few Words%22\" background_layout=\"light\" max_width=\"600px\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"fade\"]\n\n<h2>A Few Words</h2>\n<p>Ally will allow you to quickly get a website up and running with minimal effort. The one-click importer will help you set it up in no time. After that, you can easily make it your own, by choosing the colors in Theme Customizer.</p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Read more%22\" button_url=\"/features\" button_text=\"Read more\" button_alignment=\"left\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" _builder_version=\"3.0.84\" animation_style=\"fade\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Services%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding_last_edited=\"off|desktop\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Services</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" module_class=\"ally-blurb2 equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"50px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Features%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"off|desktop\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Features</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"20px|||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"15%\"]\n\n<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image (275 x 560 px)\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally_phone.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"100px|||\" custom_margin_tablet=\"20px|||\" custom_margin_last_edited=\"on|phone\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" image_max_width_tablet=\"50px\" max_width_tablet=\"50px\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"15%\"]\n\n<p>Curabitur non ntulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Homepage - Page Layout','','inherit','closed','closed','','1047-revision-v1','','','2017-04-24 19:23:07','2017-04-24 19:23:07','',1047,'http://lukuverkosto.fi/home/1047-revision-v1/',0,'revision','',0),(1048,1,'2017-04-24 19:24:43','2017-04-24 19:24:43','[et_pb_fullwidth_slider admin_label=\"Fullscreen Slider with gradient overlay\" saved_tabs=\"all\" template_type=\"module\" show_arrows=\"off\" show_pagination=\"off\" auto=\"on\" auto_speed=\"6000\" auto_ignore_hover=\"on\" parallax=\"on\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" module_class=\"ally-fullscreen-slider\"] [et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg2.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide][et_pb_slide background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" background_position=\"top_left\" use_bg_overlay=\"on\" use_text_overlay=\"off\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\"] [/et_pb_slide] [/et_pb_fullwidth_slider]','Ally - Fullscreen Slider - Module','','publish','closed','closed','','ally-fullscreen-slider-module','','','2017-04-24 19:24:43','2017-04-24 19:24:43','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-fullscreen-slider-module/',0,'et_pb_layout','',0),(1050,1,'2017-04-24 19:25:28','2017-04-24 19:25:28','[et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multipurpose\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" saved_tabs=\"all\" template_type=\"module\" _builder_version=\"3.0.84\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb]','Ally - Blurb Style 1 - Module','','publish','closed','closed','','ally-blurb-style-1-module','','','2017-04-24 19:25:28','2017-04-24 19:25:28','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-1-module/',0,'et_pb_layout','',0),(1051,1,'2017-04-24 19:25:40','2017-04-24 19:25:40','[et_pb_blurb admin_label=\"Blurb - Style 2\" saved_tabs=\"all\" template_type=\"module\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"50px\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"24\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_tablet=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|tablet\" module_class=\"ally-blurb2 equal-height-blurb\" _builder_version=\"3.0.84\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.\n\n[/et_pb_blurb]','Ally - Blurb Style 2 - Module','','publish','closed','closed','','ally-blurb-style-2-module','','','2017-04-24 19:25:40','2017-04-24 19:25:40','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-2-module/',0,'et_pb_layout','',0),(1052,1,'2017-04-24 19:25:53','2017-04-24 19:25:53','[et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" saved_tabs=\"all\" template_type=\"module\" _builder_version=\"3.0.84\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb]','Ally - Blurb Style 3 - Module','','publish','closed','closed','','ally-blurb-style-3-module','','','2017-04-24 19:25:53','2017-04-24 19:25:53','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-3-module/',0,'et_pb_layout','',0),(1053,1,'2017-04-24 19:26:09','2017-04-24 19:26:09','[et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" url=\"/features\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|phone\" saved_tabs=\"all\" template_type=\"module\" _builder_version=\"3.0.84\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb]','Ally - Blurb Style 3 (icon on the left) - Module','','publish','closed','closed','','ally-blurb-style-3-icon-on-the-left-module','','','2017-04-24 19:26:09','2017-04-24 19:26:09','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-3-icon-on-the-left-module/',0,'et_pb_layout','',0),(1055,1,'2017-04-24 19:28:06','2017-04-24 19:28:06','[et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%264%%\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"left\" background_layout=\"light\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4\" body_font_size=\"18\" body_line_height=\"1.4em\" saved_tabs=\"all\" template_type=\"module\" _builder_version=\"3.0.84\"]\n\n<strong>Phone</strong>\n00 123 456 789\n\n[/et_pb_blurb]','Ally - Blurb Style 4 - Module','','publish','closed','closed','','ally-blurb-style-4-module','','','2017-04-24 19:28:06','2017-04-24 19:28:06','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-4-module/',0,'et_pb_layout','',0),(1056,1,'2017-04-24 19:28:16','2017-04-24 19:28:16','[et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" saved_tabs=\"all\" template_type=\"module\"]\n\n<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n[/et_pb_blurb]','Ally - Blurb Style 5 - Module','','publish','closed','closed','','ally-blurb-style-5-module','','','2017-04-24 19:28:16','2017-04-24 19:28:16','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-style-5-module/',0,'et_pb_layout','',0),(1057,1,'2017-04-24 19:28:32','2017-04-24 19:28:32','[et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%156%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" saved_tabs=\"all\" template_type=\"module\" /]','Ally - Blurb (just icon) - Module','','publish','closed','closed','','ally-blurb-just-icon-module','','','2017-04-24 19:28:32','2017-04-24 19:28:32','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-blurb-just-icon-module/',0,'et_pb_layout','',0),(1058,1,'2017-04-24 19:29:14','2017-04-24 19:29:14','[et_pb_testimonial saved_tabs=\"all\" template_type=\"module\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"light\" module_class=\"ally-testimonial\" _builder_version=\"3.0.84\" quote_icon_background_color=\"#f5f5f5\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial]','Ally - Testimonial - Module','','publish','closed','closed','','ally-testimonial-module','','','2017-04-24 19:29:14','2017-04-24 19:29:14','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-testimonial-module/',0,'et_pb_layout','',0),(1059,1,'2017-04-24 19:29:26','2017-04-24 19:29:26','[et_pb_slider admin_label=\"Testimonial Slider\" saved_tabs=\"all\" template_type=\"module\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" top_padding=\"40px\" top_padding_last_edited=\"on|tablet\" bottom_padding=\"40px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" header_font_size=\"36\" header_font_size_tablet=\"30\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|phone\" header_text_color=\"#000000\" body_font_size=\"17\" body_font_size_tablet=\"16\" body_font_size_phone=\"15\" body_font_size_last_edited=\"on|phone\" body_text_color=\"#000000\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-testimonial-slider\"] [et_pb_slide heading=\"The results were amazing\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\n\nDonec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat.\n\n<em>- Ally McCain</em>\n\n[/et_pb_slide][et_pb_slide heading=\"So simple and so easy to use\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\n\nDonec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat.\n\n<em>- Miriam Dolores</em>\n\n[/et_pb_slide] [/et_pb_slider]','Ally - Testimonial Slider - Module','','publish','closed','closed','','ally-testimonial-slider-module','','','2017-04-24 19:29:26','2017-04-24 19:29:26','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-testimonial-slider-module/',0,'et_pb_layout','',0),(1060,1,'2017-04-24 19:29:43','2017-04-24 19:29:43','[et_pb_gallery admin_label=\"Gallery\" saved_tabs=\"all\" template_type=\"module\" gallery_ids=\"1215,1214,1212,1213,1211,1210,1209,1207\" fullwidth=\"off\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" /]','Ally - Gallery - Module','','publish','closed','closed','','ally-gallery-module','','','2017-04-24 19:29:43','2017-04-24 19:29:43','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-gallery-module/',0,'et_pb_layout','',0),(1062,1,'2017-04-24 19:30:15','2017-04-24 19:30:15','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" /]','Ally - Image with Gradient Overlay - Module','','publish','closed','closed','','ally-image-with-gradient-overlay-module','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-image-with-gradient-overlay-module/',0,'et_pb_layout','',0),(1063,1,'2017-04-24 19:30:29','2017-04-24 19:30:29','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" /]','Ally - Image with Tilt Effect - Module','','publish','closed','closed','','ally-image-with-tilt-effect-module','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-image-with-tilt-effect-module/',0,'et_pb_layout','',0),(1064,1,'2017-04-24 19:30:41','2017-04-24 19:30:41','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" /]','Ally - Image with Overlay and Tilt Effect - Module','','publish','closed','closed','','ally-image-with-overlay-and-tilt-effect-module','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-image-with-overlay-and-tilt-effect-module/',0,'et_pb_layout','',0),(1065,1,'2017-04-24 19:30:56','2017-04-24 19:30:56','[et_pb_team_member saved_tabs=\"all\" template_type=\"module\" name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" header_font_size=\"24\" module_class=\"ally-person\" _builder_version=\"3.0.84\" /]','Ally - Person - Module','','publish','closed','closed','','ally-person-module','','','2017-04-24 19:30:56','2017-04-24 19:30:56','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-person-module/',0,'et_pb_layout','',0),(1066,1,'2017-04-24 19:31:10','2017-04-24 19:31:10','[et_pb_team_member admin_label=\"Person with overlay\" saved_tabs=\"all\" template_type=\"module\" name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" header_font_size=\"24\" module_class=\"ally-person ally-person-overlay\" _builder_version=\"3.0.84\"]\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Sed porttitor lectus nibh.\n\n[/et_pb_team_member]','Ally - Person with Overlay - Module','','publish','closed','closed','','ally-person-with-overlay-module','','','2017-04-24 19:31:10','2017-04-24 19:31:10','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-person-with-overlay-module/',0,'et_pb_layout','',0),(1068,1,'2017-04-24 19:31:38','2017-04-24 19:31:38','[et_pb_accordion admin_label=\"Accordion FAQ\'s\" open_toggle_background_color=\"rgba(0,0,0,0)\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-faq\" toggle_font_size=\"20\" use_border_color=\"on\" border_color=\"#999999\" saved_tabs=\"all\" template_type=\"module\" _builder_version=\"3.0.84\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"on\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item] [/et_pb_accordion]','Ally - Accordion FAQ - Module','','publish','closed','closed','','ally-accordion-faq-module','','','2017-04-24 19:31:38','2017-04-24 19:31:38','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-accordion-faq-module/',0,'et_pb_layout','',0),(1069,1,'2017-04-24 19:31:48','2017-04-24 19:31:48','[et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]\n\n<p><strong>Yes, it is!</strong></p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_toggle]','Ally - Toggle Light - Module','','publish','closed','closed','','ally-toggle-light-module','','','2017-04-24 19:31:48','2017-04-24 19:31:48','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-toggle-light-module/',0,'et_pb_layout','',0),(1070,1,'2017-04-24 19:31:58','2017-04-24 19:31:58','[et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]\n\n<p><strong>Yes, it is!</strong></p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.</p>\n\n[/et_pb_toggle]','Ally - Toggle Dark - Module','','publish','closed','closed','','ally-toggle-dark-module','','','2017-04-24 19:31:58','2017-04-24 19:31:58','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-toggle-dark-module/',0,'et_pb_layout','',0),(1071,1,'2017-04-24 19:32:16','2017-04-24 19:32:16','[et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bar-counter\" title_font=\"|on||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" title_text_color=\"#000000\" percent_font=\"|on|||\" percent_font_size=\"14\" saved_tabs=\"all\" template_type=\"module\"]\n\n[et_pb_counter percent=\"64\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"75\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"98\"] Sample Bar Counter [/et_pb_counter]\n\n[/et_pb_counters]','Ally - Bar Counters - Module','','publish','closed','closed','','ally-bar-counters-module','','','2017-04-24 19:32:16','2017-04-24 19:32:16','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-bar-counters-module/',0,'et_pb_layout','',0),(1072,1,'2017-04-24 19:32:36','2017-04-24 19:32:36','[et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" saved_tabs=\"all\" template_type=\"module\" /]','Ally - Circle Counter - Module','','publish','closed','closed','','ally-circle-counter-module','','','2017-04-24 19:32:36','2017-04-24 19:32:36','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-circle-counter-module/',0,'et_pb_layout','',0),(1074,1,'2017-04-24 19:33:05','2017-04-24 19:33:05','[et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" saved_tabs=\"all\" template_type=\"module\" /]','Ally - Number Counter Light - Module','','publish','closed','closed','','ally-number-counter-light-module','','','2017-04-24 19:33:05','2017-04-24 19:33:05','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-number-counter-light-module/',0,'et_pb_layout','',0),(1075,1,'2017-04-24 19:33:19','2017-04-24 19:33:19','[et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" saved_tabs=\"all\" template_type=\"module\" /]','Ally - Number Counter Dark - Module','','publish','closed','closed','','ally-number-counter-dark-module','','','2017-04-24 19:33:19','2017-04-24 19:33:19','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-number-counter-dark-module/',0,'et_pb_layout','',0),(1077,1,'2017-04-24 19:33:35','2017-04-24 19:33:35','[et_pb_pricing_tables show_bullet=\"off\" center_list_items=\"on\" custom_button=\"off\" button_icon_placement=\"right\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" saved_tabs=\"all\" template_type=\"module\" show_featured_drop_shadow=\"off\" _builder_version=\"3.0.84\"] [et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 10GB Storage\n+ All Themes\n+ Access to Tutorials\n- Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 50GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Premium\" subtitle=\"Best Value\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 100GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ Unlimited Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n+ White Label[/et_pb_pricing_table] [/et_pb_pricing_tables]','Ally - Pricing Tables - Module','','publish','closed','closed','','ally-pricing-tables-module','','','2017-04-24 19:33:35','2017-04-24 19:33:35','',0,'http://divilover.com/testuje/index.php/et_pb_layout/ally-pricing-tables-module/',0,'et_pb_layout','',0),(1294,1,'2017-04-29 20:08:01','2017-04-29 20:08:01','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Sample Project 1 - Page Layout','','publish','closed','closed','','ally-sample-project-1-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.eu/ally/et_pb_layout/ally-sample-project-1-page-layout/',0,'et_pb_layout','',0),(1295,1,'2017-04-29 20:09:31','2017-04-29 20:09:31','[et_pb_section bb_built=\"1\"][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"left\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" background_layout=\"light\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"left\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" animation_direction=\"right\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"fade\" animation_direction=\"top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_direction=\"left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial\" url_new_window=\"off\" quote_icon=\"on\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" quote_icon_background_color=\"#f5f5f5\" animation_style=\"fade\" animation_direction=\"right\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_icon_placement=\"right\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Sample Project 2 - Page Layout','','publish','closed','closed','','ally-sample-project-2-page-layout','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://divilover.eu/ally/et_pb_layout/ally-sample-project-2-page-layout/',0,'et_pb_layout','',0),(1318,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" background_color=\"#1f0030\"][et_pb_fullwidth_header title=\"Divi Builder\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.85)\" max_width=\"700px\" button_one_text=\"Join Now\" button_one_url=\"Join today\" background_overlay_color=\"rgba(40,40,48,0.8)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0 12% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\" background_image=\"https://cdn.elegantthemes.com/images/tour/hummus2.jpg\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" content_orientation=\"center\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\"]Divi 3.0 introduces a completely new visual interface that will forever change how you build websites. This front end editor allows you to make changes to your website...on your actual website![/et_pb_fullwidth_header][/et_pb_section][et_pb_section background_color=\"#efefe8\" custom_css_main_element=\"z-index: 999;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"-100px||60px|\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" bg_img_1=\"https://cdn.elegantthemes.com/images/tour/limes.jpg\" bg_img_2=\"https://cdn.elegantthemes.com/images/tour/springrolls.jpg\" bg_img_3=\"https://cdn.elegantthemes.com/images/tour/eggs.jpg\" bg_img_4=\"https://cdn.elegantthemes.com/images/tour/lemons.jpg\" background_position_1=\"bottom_center\" background_position_2=\"bottom_center\" background_position_3=\"bottom_center\" background_position_4=\"bottom_center\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_repeat_3=\"no-repeat\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"overflow: visible !important;||-webkit-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||-moz-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Click & type\" use_icon=\"on\" font_icon=\"%%119%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Drag & Drop\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e4e4e4\" background_color_gradient_end=\"rgba(228,228,228,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Fully Customize\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#efefef\" background_color_gradient_end=\"rgba(239,239,239,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Clone & Delete\" use_icon=\"on\" font_icon=\"%%100%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d7d9d9\" background_color_gradient_end=\"rgba(215,217,217,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" custom_padding=\"0px|||\" background_color=\"#efefe8\"][et_pb_row custom_margin=\"|||\" padding_top_1=\"10%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So simple!\" animation=\"off\" text_orientation=\"right\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"right\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"3px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/jar.jpg\" align=\"center\" max_width=\"510px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"|||\" make_equal=\"on\" padding_top_2=\"14%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/cake.jpg\" animation=\"right\" align=\"center\" max_width=\"510px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So sweet!\" animation=\"off\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"left\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"2px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#212127\" custom_padding=\"|||\" fullwidth=\"on\"][et_pb_fullwidth_header title=\"Perfectly Diverse\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.72)\" button_one_text=\"Download\" background_overlay_color=\"rgba(255,255,255,0)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_tablet=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" content_text_color=\"#ffffff\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel mollis eros. Vestibulum in blandit massa. Nunc lorem lacus, lacinia ut lobortis id, tempor a sem. Vivamus rhoncus imperdiet quam quis vestibulum. Sed at dui orci. </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_image src=\"https://cdn.elegantthemes.com/images/tour/cheese.jpg\" animation=\"off\" /][/et_pb_section]','Divi Builder Demo','','publish','closed','closed','','divi-builder-demo','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/divi-builder-demo/',0,'et_pb_layout','',0),(1319,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Basic','','publish','closed','closed','','homepage-basic','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-basic/',0,'et_pb_layout','',0),(1320,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h1>What Our Customers are Saying</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Shop','','publish','closed','closed','','homepage-shop','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-shop/',0,'et_pb_layout','',0),(1321,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Portfolio','','publish','closed','closed','','homepage-portfolio','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-portfolio/',0,'et_pb_layout','',0),(1322,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"https://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Company','','publish','closed','closed','','homepage-company','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-company/',0,'et_pb_layout','',0),(1323,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"https://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.\n\nDonec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Corporate','','publish','closed','closed','','homepage-corporate','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-corporate/',0,'et_pb_layout','',0),(1324,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"https://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er\nos at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Extended','','publish','closed','closed','','homepage-extended','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/homepage-extended/',0,'et_pb_layout','',0),(1325,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Page Fullwidth','','publish','closed','closed','','page-fullwidth','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/page-fullwidth/',0,'et_pb_layout','',0),(1326,1,'2017-08-28 01:34:15','2017-08-28 01:34:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Right Sidebar','','publish','closed','closed','','page-right-sidebar','','','2017-08-28 01:34:15','2017-08-28 01:34:15','',0,'http://divilover.eu/ally/et_pb_layout/page-right-sidebar/',0,'et_pb_layout','',0),(1327,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h4>Lorem Ipsum Dolor</h4>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Page Left Sidebar','','publish','closed','closed','','page-left-sidebar','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/page-left-sidebar/',0,'et_pb_layout','',0),(1328,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\n<h2>Just A Standard Page</h2>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\n<h3>Lorem Ipsum Dolor</h3>\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Dual Sidebars','','publish','closed','closed','','page-dual-sidebars','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/page-dual-sidebars/',0,'et_pb_layout','',0),(1329,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Grid','','publish','closed','closed','','portfolio-grid','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/portfolio-grid/',0,'et_pb_layout','',0),(1330,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio 1 Column','','publish','closed','closed','','portfolio-1-column','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/portfolio-1-column/',0,'et_pb_layout','',0),(1331,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Carousel','','publish','closed','closed','','portfolio-fullwidth-carousel','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/portfolio-fullwidth-carousel/',0,'et_pb_layout','',0),(1332,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Grid','','publish','closed','closed','','portfolio-fullwidth-grid','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/portfolio-fullwidth-grid/',0,'et_pb_layout','',0),(1333,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended','','publish','closed','closed','','project-extended','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/project-extended/',0,'et_pb_layout','',0),(1334,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>\n<strong>Client </strong>Client Name\n<strong>Date </strong>Date of Completion\n<strong>Skills </strong>Branding, Web Design\n<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended 2','','publish','closed','closed','','project-extended-2','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/project-extended-2/',0,'et_pb_layout','',0),(1335,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Masonry','','publish','closed','closed','','blog-masonry','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/blog-masonry/',0,'et_pb_layout','',0),(1336,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Blog Standard','','publish','closed','closed','','blog-standard','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/blog-standard/',0,'et_pb_layout','',0),(1337,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Basic','','publish','closed','closed','','shop-basic','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/shop-basic/',0,'et_pb_layout','',0),(1338,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Extended','','publish','closed','closed','','shop-extended','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/shop-extended/',0,'et_pb_layout','',0),(1339,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Splash Page','','publish','closed','closed','','splash-page','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/splash-page/',0,'et_pb_layout','',0),(1340,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>\nThis is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Maintenance Mode','','publish','closed','closed','','maintenance-mode','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/maintenance-mode/',0,'et_pb_layout','',0),(1341,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon','','publish','closed','closed','','coming-soon','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/coming-soon/',0,'et_pb_layout','',0),(1342,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>\n<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Landing Page','','publish','closed','closed','','landing-page','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/landing-page/',0,'et_pb_layout','',0),(1343,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]','About Me','','publish','closed','closed','','about-me','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/about-me/',0,'et_pb_layout','',0),(1344,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/about-us/',0,'et_pb_layout','',0),(1345,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>\n<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>\n\n<strong>Address:</strong> 890 Lorem Ipsum Street #12\nSan Francisco, California 65432\n\n<strong>Phone:</strong> 123.4567.890\n\n<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/contact-us/',0,'et_pb_layout','',0),(1346,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]\n[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]\n[et_pb_text]\n<h2>Nick Roach</h2>\n<em>President, CEO, Theme UI/UX Designer</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]\n[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]\n[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]\n[et_pb_text]\n<h2>Kenny Sing</h2>\n<em>Lead Graphic Designers</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]\n[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n\n[et_pb_column type=\"1_3\"]\n[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]\n[et_pb_text]\n<h2>Mitch Skolnik</h2>\n<em>Community Manager</em>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\n[/et_pb_text]\n[et_pb_counters]\n[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]\n[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]\n[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]\n[/et_pb_counters]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_5.png\"  title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_6.png\"  title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_7.png\"  title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[et_pb_column type=\"1_4\"]\n[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_8.png\"  title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>\nLearn from the top thought leaders in the industry.\n[/et_pb_text]\n[/et_pb_column]\n[/et_pb_row]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]\n\n[et_pb_section background_color=\"#7EBEC5\"]\n[et_pb_row]\n[et_pb_column type=\"4_4\"]\n[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]\nIf you are interested in working together, send us an inquiry and we will get back to you as soon as we can!\n[/et_pb_cta]\n[/et_pb_column]\n[/et_pb_row]\n[/et_pb_section]','Our Team','','publish','closed','closed','','our-team','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/our-team/',0,'et_pb_layout','',0),(1347,1,'2017-08-28 01:34:16','2017-08-28 01:34:16','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"https://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc\nhimp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Creative Agency','','publish','closed','closed','','creative-agency','','','2017-08-28 01:34:16','2017-08-28 01:34:16','',0,'http://divilover.eu/ally/et_pb_layout/creative-agency/',0,'et_pb_layout','',0),(1348,1,'2017-08-28 01:34:17','2017-08-28 01:34:17','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n-Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n-Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\n+Perpetual Theme Updates\n+Premium Technical Support\n+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\n+Layered Photoshop Files\n+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>\nDon\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\n\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page','','publish','closed','closed','','sales-page','','','2017-08-28 01:34:17','2017-08-28 01:34:17','',0,'http://divilover.eu/ally/et_pb_layout/sales-page/',0,'et_pb_layout','',0),(1349,1,'2017-08-28 01:34:17','2017-08-28 01:34:17','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]','Case Study','','publish','closed','closed','','case-study','','','2017-08-28 01:34:17','2017-08-28 01:34:17','',0,'http://divilover.eu/ally/et_pb_layout/case-study/',0,'et_pb_layout','',0),(1350,1,'2017-08-28 01:34:17','2017-08-28 01:34:17','[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"https://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>\nThe Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]\n<h1>Fully Responsive Layouts</h1>\nWe know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Product Features','','publish','closed','closed','','product-features','','','2017-08-28 01:34:17','2017-08-28 01:34:17','',0,'http://divilover.eu/ally/et_pb_layout/product-features/',0,'et_pb_layout','',0),(962,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22About Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>About Us</h1>\n<p><strong class=\"ally-lines\">WE WROK HARD TO EXCEED YOUR EXPECTATIONS</strong></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin_last_edited=\"on|phone\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" animation_direction=\"left\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image3.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_direction=\"right\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Our Story%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Our Story</h2>\n<p>Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\n<p>Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Team%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Our Team</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_team_member name=\"John C. Herman\" position=\"CEO\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Yamel Rosales\" position=\"Photographer\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person3.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|desktop\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">What we do best?</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%108%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%157%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%101%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"on\" gutter_width=\"3\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Some numbers%22\" background_layout=\"light\" text_orientation=\"right\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Some numbers</h2>\n<p>Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\n<p>Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" custom_padding=\"80px|||\" custom_padding_tablet=\"40px|||\" custom_padding_last_edited=\"on|tablet\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Dolor Sit\" number=\"75\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_counters background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" title_text_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" title_font=\"|||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" module_class=\"ally-bar-counter\" border_color_all=\"#ffffff\" border_style_all=\"solid\" border_radii=\"0\"]\n\n[et_pb_counter percent=\"90\"]\n<p>Curabitur arcu</p>\n[/et_pb_counter][et_pb_counter percent=\"66\"]\n<p>Dolor Sit</p>\n[/et_pb_counter][et_pb_counter percent=\"85\"]\n<p>Lorem ipsum</p>\n[/et_pb_counter]\n\n[/et_pb_counters][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Latest from the Blog%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Latest from the Blog</h3>\n\n[/et_pb_text][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"0\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2>Are you ready to start?</h2>\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/about-us/',2,'page','',0);
INSERT INTO `wp_posts` VALUES (123593,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22About Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h1>About Us</h1>\n<p><strong class=\"ally-lines\">WE WROK HARD TO EXCEED YOUR EXPECTATIONS</strong></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin_last_edited=\"on|phone\" custom_margin=\"50px|||\" custom_margin_tablet=\"0px|||\" animation_direction=\"left\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][et_pb_image admin_label=\"Image with gradient overlay and tilt effect\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image3.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"right\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" module_class=\"ally-tilt ally-image-overlay\" max_width=\"400px\" custom_margin=\"-100px|||\" custom_margin_tablet=\"0px|||\" custom_margin_last_edited=\"on|tablet\" animation_direction=\"right\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Our Story%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Our Story</h2>\n<p>Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\n<p>Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Team%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">Our Team</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_team_member name=\"John C. Herman\" position=\"CEO\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Kitty Yearwood\" position=\"Graphic Designer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member name=\"Yamel Rosales\" position=\"Photographer\" image_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" background_layout=\"light\" module_class=\"ally-person\" header_font_size=\"24\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|desktop\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2 class=\"ally-lines\">What we do best?</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%108%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%157%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" use_circle_border=\"off\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"20\" module_class=\"ally-blurb2\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"60px|40px|60px|40px\" custom_padding_last_edited=\"on|desktop\" font_icon=\"%%101%%\" icon_font_size=\"50px\" header_letter_spacing=\"1px\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"on\" gutter_width=\"3\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Some numbers%22\" background_layout=\"light\" text_orientation=\"right\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<h2>Some numbers</h2>\n<p>Curabitur aliquet quam id dui posuere blandit. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\n<p>Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula.</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" custom_padding=\"80px|||\" custom_padding_tablet=\"40px|||\" custom_padding_last_edited=\"on|tablet\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Dolor Sit\" number=\"75\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_counters background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" title_text_color=\"#000000\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" title_font=\"|||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" module_class=\"ally-bar-counter\" border_color_all=\"#ffffff\" border_style_all=\"solid\" border_radii=\"0\"]\n\n[et_pb_counter percent=\"90\"]\n<p>Curabitur arcu</p>\n[/et_pb_counter][et_pb_counter percent=\"66\"]\n<p>Dolor Sit</p>\n[/et_pb_counter][et_pb_counter percent=\"85\"]\n<p>Lorem ipsum</p>\n[/et_pb_counter]\n\n[/et_pb_counters][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Latest from the Blog%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Latest from the Blog</h3>\n\n[/et_pb_text][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"0\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2>Are you ready to start?</h2>\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','962-revision-v1','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',962,'http://lukuverkosto.fi/home/962-revision-v1/',0,'revision','',0),(963,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22Services%22 with subtitle\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h1>Services</h1>\n<strong class=\"ally-lines\">IMPROVE YOUR BUSINESS WITH US</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Graphic Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-top\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Strategy Planning\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Copywriting\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Social Media\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Virtual Assistant\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" module_id=\"about\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Special Offer%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2 class=\"ally-lines\">Special Offer</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"35px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"30px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"30px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Packages &amp; Pricing%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h2 class=\"ally-lines\">Packages &amp; Pricing</h2>\n\n[/et_pb_text][et_pb_pricing_tables show_bullet=\"off\" center_list_items=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_icon_placement=\"right\" remove_featured_drop_shadow=\"off\" module_class=\"ally-pricing ally-bottom\" bullet_color=\"#000000\" header_font_size=\"24\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" body_font_size=\"16px\" body_line_height=\"16px\" header_background_color=\"#000000\" show_featured_drop_shadow=\"on\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\"]\n\n[et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" button_font_select=\"default\" button_font=\"||||\" _builder_version=\"3.0.89\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\"]\n\n&nbsp;\n\n+ 10GB Storage\n+ All Themes\n+ Access to Tutorials\n- Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label\n\n&nbsp;\n<a href=\"#\" class=\"et_pb_button\">Link1</a>\n\n<a href=\"#\" class=\"et_pb_button\">Link2</a>\n\n[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" _builder_version=\"3.0.89\"]\n\n+ 50GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label\n\n[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Premium\" subtitle=\"Best Value\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" _builder_version=\"3.0.89\"]\n\n+ 100GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n- White Label\n\n[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Sign Up\" header_font_select=\"default\" header_font=\"||||\" subheader_font_select=\"default\" subheader_font=\"||||\" currency_frequency_font_select=\"default\" currency_frequency_font=\"||||\" price_font_select=\"default\" price_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" _builder_version=\"3.0.89\"]\n\n+ Unlimited Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n+ White Label\n\n[/et_pb_pricing_table]\n\n[/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" toggle_font_size=\"20\" module_class=\"ally-faq ally-left\"]\n\n[et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item]\n\n[/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"Monthly Plan Feature\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Not sure which plan%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3>Not sure which plan is for you?</h3>\n<strong class=\"ally-lines\">We\'re happy to help you choose</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Schedule a free Consultation%22\" button_url=\"/contact-us\" url_new_window=\"off\" button_text=\"Schedule a free Consultation\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','publish','closed','closed','','services','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/services/',3,'page','',0),(964,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Contact Us%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Ota yhteyttä!</h1>\n<p><strong class=\"ally-lines\">Kuinka voimme olla avuksi tänään?</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_image=\"https://divilover.com/import/ally/wp-content/uploads/2017/04/contact-bg.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Free Consultation%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2 class=\"ally-line\">Ilmainen esittely</h2>\n<p>Varaa täysin veloitukseton esittely - et sitoudu mihinkään.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|tablet\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" module_class=\"ally-contact-form-dark ally-booking\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"1px\" border_color_all=\"#000000\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#000000\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" email=\"misha.lindvall@edu.lohja.fi\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Puhelin\" field_title=\"Puhelinnumero\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_code admin_label=\"Code - change default %22submit%22 text on contact form\" _builder_version=\"3.0.47\"]&lt;script type=&quot;text/javascript&quot;&gt; jQuery(document).ready(function(){ jQuery(&quot;.ally-booking button.et_pb_contact_submit&quot;).text(&quot;Book Now&quot;); }); &lt;/script&gt;[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2018-07-26 16:59:19','2018-07-26 16:59:19','',0,'http://ally.divilover.com/contact-us/',4,'page','',0),(965,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Blurbs%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Blurbs</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 1%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 1</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"30px|0px|0px|0px\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Multipurpose\" use_icon=\"on\" font_icon=\"%%57%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Pixel-perfect\" use_icon=\"on\" font_icon=\"%%14%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-top\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Clean &amp; Elegant\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" custom_margin=\"20px||20px|\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\" module_id=\"about\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 2%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 2</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" gutter_width=\"2\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Photography\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/photography-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%108%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Design\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-bottom equal-height\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/design-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%157%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Planning\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-right equal-height-blurb\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/planning-1.jpg\" custom_padding=\"100px|40px|100px|40px\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"60px|40px|60px|40px\" font_icon=\"%%101%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Quisque velit nisi, pretium ut lacinia in, elementum id enim.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 3%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 3</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|desktop\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 (icon on the right)\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"right\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-blurb3-left ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|desktop\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"/features\" custom_margin_last_edited=\"off|phone\" saved_tabs=\"all\"]\n\nCurabitur non ntulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 3 &amp; Gradient Icon\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur arcu erat.\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 3 &amp; Gradient Icon\" title=\"This is great\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#ffffff\" use_circle=\"off\" animation=\"off\" text_orientation=\"left\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb3 ally-right ally-icon\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin_last_edited=\"off|desktop\" saved_tabs=\"all\"]\n\nCras ultricies ligula sed magna dictum porta. Curabitur arcu erat.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text %22Style 4%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3>Style 4</h3>\n[/et_pb_text][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>Phone</strong>\n00 123 456 789\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>E-mail</strong>\nyour@email.com\n\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\"]\n\n<strong>Location</strong>\nOlsztyn, Poland\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text %22Gradient Icon%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Gradient Icons</h3>\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" custom_padding=\"0px|||\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%281%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%279%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%237%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" custom_padding=\"0px|||\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%156%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-icon\" icon_font_size=\"70px\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"] [/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Style 5%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bottom\"]\n<h3 class=\"ally-lines\">Style 5</h3>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_color=\"#000000\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Blurbs','','publish','closed','closed','','blurbs','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/blurbs/',11,'page','',0),(966,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Lukuvuosi lukuina</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\"][et_pb_row custom_padding=\"30px|128px|30px|42px|false|false\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Äidinkieli\" number=\"10\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Mafyke\" number=\"26\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Kielet\" number=\"29\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Reaali\" number=\"35\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"SÄhköisiä kokeita yhteensä\" number=\"97\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\" bar_bg_color=\"#8300e9\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px||0px|\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Ladattua koepakettia\" number=\"1397\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"tehtyä koesuoritusta\" number=\"20000\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Suurin koemäärä per päivä\" number=\"450\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Palautteiden keskiarvo\" number=\"9.4\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\"><span style=\"color: #000000;\">Abitti-Hirmut</span></h1>\n<p><span style=\"color: #000000;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0||0px||false|false\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Matti Oikarinen\" number=\"76\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Hanna pakarinen\" number=\"73\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tiia Anttila\" number=\"69\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tuulia Takalo-eskola\" number=\"65\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','publish','closed','closed','','counters','','','2019-08-05 19:17:31','2019-08-05 19:17:31','',0,'http://ally.divilover.com/counters/',16,'page','',0),(967,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Toggles%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Toggles</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" open_toggle_background_color=\"rgba(0,0,0,0)\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-faq ally-left\" toggle_font_size=\"20\" use_border_color=\"on\" border_color=\"#999999\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"on\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_accordion_item] [/et_pb_accordion][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg3.jpg\" background_color=\"#f8f8f8\" parallax=\"on\" parallax_method=\"off\" module_class=\"ally-gradient-overlay\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle light\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#ffffff\" open_toggle_text_color=\"#000000\" closed_toggle_background_color=\"#ffffff\" closed_toggle_text_color=\"#000000\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" custom_padding=\"30px|0px|30px|0px\"][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion FAQ\'s\" open_toggle_background_color=\"rgba(0,0,0,0)\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#ffffff\" module_class=\"ally-faq ally-left\" toggle_font_size=\"20\" toggle_text_color=\"#ffffff\" body_text_color=\"#ffffff\" use_border_color=\"on\"] [et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"on\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Lorem ipsum sample question?\" open=\"off\"]\n\nNulla quis lorem ut libero malesuada feugiat. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui.\n\n[/et_pb_accordion_item] [/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle dark\" title=\"Is this a sample question about our service?\" open_toggle_background_color=\"#111111\" open_toggle_text_color=\"#ffffff\" closed_toggle_background_color=\"#111111\" closed_toggle_text_color=\"#ffffff\" icon_color=\"#000000\" module_class=\"ally-toggle\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"18\" body_text_color=\"#ffffff\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Yes, it is!</strong>\n\nVestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section]','Toggles','','publish','closed','closed','','toggles','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/toggles/',15,'page','',0),(968,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|phone\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-hasitall.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"300px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Easy edits with Theme Customizer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Easy edits with Theme Customizer</h2>\r\nYou can <strong>easily make changes</strong> to your website using Theme Customizer. Change colors of the gradient overlays, set the look of custom Call To Action menu item and more.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fullscreen Slider%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Fullscreen Slider</h2>\r\nWelcome your visitors with a full-screen image or video. It doesn\'t have to be one image - it is a slider! You can display an image / logo that stays on top of each slide. It has custom animated scroll down arrow added for better navigation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Hover me!\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" custom_padding=\"40px|40px|40px|40px\" custom_padding_last_edited=\"on|phone\" font_icon=\"%%141%%\" icon_font_size=\"50px\"]\r\n\r\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fun Tilt Hover Effect%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Fun Tilt Hover Effect</h2>\r\nYou can use this effect on any module! Simply add a class of <strong>ally-tilt</strong> in Custom CSS tab and admire the effect. Just don\'t use it too much - remember \"less is more\". It is a hover effect - so it only works on desktop.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22CTA Menu Item%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>CTA Menu Item with Widget-Ready Popup</h2>\r\nYou can set the look of Call To Action Menu Item in Theme Customizer. And Popup is widget-ready. Thanks to Divi Widget Builder (by SJ James) you can <strong>add any module or layout from Divi Library </strong>to the Popup area.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Follow-the-mouse Overlay%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Follow-the-mouse Overlay Effect</h2>\r\nDirection aware overlay effect is used on portfolio and gallery module. The overlay will slide in and slide out, following your mouse movement. It is fun and different.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Category &amp; Archive Pages Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Category &amp; Archive Pages Styling</h2>\r\nDivi blog doesn\'t have to look boring. Ally has built in custom styling for all the standard blog pages - <strong>archive, category, author and search result pages</strong>. Ally also extends wordpress \"Recent Posts Widget\" with each post thumbnail. You can also add any Divi Layout to sidebar.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Simple One Click Install%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\r\n<h3 style=\"font-size: 1.8em;\">Simple One Click Install</h3>\r\nAlly features a <strong>one click demo content installation</strong> to get your site looking like the demo in no time.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text %22Widget Area Before the Footer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\r\n<h3 style=\"font-size: 1.8em;\">Widget Area Before the Footer</h3>\r\nYou can design your footer with Divi Page Builder and choose to show it on every page (using Divi Widget Builder). There is no need to add a global section to each page and post.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fly-In Animations%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h3 style=\"font-size: 1.8em;\">Fly-In Animations</h3>\r\nYou can easily animate any module on scroll down and scroll up. Just add a custom CSS class of <strong>ally-left</strong>, <strong>ally-right</strong>, <strong>ally-bottom</strong>, <strong>ally-top</strong> or <strong>ally-fade</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text %22Divi Modules Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h3 style=\"font-size: 1.8em;\">Divi Modules Styling</h3>\r\nAlly features multiple pre-styled modules. Several version of Blurbs and many others. Just pick &amp; choose the ones that suit your project.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Features','','publish','closed','closed','','features','','','2019-08-05 18:37:42','2019-08-05 18:37:42','',0,'http://ally.divilover.com/features/',10,'page','',0),(969,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Portfolio%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Portfolio</h1>\n<strong class=\"ally-lines\">SOME OF OUR LATEST PROJECTS</strong>\n\n[/et_pb_text][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" module_class=\"ally-portfolio\" hover_icon=\"%%15%%\" title_font_size=\"26\" title_font_size_tablet=\"24\" title_font_size_last_edited=\"on|tablet\" title_line_height=\"1.2em\" include_categories=\"3,4\"] [/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_phone=\"0px||0px|\" custom_padding_last_edited=\"on|desktop\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonials%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2 class=\"ally-lines\">Testimonials</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" module_class=\"ally-testimonial ally-left\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" module_class=\"ally-testimonial ally-right\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio','','publish','closed','closed','','portfolio','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/projects-list/',5,'page','',0),(970,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Blog%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Our Blog</h1>\n<strong class=\"ally-lines\">TIPS &amp; TRICKS TO HELP YOU GROW YOUR BUSINESS</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" gutter_width=\"1\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_post_slider admin_label=\"Post Slider - Single Latest Post\" posts_number=\"1\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"off\" show_pagination=\"off\" show_more_button=\"on\" content_source=\"off\" use_manual_excerpt=\"off\" show_meta=\"off\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"on\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-post-slider\" top_padding=\"100px\" bottom_padding=\"100px\" header_font_size=\"44\" header_font_size_tablet=\"36\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" meta_font_size=\"17px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog - Grid\" fullwidth=\"off\" posts_number=\"6\" include_categories=\"1\" show_thumbnail=\"on\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" show_comments=\"off\" show_pagination=\"off\" offset_number=\"1\" use_overlay=\"on\" hover_icon=\"%%376%%\" background_layout=\"light\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blog-grid\" header_font_size=\"26\" header_line_height=\"1.2em\" overlay_icon_color=\"#ffffff\" body_font_size=\"13\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Masonry','','publish','closed','closed','','blog-masonry','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/blog-masonry/',8,'page','',0),(971,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-1px|auto||\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1><span class=\"ally-lines\">LUKU-verkoston blogi</span></h1>\r\n<h1></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"4.4.3\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','publish','closed','closed','Micaela','blog-list','','','2020-04-17 06:36:39','2020-04-17 06:36:39','',0,'http://ally.divilover.com/blog-2-columns/',7,'page','',0),(124244,1,'2020-04-16 08:37:39','2020-04-16 08:37:39','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Latest from the Blog</h1>\n<strong class=\"ally-lines\">TIPS &amp; TRICKS FOR YOUR BUSINESS</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"3.0.94\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog List','','inherit','closed','closed','','971-revision-v1','','','2020-04-16 08:37:39','2020-04-16 08:37:39','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(1307,1,'2017-06-26 16:24:42','2017-06-26 16:24:42','','Login','','publish','closed','closed','','login','','','2020-05-25 08:18:53','2020-05-25 08:18:53','',0,'http://divilover.eu/ally/?p=1307',1,'nav_menu_item','',0),(1308,1,'2017-06-26 16:24:42','2017-06-26 16:24:42','','Request a demo','','publish','closed','closed','','request-a-demo','','','2020-05-25 08:18:53','2020-05-25 08:18:53','',0,'http://divilover.eu/ally/?p=1308',2,'nav_menu_item','',0),(405,1,'2017-04-13 17:59:47','2017-04-13 17:59:47','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #1','','publish','open','closed','','sample-project-1','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=405',0,'project','',0),(419,1,'2017-04-13 18:00:33','2017-04-13 18:00:33','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #2','','publish','open','closed','','sample-project-2','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=419',0,'project','',0),(421,1,'2017-04-13 18:09:49','2017-04-13 18:09:49','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #3','','publish','open','closed','','sample-project-3','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=421',0,'project','',0),(434,1,'2017-04-13 19:08:30','2017-04-13 19:08:30','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #4','','publish','open','closed','','sample-project-4','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=434',0,'project','',0),(440,1,'2017-04-13 19:10:04','2017-04-13 19:10:04','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #5','','publish','open','closed','','sample-project-5','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=440',0,'project','',0),(442,1,'2017-04-13 19:10:39','2017-04-13 19:10:39','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #6','','publish','open','closed','','sample-project-6','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=442',0,'project','',0),(539,1,'2017-04-21 17:13:12','2017-04-21 17:13:12','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22What we do best?%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>What we do best?</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Graphic Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Web Development\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Social Media\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|||\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Copywriting\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Strategy Planning\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" title=\"Virtual Assistant\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%373%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" header_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_phone=\"20\"]\n\n\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Projects%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h2>Latest Projects</h2>\n\n[/et_pb_text][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio 2\" fullwidth=\"off\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" module_class=\"ally-portfolio ally-portfolio2\" hover_icon=\"%%51%%\" title_font_size=\"26\" title_font_size_tablet=\"24\" title_font_size_last_edited=\"on|tablet\" title_line_height=\"1.2em\" include_categories=\"3,4\" title_text_color=\"#ffffff\" zoom_icon_color=\"#ffffff\"]\n\n\n\n[/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h3>Are you ready to start?</h3>\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\n\n\n\n[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio 2','','publish','closed','closed','','portfolio-2','','','2017-04-21 17:13:12','2017-04-21 17:13:12','',0,'http://ally.divilover.com/?page_id=539',6,'page','',0),(587,1,'2017-04-21 18:45:51','2017-04-21 18:45:51','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title admin_label=\"Fullwidth Post Title\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','10 Quick Tips About Web','','publish','open','open','','10-quick-tips-web','','','2017-04-21 18:45:51','2017-04-21 18:45:51','',0,'http://ally.divilover.com/?p=587',0,'post','',1),(600,1,'2017-04-22 06:36:46','2017-04-22 06:36:46','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title admin_label=\"Fullwidth Post Title\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Design Expert Interview','','publish','open','open','','design-expert-interview','','','2017-04-22 06:36:46','2017-04-22 06:36:46','',0,'http://ally.divilover.com/?p=600',0,'post','',0),(603,1,'2017-04-22 06:51:47','2017-04-22 06:51:47','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"off\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" _builder_version=\"3.0.84\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Biggest Lie In Webdesign','','publish','open','open','','biggest-lie-webdesign','','','2017-04-22 06:51:47','2017-04-22 06:51:47','',0,'http://ally.divilover.com/?p=603',0,'post','',0),(605,1,'2017-04-22 06:53:12','2017-04-22 06:53:12','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title admin_label=\"Fullwidth Post Title\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rules Not To Follow About Social Media','','publish','open','open','','rules-not-follow-social-media','','','2017-04-22 06:53:12','2017-04-22 06:53:12','',0,'http://ally.divilover.com/?p=605',0,'post','',0),(607,1,'2017-04-22 06:53:51','2017-04-22 06:53:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|20px||49px||\" width=\"84.8%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|0px||0px||\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','publish','open','open','','uusi-normaali','','','2020-11-11 09:52:51','2020-11-11 09:52:51','',0,'http://ally.divilover.com/?p=607',0,'post','',0),(124553,1,'2020-11-11 06:31:17','2020-11-11 06:31:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','uusi normaali','','inherit','closed','closed','','607-revision-v1','','','2020-11-11 06:31:17','2020-11-11 06:31:17','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124519,1,'2020-08-25 07:49:58','2020-08-25 07:49:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Uusi Normaali<span style=\"font-size: 18px; font-family: \'Source Sans Pro\', Helvetica, Arial, Lucida, sans-serif;\"> </span></h2>\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">Mihin lukuvuosi päättyy, siitä uusi blogi alkaa. Tervetuloa!</span>\r\n\r\n<span style=\"font-weight: 400;\">Lukuvuonna 2019-2020 LUKU-verkoston jäsenille tarjottiin runsaasti koulutusta. Painopiste oli lukion uusi opetussuunnitelma. Kevättalvella painopiste käännettiin etäoppimiseen ja -opettamiseen.</span>\r\n\r\n<span style=\"font-weight: 400;\">LUKU-verkosto ehti toteuttaa Ideapäivän livenä, kun viime lokakuussa 110 opettajaa ja rehtoria kokoontui Vihdin lukioon. </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://www.oph.fi/fi/blogi/laaja-alaista-osaamista-lukioon-kuuden-allan-mallilla\"><span style=\"font-weight: 400;\">Opetusneuvos </span><b>Petri Lehikoinen</b></a> </span><span style=\"font-weight: 400;\">esitteli lukion uutta opetussuunnitelmaa ja Kuntaliiton </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://twitter.com/KyostiVarri\"><span style=\"font-weight: 400;\">erityisasiantuntija </span><b>Kyösti Värri</b></a></span><span style=\"font-weight: 400;\"> havahdutti yleisöä pohtimaan lukioiden tulevaisuutta maassamuuton kourimassa Suomessa. Tämän jälkeen kuljettiin kahvipöydän kautta pienryhmiin tutustumaan </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://peda.net/lohja/lukiokoulutus/lohjan-lukio/tl\"><span style=\"font-weight: 400;\">Lohjan yhteislyseon lukion tiimijaksoon</span></a></span><span style=\"font-weight: 400;\">. Tiimijakso oli vasta päättynyt, ja tiimiopettajat jakoivat tuoreita kokemuksiaan. Kun kullakin oli yleisönä toistakymmentä eri aineiden opettajaa eri kokoisista lukioista, keskustelu porisi ja näkökulmia tiimijakson onnistumisiin ja haasteisiin löydettiin viljalti.  </span>\r\n\r\n<span style=\"font-weight: 400;\">Kevään 2020 Ideapäivä peruttiin, sillä suunnitteluvaiheessa poikkeustila oli alkamaisillaan. Poikkeustilasta kuitenkin seulottiin saatavilla olevat mahdollisuudet. LUKU-verkoston koordinaattori, oppimisympäristöasiantuntija </span><b>Misha Lindvall</b><span style=\"font-weight: 400;\"> suunnitteli tuhdin setin webinaareja etäoppimisesta ja -opettamisesta. Tarve LUKU-verkoston koulutustarjonnalle on ilmeinen, sillä jokaiseen webinaariin osallistui tai tallenteen tilasi keskimäärin 50 opettajaa. Webinaarien tehokkuus perustui paitsi osaaviin kouluttajiin myös vuorovaikutteisuuteen ja tarvelähtöisyyteen: kysymyksille ja vastauksille varattiin aidosti tarpeeksi aikaa. </span>\r\n\r\n<i><span style=\"font-weight: 400;\">Uusi normaali </span></i><span style=\"font-weight: 400;\">on LUKU-verkoston kevään viimeisen, toukokuussa pidetyn webinaarin nimi. Siinä Misha Lindvall esitteli käsitettä laajennettu luokkahuone ja kertoi älykkäästä tilanhallinnasta. Keskustelua osallistujien kanssa käytiin myös tavoista tukea opiskelijaa. Ensi elokuussa näemme, poikkeaako uusi normaali kevään 2020 normaalista. Mutta sitä ennen kaunista ja turvallista kesää!</span>\r\n\r\n&nbsp;\r\n\r\nMicaela Morero\r\nLUKU-verkoston koordinaattori\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','uusi normaali','','inherit','closed','closed','','607-revision-v1','','','2020-08-25 07:49:58','2020-08-25 07:49:58','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(609,1,'2017-04-22 06:55:22','2017-04-22 06:55:22','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title admin_label=\"Fullwidth Post Title\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','The Ultimate Guide To Facebook Ads','','publish','open','open','','ultimate-guide-facebook-ads','','','2017-04-22 06:55:22','2017-04-22 06:55:22','',0,'http://ally.divilover.com/?p=609',0,'post','',0),(624,1,'2017-04-22 07:31:40','2017-04-22 07:31:40','[et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_post_title admin_label=\"Fullwidth Post Title\" title=\"on\" meta=\"on\" author=\"on\" date=\"on\" categories=\"on\" comments=\"on\" featured_image=\"on\" featured_placement=\"background\" parallax_effect=\"off\" parallax_method=\"on\" text_orientation=\"center\" text_color=\"light\" text_background=\"off\" text_bg_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gradient-overlay\" title_font_size_last_edited=\"on|phone\" title_font_size=\"60px\" title_font_size_tablet=\"46px\" title_font_size_phone=\"30px\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.\n<h2>Header Level 2</h2>\n<ol>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h3>Header Level 3</h3>\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','4 Ways You Can Grow Your Creativity','','publish','open','open','','4-ways-can-grow-creativity','','','2017-04-22 07:31:40','2017-04-22 07:31:40','',0,'http://ally.divilover.com/?p=624',0,'post','',0),(839,1,'2017-04-24 09:11:46','2017-04-24 09:11:46','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Team Members%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Yhteys</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Oppimisympäristöasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-left\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<p><span style=\"color: #999999;\">0443691469<br />misha.lindvall@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123665\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" background_layout=\"dark\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team Members','','publish','closed','closed','','team-members','','','2019-11-01 09:16:54','2019-11-01 09:16:54','',0,'http://ally.divilover.com/?page_id=839',14,'page','',0),(123663,1,'2018-07-26 16:39:50','2018-07-26 16:39:50','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Team Members%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Yhteyshenkilöt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Oppimisympäristöasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-left\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<p><span style=\"color: #999999;\">0443691469<br />misha.lindvall@edu.lohja.fi</span></p>\n[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Juha-Pekka Syrjälä\" position=\"Järjestelmäasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #999999;\">0443757447<br />juha-pekka.syrjälä@edu.lohja.fi</span></p>\n[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Team Members','','inherit','closed','closed','','839-revision-v1','','','2018-07-26 16:39:50','2018-07-26 16:39:50','',839,'http://lukuverkosto.fi/home/839-revision-v1/',0,'revision','',0),(849,1,'2017-04-24 09:30:49','2017-04-24 09:30:49','[et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Images &amp; Galleries%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h1 class=\"ally-lines\">Images &amp; Galleries</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Gallery</h3>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1215,1210,1205,1207,1214,1212,1208,1206\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Fullwidth Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||50px|\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3>Fullwidth Gallery</h3>\n<p><strong class=\"ally-lines\">With custom gutter width</strong></p>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1211,1204,1206,1212,1208,1213,1207,1214\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" zoom_icon_color=\"#ffffff\" hover_icon=\"%%108%%\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Image styles%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Image styles</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Gradient overlay%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Gradient overlay</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"left\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Tilt hover effect%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Tilt hover effect</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" animation_direction=\"bottom\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Overlay &amp; Tilt%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Overlay &amp; Tilt</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" animation_direction=\"right\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Images & Galleries','','publish','closed','closed','','images-galleries','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?page_id=849',13,'page','',0),(862,1,'2017-04-24 09:50:22','2017-04-24 09:50:22','[et_pb_section admin_label=\"section\" bb_built=\"1\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonials%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1 class=\"ally-lines\">Testimonials</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" module_class=\"ally-testimonial ally-left\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url=\"#\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" module_class=\"ally-testimonial ally-right\"]\n\nPraesent sapien massa, convallis a pellentesque nec, egestas non nisi. Cras ultricies ligula sed magna dictum porta. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Cras ultricies ligula sed magna dictum porta.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"John Author\" job_title=\"CEO\" company_name=\"John\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person1.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial ally-left\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial ally-right\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Testimonial Slider%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3 class=\"ally-lines\">Testimonial Slider</h3>\n[/et_pb_text][et_pb_slider admin_label=\"Testimonial Slider\" saved_tabs=\"all\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"on\" background_position=\"default\" background_size=\"default\" top_padding=\"40px\" top_padding_last_edited=\"on|tablet\" bottom_padding=\"40px\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"on\" header_font_size=\"36\" header_font_size_tablet=\"30\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|phone\" header_text_color=\"#000000\" body_font_size=\"17\" body_font_size_tablet=\"16\" body_font_size_phone=\"15\" body_font_size_last_edited=\"on|phone\" body_text_color=\"#000000\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-testimonial-slider\"] [et_pb_slide heading=\"The results were amazing\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat. <em>- Ally McCain</em> [/et_pb_slide][et_pb_slide heading=\"So simple and so easy to use\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Sed porttitor lectus nibh. Vivamus suscipit tortor eget felis porttitor volutpat. <em>- Miriam Dolores</em> [/et_pb_slide] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','publish','closed','closed','','testimonials','','','2017-04-24 09:50:22','2017-04-24 09:50:22','',0,'http://ally.divilover.com/?page_id=862',12,'page','',0),(911,1,'2017-04-24 13:47:19','2017-04-24 13:47:19','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Pricing Tables%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Hinnasto</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\" custom_padding=\"51.1875px|0px|64px|0|false|false\"][et_pb_row admin_label=\"row\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables header_background_color=\"#000000\" show_bullet=\"off\" center_list_items=\"on\" admin_label=\"Pricing Tables\" module_class=\"ally-pricing ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" body_font_size=\"16px\" body_line_height=\"16px\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" remove_featured_drop_shadow=\"off\"][et_pb_pricing_table title=\"Cum laude\" currency=\"€\" per=\"kuukausi\" sum=\"29\" button_url=\"#\" button_text=\"Tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>- Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Magna\" currency=\"€\" per=\"kuukausi\" sum=\"39\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Eximia\" subtitle=\"Suosituin\" currency=\"€\" per=\"kuukausi\" sum=\"49\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Laudatur\" currency=\"€\" per=\"kuukausi\" sum=\"69\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>+ 12/7 asiakaspalvelu</p>\n<p>+ Koulukohtainen sivusto</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row _builder_version=\"3.10.1\" custom_padding=\"25.59375px|0px|17px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.10.1\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.10.1\"]<p><span style=\"font-size: x-small;\">*kaikki hinnat ilman alv:ia. iKoe-järjestelmän kytkentämaksu 450 euroa. Pidätämme oikeudet muutoksiin. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Pricing Tables','','publish','closed','closed','','pricing-tables','','','2018-07-28 14:43:22','2018-07-28 14:43:22','',0,'http://ally.divilover.com/?page_id=911',17,'page','',0),(123772,1,'2018-07-28 14:26:22','2018-07-28 14:26:22','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Pricing Tables%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Hinnasto</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables header_background_color=\"#000000\" show_bullet=\"off\" center_list_items=\"on\" admin_label=\"Pricing Tables\" module_class=\"ally-pricing ally-bottom\" _builder_version=\"3.0.87\" header_font_size=\"24\" body_font_size=\"16px\" body_line_height=\"16px\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" remove_featured_drop_shadow=\"off\"][et_pb_pricing_table title=\"Basic\" currency=\"$\" per=\"month\" sum=\"15\" button_url=\"#\" button_text=\"Sign Up\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 10GB Storage\n+ All Themes\n+ Access to Tutorials\n- Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table title=\"Standard\" currency=\"$\" per=\"month\" sum=\"29\" button_url=\"#\" button_text=\"Sign Up\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 50GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n- Extended Security\n- 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Premium\" subtitle=\"Best Value\" currency=\"$\" per=\"month\" sum=\"49\" button_url=\"#\" button_text=\"Sign Up\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ 100GB Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n- White Label[/et_pb_pricing_table][et_pb_pricing_table title=\"Ultimate\" currency=\"$\" per=\"month\" sum=\"99\" button_url=\"#\" button_text=\"Sign Up\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]+ Unlimited Storage\n+ All Themes\n+ Access to Tutorials\n+ Auto Backup\n+ Extended Security\n+ 24/7 Support\n+ White Label[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section]','Pricing Tables','','inherit','closed','closed','','911-revision-v1','','','2018-07-28 14:26:22','2018-07-28 14:26:22','',911,'http://lukuverkosto.fi/home/911-revision-v1/',0,'revision','',0),(123787,1,'2018-07-29 05:46:35','2018-07-29 05:46:35','','astonished-girl-with-glasses-holding-a-blank-sign_1154-211','','inherit','open','closed','','astonished-girl-with-glasses-holding-a-blank-sign_1154-211','','','2018-07-29 05:46:35','2018-07-29 05:46:35','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/astonished-girl-with-glasses-holding-a-blank-sign_1154-211.jpg',0,'attachment','image/jpeg',0),(972,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','','Blog with sidebar','','publish','closed','closed','','blog-with-sidebar','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',0,'http://ally.divilover.com/blog-with-sidebar/',9,'page','',0),(973,1,'2017-04-10 06:38:54','2017-04-10 06:38:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\" saved_tabs=\"all\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koealustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuaalipalvelimia?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Suomen suurimmassa koeverkossa, Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','publish','closed','closed','','faq','','','2018-07-28 13:45:05','2018-07-28 13:45:05','',0,'http://ally.divilover.com/project-with-sidebar/',4,'page','',0),(123650,1,'2018-07-26 12:43:43','2018-07-26 12:43:43','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä  kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koeohjelmistosta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun abit-verkon kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan abit-verkon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimelle. Langaton abittijärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty abittijärjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita ja sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät Abitin verkkovalikosta, verkosta iKoe.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuulipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri koulukäytössä olevaa rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiin. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-ominaisuutta.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmästä on saman aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Any other questions?</h3>\n<strong class=\"ally-lines\">CONTACT US TO GET YOUR ANSWERS</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-26 12:43:43','2018-07-26 12:43:43','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(444,1,'2017-04-13 19:11:41','2017-04-13 19:11:41','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #7','','publish','open','closed','','sample-project-7','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=444',0,'project','',0),(446,1,'2017-04-13 19:12:40','2017-04-13 19:12:40','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #8','','publish','open','closed','','sample-project-8','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=446',0,'project','',0),(448,1,'2017-04-13 19:15:33','2017-04-13 19:15:33','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #9','','publish','open','closed','','sample-project-9','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=448',0,'project','',0),(450,1,'2017-04-13 19:16:12','2017-04-13 19:16:12','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #10','','publish','open','closed','','sample-project-10','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=450',0,'project','',0),(452,1,'2017-04-13 19:16:44','2017-04-13 19:16:44','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\" link_option_url=\"http://lukuverkosto.fi/home/counters/?et_fb=1\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','publish','open','closed','','sample-project-11','','','2019-08-05 18:34:42','2019-08-05 18:34:42','',0,'http://ally.divilover.com/?post_type=project&#038;p=452',0,'project','',0),(123936,1,'2018-08-14 07:55:11','2018-08-14 07:55:11','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-08-14 07:55:11','2018-08-14 07:55:11','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123803,1,'2018-07-29 06:38:08','2018-07-29 06:38:08','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123800\" custom_padding=\"51.1875px|0|35px|0px|false|false\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-07-29 06:38:08','2018-07-29 06:38:08','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(454,1,'2017-04-13 19:17:12','2017-04-13 19:17:12','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #12','','publish','open','closed','','sample-project-12','','','2018-07-19 07:55:45','2018-07-19 07:55:45','',0,'http://ally.divilover.com/?post_type=project&#038;p=454',0,'project','',0),(123583,1,'2017-04-24 19:20:20','2017-04-24 19:20:20','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|phone\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-hasitall.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"300px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Easy edits with Theme Customizer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Easy edits with Theme Customizer</h2>\nYou can <strong>easily make changes</strong> to your website using Theme Customizer. Change colors of the gradient overlays, set the look of custom Call To Action menu item and more.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fullscreen Slider%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fullscreen Slider</h2>\nWelcome your visitors with a full-screen image or video. It doesn\'t have to be one image - it is a slider! You can display an image / logo that stays on top of each slide. It has custom animated scroll down arrow added for better navigation.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Hover me!\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image1.jpg\" custom_padding=\"40px|40px|40px|40px\" custom_padding_last_edited=\"on|phone\" font_icon=\"%%141%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fun Tilt Hover Effect%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fun Tilt Hover Effect</h2>\nYou can use this effect on any module! Simply add a class of <strong>ally-tilt</strong> in Custom CSS tab and admire the effect. Just don\'t use it too much - remember \"less is more\". It is a hover effect - so it only works on desktop.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22CTA Menu Item%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>CTA Menu Item with Widget-Ready Popup</h2>\nYou can set the look of Call To Action Menu Item in Theme Customizer. And Popup is widget-ready. Thanks to Divi Widget Builder (by SJ James) you can <strong>add any module or layout from Divi Library </strong>to the Popup area.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Follow-the-mouse Overlay%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Follow-the-mouse Overlay Effect</h2>\nDirection aware overlay effect is used on portfolio and gallery module. The overlay will slide in and slide out, following your mouse movement. It is fun and different.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Category &amp; Archive Pages Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Category &amp; Archive Pages Styling</h2>\nDivi blog doesn\'t have to look boring. Ally has built in custom styling for all the standard blog pages - <strong>archive, category, author and search result pages</strong>. Ally also extends wordpress \"Recent Posts Widget\" with each post thumbnail. You can also add any Divi Layout to sidebar.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Simple One Click Install%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Simple One Click Install</h3>\nAlly features a <strong>one click demo content installation</strong> to get your site looking like the demo in no time.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Widget Area Before the Footer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Widget Area Before the Footer</h3>\nYou can design your footer with Divi Page Builder and choose to show it on every page (using Divi Widget Builder). There is no need to add a global section to each page and post.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fly-In Animations%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Fly-In Animations</h3>\nYou can easily animate any module on scroll down and scroll up. Just add a custom CSS class of <strong>ally-left</strong>, <strong>ally-right</strong>, <strong>ally-bottom</strong>, <strong>ally-top</strong> or <strong>ally-fade</strong>.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Divi Modules Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Divi Modules Styling</h3>\nAlly features multiple pre-styled modules. Several version of Blurbs and many others. Just pick &amp; choose the ones that suit your project.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Features - Page Layout','','inherit','closed','closed','','1037-revision-v1','','','2017-04-24 19:20:20','2017-04-24 19:20:20','',1037,'http://lukuverkosto.fi/home/1037-revision-v1/',0,'revision','',0),(123584,1,'2017-04-24 19:19:14','2017-04-24 19:19:14','[et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Images &amp; Galleries%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h1 class=\"ally-lines\">Images &amp; Galleries</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Gallery</h3>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1215,1210,1205,1207,1214,1212,1208,1206\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Fullwidth Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||50px|\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3>Fullwidth Gallery</h3>\n<strong class=\"ally-lines\">With custom gutter width</strong>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1211,1204,1206,1212,1208,1213,1207,1214\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" zoom_icon_color=\"#ffffff\" hover_icon=\"%%108%%\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Image styles%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Image styles</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Gradient overlay%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Gradient overlay</strong>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"left\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Tilt hover effect%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Tilt hover effect</strong>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" animation_direction=\"bottom\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Overlay &amp; Tilt%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<strong>Overlay &amp; Tilt</strong>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" animation_direction=\"right\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Images & Galleries - Page Layout','','inherit','closed','closed','','1171-revision-v1','','','2017-04-24 19:19:14','2017-04-24 19:19:14','',1171,'http://lukuverkosto.fi/home/1171-revision-v1/',0,'revision','',0),(123587,1,'2017-04-24 19:30:15','2017-04-24 19:30:15','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" /]','Ally - Image with Gradient Overlay - Module','','inherit','closed','closed','','1062-revision-v1','','','2017-04-24 19:30:15','2017-04-24 19:30:15','',1062,'http://lukuverkosto.fi/home/1062-revision-v1/',0,'revision','',0),(123588,1,'2017-04-24 19:30:29','2017-04-24 19:30:29','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" /]','Ally - Image with Tilt Effect - Module','','inherit','closed','closed','','1063-revision-v1','','','2017-04-24 19:30:29','2017-04-24 19:30:29','',1063,'http://lukuverkosto.fi/home/1063-revision-v1/',0,'revision','',0),(123589,1,'2017-04-24 19:30:41','2017-04-24 19:30:41','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" /]','Ally - Image with Overlay and Tilt Effect - Module','','inherit','closed','closed','','1064-revision-v1','','','2017-04-24 19:30:41','2017-04-24 19:30:41','',1064,'http://lukuverkosto.fi/home/1064-revision-v1/',0,'revision','',0),(123590,1,'2017-04-29 20:08:01','2017-04-29 20:08:01','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Sample Project 1 - Page Layout','','inherit','closed','closed','','1294-revision-v1','','','2017-04-29 20:08:01','2017-04-29 20:08:01','',1294,'http://lukuverkosto.fi/home/1294-revision-v1/',0,'revision','',0),(123591,1,'2017-04-29 20:09:31','2017-04-29 20:09:31','[et_pb_section bb_built=\"1\"][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"left\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" background_layout=\"light\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"left\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" animation_direction=\"right\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"fade\" animation_direction=\"top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_direction=\"left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial\" url_new_window=\"off\" quote_icon=\"on\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" quote_icon_background_color=\"#f5f5f5\" animation_style=\"fade\" animation_direction=\"right\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_icon_placement=\"right\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Ally - Sample Project 2 - Page Layout','','inherit','closed','closed','','1295-revision-v1','','','2017-04-29 20:09:31','2017-04-29 20:09:31','',1295,'http://lukuverkosto.fi/home/1295-revision-v1/',0,'revision','',0),(123594,1,'2017-04-10 06:38:53','2017-04-10 06:38:53','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|phone\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-hasitall.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"300px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Easy edits with Theme Customizer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Easy edits with Theme Customizer</h2>\nYou can <strong>easily make changes</strong> to your website using Theme Customizer. Change colors of the gradient overlays, set the look of custom Call To Action menu item and more.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fullscreen Slider%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fullscreen Slider</h2>\nWelcome your visitors with a full-screen image or video. It doesn\'t have to be one image - it is a slider! You can display an image / logo that stays on top of each slide. It has custom animated scroll down arrow added for better navigation.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Hover me!\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" custom_padding=\"40px|40px|40px|40px\" custom_padding_last_edited=\"on|phone\" font_icon=\"%%141%%\" icon_font_size=\"50px\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fun Tilt Hover Effect%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Fun Tilt Hover Effect</h2>\nYou can use this effect on any module! Simply add a class of <strong>ally-tilt</strong> in Custom CSS tab and admire the effect. Just don\'t use it too much - remember \"less is more\". It is a hover effect - so it only works on desktop.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22CTA Menu Item%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>CTA Menu Item with Widget-Ready Popup</h2>\nYou can set the look of Call To Action Menu Item in Theme Customizer. And Popup is widget-ready. Thanks to Divi Widget Builder (by SJ James) you can <strong>add any module or layout from Divi Library </strong>to the Popup area.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Follow-the-mouse Overlay%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Follow-the-mouse Overlay Effect</h2>\nDirection aware overlay effect is used on portfolio and gallery module. The overlay will slide in and slide out, following your mouse movement. It is fun and different.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Category &amp; Archive Pages Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h2>Category &amp; Archive Pages Styling</h2>\nDivi blog doesn\'t have to look boring. Ally has built in custom styling for all the standard blog pages - <strong>archive, category, author and search result pages</strong>. Ally also extends wordpress \"Recent Posts Widget\" with each post thumbnail. You can also add any Divi Layout to sidebar.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Simple One Click Install%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Simple One Click Install</h3>\nAlly features a <strong>one click demo content installation</strong> to get your site looking like the demo in no time.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Widget Area Before the Footer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 style=\"font-size: 1.8em;\">Widget Area Before the Footer</h3>\nYou can design your footer with Divi Page Builder and choose to show it on every page (using Divi Widget Builder). There is no need to add a global section to each page and post.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fly-In Animations%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Fly-In Animations</h3>\nYou can easily animate any module on scroll down and scroll up. Just add a custom CSS class of <strong>ally-left</strong>, <strong>ally-right</strong>, <strong>ally-bottom</strong>, <strong>ally-top</strong> or <strong>ally-fade</strong>.\n\n[/et_pb_text][et_pb_text admin_label=\"Text %22Divi Modules Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3 style=\"font-size: 1.8em;\">Divi Modules Styling</h3>\nAlly features multiple pre-styled modules. Several version of Blurbs and many others. Just pick &amp; choose the ones that suit your project.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Features','','inherit','closed','closed','','968-revision-v1','','','2017-04-10 06:38:53','2017-04-10 06:38:53','',968,'http://lukuverkosto.fi/home/968-revision-v1/',0,'revision','',0),(123595,1,'2017-04-13 17:59:47','2017-04-13 17:59:47','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #1','','inherit','closed','closed','','405-revision-v1','','','2017-04-13 17:59:47','2017-04-13 17:59:47','',405,'http://lukuverkosto.fi/home/405-revision-v1/',0,'revision','',0),(123596,1,'2017-04-13 18:00:33','2017-04-13 18:00:33','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #2','','inherit','closed','closed','','419-revision-v1','','','2017-04-13 18:00:33','2017-04-13 18:00:33','',419,'http://lukuverkosto.fi/home/419-revision-v1/',0,'revision','',0),(123597,1,'2017-04-13 18:09:49','2017-04-13 18:09:49','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #3','','inherit','closed','closed','','421-revision-v1','','','2017-04-13 18:09:49','2017-04-13 18:09:49','',421,'http://lukuverkosto.fi/home/421-revision-v1/',0,'revision','',0),(123598,1,'2017-04-13 19:08:30','2017-04-13 19:08:30','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #4','','inherit','closed','closed','','434-revision-v1','','','2017-04-13 19:08:30','2017-04-13 19:08:30','',434,'http://lukuverkosto.fi/home/434-revision-v1/',0,'revision','',0),(123599,1,'2017-04-13 19:10:04','2017-04-13 19:10:04','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #5','','inherit','closed','closed','','440-revision-v1','','','2017-04-13 19:10:04','2017-04-13 19:10:04','',440,'http://lukuverkosto.fi/home/440-revision-v1/',0,'revision','',0),(123600,1,'2017-04-13 19:10:39','2017-04-13 19:10:39','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #6','','inherit','closed','closed','','442-revision-v1','','','2017-04-13 19:10:39','2017-04-13 19:10:39','',442,'http://lukuverkosto.fi/home/442-revision-v1/',0,'revision','',0),(123601,1,'2017-04-24 09:30:49','2017-04-24 09:30:49','[et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Images &amp; Galleries%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h1 class=\"ally-lines\">Images &amp; Galleries</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Gallery</h3>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1215,1210,1205,1207,1214,1212,1208,1206\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Fullwidth Gallery%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||50px|\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3>Fullwidth Gallery</h3>\n<p><strong class=\"ally-lines\">With custom gutter width</strong></p>\n\n[/et_pb_text][et_pb_gallery gallery_ids=\"1211,1204,1206,1212,1208,1213,1207,1214\" fullwidth=\"off\" posts_number=\"8\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" zoom_icon_color=\"#ffffff\" hover_icon=\"%%108%%\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Image styles%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<h3 class=\"ally-lines\">Image styles</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Gradient overlay%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Gradient overlay</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"left\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Tilt hover effect%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Tilt hover effect</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt\" animation_direction=\"bottom\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text %22Overlay &amp; Tilt%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\n<p><strong>Overlay &amp; Tilt</strong></p>\n\n[/et_pb_text][et_pb_image src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"right\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-tilt ally-image-overlay\" animation_direction=\"right\" show_bottom_space=\"on\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.89\" border_color_all=\"#ffffff\" border_style_all=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Images & Galleries','','inherit','closed','closed','','849-revision-v1','','','2017-04-24 09:30:49','2017-04-24 09:30:49','',849,'http://lukuverkosto.fi/home/849-revision-v1/',0,'revision','',0),(123602,1,'2017-04-13 19:11:41','2017-04-13 19:11:41','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #7','','inherit','closed','closed','','444-revision-v1','','','2017-04-13 19:11:41','2017-04-13 19:11:41','',444,'http://lukuverkosto.fi/home/444-revision-v1/',0,'revision','',0),(123603,1,'2017-04-13 19:12:40','2017-04-13 19:12:40','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #8','','inherit','closed','closed','','446-revision-v1','','','2017-04-13 19:12:40','2017-04-13 19:12:40','',446,'http://lukuverkosto.fi/home/446-revision-v1/',0,'revision','',0),(123604,1,'2017-04-13 19:15:33','2017-04-13 19:15:33','[et_pb_section admin_label=\"Section\" bb_built=\"1\"][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" parallax_method_1=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" module_class=\"ally-left\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-left\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-bottom\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1 ally-right\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" background_layout=\"light\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial ally-right\" url_new_window=\"off\" quote_icon=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-bottom\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #9','','inherit','closed','closed','','448-revision-v1','','','2017-04-13 19:15:33','2017-04-13 19:15:33','',448,'http://lukuverkosto.fi/home/448-revision-v1/',0,'revision','',0),(123605,1,'2017-04-13 19:16:12','2017-04-13 19:16:12','[et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"] [/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial admin_label=\"Testimonial\" author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #10','','inherit','closed','closed','','450-revision-v1','','','2017-04-13 19:16:12','2017-04-13 19:16:12','',450,'http://lukuverkosto.fi/home/450-revision-v1/',0,'revision','',0),(123606,1,'2017-04-13 19:16:44','2017-04-13 19:16:44','[et_pb_section bb_built=\"1\"][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_direction=\"left\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Overview%22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"right\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" text_orientation=\"right\" background_layout=\"light\" module_alignment=\"right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"left\"]\n<h3>Challanges &amp; Our Solution</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image with overlay &amp; tilt\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image15.jpg\" animation=\"right\" align=\"center\" force_fullwidth=\"on\" module_class=\"ally-image-overlay ally-tilt\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" animation_direction=\"right\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/ally-bg1.jpg\" module_class=\"ally-gradient-overlay\" custom_padding_last_edited=\"on|phone\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\" custom_padding_tablet=\"50px|0|50px|0\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Our Process%22\" background_layout=\"dark\" text_orientation=\"center\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"top\"]\n<h2 class=\"ally-line\">Our Process</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|0px|0px\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" header_font=\"Source Sans Pro|on||on|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" body_font=\"|on||on|\" body_letter_spacing=\"1px\" url_new_window=\"off\" use_circle_border=\"off\" icon_placement=\"top\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" max_width_tablet=\"50px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"left\"]\n<h3 class=\"ally-line\">Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" use_background_color=\"off\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial\" url_new_window=\"off\" quote_icon=\"on\" background_layout=\"light\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" quote_icon_background_color=\"#f5f5f5\" animation_style=\"slide\" animation_direction=\"right\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#000000\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"top\"]\n<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_color=\"#000000\" url_new_window=\"off\" background_layout=\"dark\" custom_button=\"off\" button_icon_placement=\"right\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2017-04-13 19:16:44','2017-04-13 19:16:44','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123607,1,'2017-04-13 19:17:12','2017-04-13 19:17:12','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h1>Project Title</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.\n\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://divilover.eu/ally/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nPellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nUllamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Client View</h3>\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://divilover.eu/ally/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.\n\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\n<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #12','','inherit','closed','closed','','454-revision-v1','','','2017-04-13 19:17:12','2017-04-13 19:17:12','',454,'http://lukuverkosto.fi/home/454-revision-v1/',0,'revision','',0),(123622,1,'2018-07-22 11:50:20','2018-07-22 11:50:20','','iKoe, logo','','inherit','open','closed','','ikoe-logo','','','2018-07-22 11:50:20','2018-07-22 11:50:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/iKoe-logo.png',0,'attachment','image/png',0),(123680,1,'2018-07-26 16:59:19','2018-07-26 16:59:19','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Contact Us%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Ota yhteyttä!</h1>\n<p><strong class=\"ally-lines\">Kuinka voimme olla avuksi tänään?</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_image=\"https://divilover.com/import/ally/wp-content/uploads/2017/04/contact-bg.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Free Consultation%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2 class=\"ally-line\">Ilmainen esittely</h2>\n<p>Varaa täysin veloitukseton esittely - et sitoudu mihinkään.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|tablet\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" admin_label=\"Row\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_contact_form captcha=\"off\" admin_label=\"Contact Form\" module_class=\"ally-contact-form-dark ally-booking\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"1px\" border_color_all=\"#000000\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#000000\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" email=\"misha.lindvall@edu.lohja.fi\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Puhelin\" field_title=\"Puhelinnumero\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_code admin_label=\"Code - change default %22submit%22 text on contact form\" _builder_version=\"3.0.47\"]&lt;script type=&quot;text/javascript&quot;&gt; jQuery(document).ready(function(){ jQuery(&quot;.ally-booking button.et_pb_contact_submit&quot;).text(&quot;Book Now&quot;); }); &lt;/script&gt;[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','964-revision-v1','','','2018-07-26 16:59:19','2018-07-26 16:59:19','',964,'http://lukuverkosto.fi/home/964-revision-v1/',0,'revision','',0),(123637,1,'2018-07-26 11:11:25','2018-07-26 11:11:25','[et_pb_section bb_built=\"1\" background_color=\"#010f25\" _builder_version=\"3.0.91\" border_color_all=\"#001a42\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_css_main_1=\"border-right:1px solid #11233e;\" custom_css_main_2=\"border-right:1px solid #11233e;\" custom_css_main_3=\"border-right:1px solid #11233e;\" _builder_version=\"3.10.1\" border_color_all=\"#001a42\"][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.10.1\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"rgba(255,255,255,0.48)\" border_color_right=\"#515151\"]\n\n<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.10.1\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_font_size=\"20px\" header_5_text_color=\"#969696\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]\n\n<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_signup mailchimp_list=\"36178c9b24\" mailchimp_account_name=\"BestDiviChild\" mailchimp_api_key=\"fb01c2701df51f2bc085088a9326b09a-us16\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" background_color=\"rgba(126,190,197,0)\" form_field_background_color=\"rgba(24,49,86,0.66)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" _builder_version=\"3.10.1\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_font_size=\"13px\" body_text_color=\"rgba(255,255,255,0.48)\" body_line_height=\"2em\" result_message_font=\"||||||||\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" custom_padding=\"0px|||\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" locked=\"off\" use_focus_border_color=\"off\" description=\"Curabitur taciti elit magna quisque vitae facilisis semper sem mi.\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.91\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]\n\n<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\n\n[/et_pb_text][et_pb_social_media_follow background_layout=\"dark\" _builder_version=\"3.0.91\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer','','inherit','closed','closed','','1853-autosave-v1','','','2018-07-26 11:11:25','2018-07-26 11:11:25','',1853,'http://lukuverkosto.fi/home/1853-autosave-v1/',0,'revision','',0),(123638,1,'2018-07-26 11:18:22','2018-07-26 11:18:22','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" module_class=\"ally-gradient-overlay\" background_video_mp4=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4\" background_video_webm=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm\" custom_padding=\"||100px|\" custom_padding_last_edited=\"off|desktop\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg\" padding_mobile=\"off\" background_color=\"#ffffff\" custom_padding_tablet=\"50px|0|50px|0\" _builder_version=\"3.0.89\" background_video_width=\"960\" background_video_height=\"540\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<h4>Let\'s Connect</h4>\r\n\r\n[/et_pb_text][et_pb_social_media_follow link_shape=\"circle\" background_layout=\"dark\" url_new_window=\"off\" follow_button=\"off\" module_class=\"ally-social ally-left\" border_radii=\"on|100%|100%|100%|100%\"]\r\n\r\n[et_pb_social_media_follow_network social_network=\"facebook\" url=\"#\" skype_action=\"call\" bg_color=\"rgba(59,89,152,0)\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" url=\"#\" skype_action=\"call\" bg_color=\"rgba(0,172,237,0)\"] Twitter [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" url=\"#\" skype_action=\"call\" bg_color=\"rgba(81,127,164,0)\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" url=\"#\" skype_action=\"call\" bg_color=\"rgba(168,36,0,0)\"] Youtube [/et_pb_social_media_follow_network]\r\n\r\n[/et_pb_social_media_follow][et_pb_text background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<h4>Contact Details</h4>\r\n\r\n[/et_pb_text][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\nLocation - Proin eget tortor risus.\r\nCurabitur non nulla sit amet nisl.\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n048 600 467 415\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"dark\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" body_font_size=\"18\" body_line_height=\"1.4em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<a href=\"mailto:hello@divilover.com\">hello@divilover.com</a>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<h2 class=\"no-line\">Get in Touch</h2>\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_icon_placement=\"right\" module_class=\"ally-contact-form ally-right\" border_radii=\"on|0px|0px|0px|0px\" _builder_version=\"3.0.89\" submit_button_text=\"Send us a message\"]\r\n\r\n[et_pb_contact_field field_title=\"Your Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Your E-mail\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Message\" field_type=\"text\" field_id=\"Message\" required_mark=\"on\" fullwidth_field=\"on\" /]\r\n\r\n[/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Footer Layout','','inherit','closed','closed','','269-revision-v1','','','2018-07-26 11:18:22','2018-07-26 11:18:22','',269,'http://lukuverkosto.fi/home/269-revision-v1/',0,'revision','',0),(123645,1,'2018-07-26 11:33:41','2018-07-26 11:33:41','','ikoe','','inherit','open','closed','','ikoe-2','','','2018-07-26 11:38:29','2018-07-26 11:38:29','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe.png',0,'attachment','image/png',0),(123646,1,'2018-07-26 11:33:51','2018-07-26 11:33:51','','Ally','','inherit','closed','closed','','148-revision-v1','','','2018-07-26 11:33:51','2018-07-26 11:33:51','',148,'http://lukuverkosto.fi/home/148-revision-v1/',0,'revision','',0),(123647,1,'2018-07-26 11:40:38','2018-07-26 11:40:38','','ikoe, blanko','','inherit','open','closed','','ikoe-blanko','','','2018-07-26 11:41:14','2018-07-26 11:41:14','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-blanko.png',0,'attachment','image/png',0),(123648,1,'2018-07-26 11:43:24','2018-07-26 11:43:24','','','','inherit','open','closed','','ikoe-blanko-2','','','2018-07-26 11:46:08','2018-07-26 11:46:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-blanko-2.png',0,'attachment','image/png',0),(123642,1,'2018-07-26 11:24:39','2018-07-26 11:24:39','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.89\" background_color=\"#ffffff\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg\" background_video_mp4=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4\" background_video_webm=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm\" background_video_width=\"960\" background_video_height=\"540\" custom_padding=\"||100px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text module_class=\"ally-left\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h4>Ollaan yhteydessä!</h4>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" module_class=\"ally-social ally-left\" _builder_version=\"3.0.87\" border_radii=\"on|100%|100%|100%|100%\" background_layout=\"dark\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"rgba(59,89,152,0)\" bg_color=\"rgba(59,89,152,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"rgba(0,172,237,0)\" bg_color=\"rgba(0,172,237,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Twitter [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.74\" background_color=\"rgba(81,127,164,0)\" bg_color=\"rgba(81,127,164,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.74\" background_color=\"rgba(168,36,0,0)\" bg_color=\"rgba(168,36,0,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Youtube [/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_text module_class=\"ally-left\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h4>Yhteystiedot</h4>\n[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Karstuntie 6\n08100 Lohja\n[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]0443691469[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<a href=\"mailto:misha.lindvall@edu.lohja.fi\">misha.lindvall@edu.lohja.fi</a>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text module_class=\"ally-right\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2 class=\"no-line\">Ota yhteyttä</h2>[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_class=\"ally-contact-form ally-right\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköpostiosoite\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Footer Layout','','inherit','closed','closed','','269-revision-v1','','','2018-07-26 11:24:39','2018-07-26 11:24:39','',269,'http://lukuverkosto.fi/home/269-revision-v1/',0,'revision','',0),(123640,1,'2018-07-26 11:20:12','2018-07-26 11:20:12','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.89\" background_color=\"#ffffff\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg\" background_video_mp4=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4\" background_video_webm=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm\" background_video_width=\"960\" background_video_height=\"540\" custom_padding=\"||100px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text module_class=\"ally-left\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h4>Ollaan yhteydessä!</h4>[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" module_class=\"ally-social ally-left\" _builder_version=\"3.0.87\" border_radii=\"on|100%|100%|100%|100%\" background_layout=\"dark\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.74\" background_color=\"rgba(59,89,152,0)\" bg_color=\"rgba(59,89,152,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.74\" background_color=\"rgba(0,172,237,0)\" bg_color=\"rgba(0,172,237,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Twitter [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.0.74\" background_color=\"rgba(81,127,164,0)\" bg_color=\"rgba(81,127,164,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.74\" background_color=\"rgba(168,36,0,0)\" bg_color=\"rgba(168,36,0,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\"] Youtube [/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_text module_class=\"ally-left\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h4>Contact Details</h4>\r[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.0.87\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Location - Proin eget tortor risus.\r\nCurabitur non nulla sit amet nisl.\r[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.0.87\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]048 600 467 415\r[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" admin_label=\"Blurb - Style 4\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.0.87\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<a href=\"mailto:hello@divilover.com\">hello@divilover.com</a>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text module_class=\"ally-right\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2 class=\"no-line\">Ota yhteyttä</h2>[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send us a message\" module_class=\"ally-contact-form ally-right\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Your Name\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Your E-mail\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Footer Layout','','inherit','closed','closed','','269-revision-v1','','','2018-07-26 11:20:12','2018-07-26 11:20:12','',269,'http://lukuverkosto.fi/home/269-revision-v1/',0,'revision','',0),(123716,1,'2018-07-27 21:52:44','2018-07-27 21:52:44','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-2.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 21:52:44','2018-07-27 21:52:44','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123652,1,'2018-07-26 12:50:07','2018-07-26 12:50:07','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä  kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koelustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuulipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Any other questions?</h3>\n<strong class=\"ally-lines\">CONTACT US TO GET YOUR ANSWERS</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-26 12:50:07','2018-07-26 12:50:07','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123655,1,'2018-07-26 12:52:20','2018-07-26 12:52:20','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä  kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koelustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuulipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-26 12:52:20','2018-07-26 12:52:20','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123654,1,'2018-07-26 12:51:51','2018-07-26 12:51:51','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä  kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koelustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuulipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-26 12:51:51','2018-07-26 12:51:51','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123657,1,'2018-07-26 13:23:10','2018-07-26 13:23:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koealustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>\n[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuaalipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-26 13:23:10','2018-07-26 13:23:10','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123660,1,'2018-07-26 16:20:42','2018-07-26 16:20:42','','Misha, profiilikuva','','inherit','open','closed','','misha-profiilikuva','','','2018-07-26 16:20:42','2018-07-26 16:20:42','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg',0,'attachment','image/jpeg',0),(123665,1,'2018-07-26 16:42:05','2018-07-26 16:42:05','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','publish','closed','closed','','are-you-ready-to-start','','','2018-07-26 17:02:56','2018-07-26 17:02:56','',0,'http://lukuverkosto.fi/home/et_pb_layout/are-you-ready-to-start/',0,'et_pb_layout','',0),(123677,1,'2018-07-26 16:51:35','2018-07-26 16:51:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f75a11\" background_color_gradient_end=\"#ff7c11\" background_color_gradient_direction=\"120deg\" custom_padding=\"134px|0px|0px|0px\"][et_pb_row custom_padding=\"|||\" padding_1_tablet=\"||10%|\" padding_1_last_edited=\"on|phone\" admin_label=\"Hero Area\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"121deg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" padding_tablet=\"||10%|\" padding_last_edited=\"on|phone\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"Poppins||||||||\" header_font_size=\"48px\" header_text_color=\"#ffffff\" header_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\"]\r\n<h1>Get In Touch</h1>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.87\" text_font=\"Poppins||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" ul_font=\"||||||||\" ol_font=\"||||||||\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_padding=\"|||\"]\r\n\r\nUt consequat sapien nec rutrum sodales. Posuere ullamcorper iaculis. Mauris a justo vel risus varius porttitor.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" custom_padding=\"27px|0px|0px|0px\" _builder_version=\"3.0.87\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/divider4-1.png\" force_fullwidth=\"on\" _builder_version=\"3.0.87\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Information Section\" _builder_version=\"3.0.85\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Contact Information Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Sales &amp; Marketing</h4>\r\n[/et_pb_text][et_pb_blurb title=\"204/A, North Street, Toronto\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+22 215 548 5488\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Product Team</h4>\r\n[/et_pb_text][et_pb_blurb title=\"6, Via Sergio Ramelli, Limburg\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+33 215 545 6642\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Country Name\" _builder_version=\"3.0.87\" header_font=\"||||||||\" header_4_font=\"Poppins||||||||\" header_4_font_size=\"22px\" header_4_text_color=\"#f75a11\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h4>Press</h4>\r\n[/et_pb_text][et_pb_blurb title=\"280 Elizabeth Street, Sydney\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Address\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"+22 215 548 5488\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Phone\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][et_pb_blurb title=\"info@elegantdivi.com\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#63748a\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"17px\" admin_label=\"Email\" _builder_version=\"3.0.85\" header_font=\"Poppins||||||||\" header_font_size=\"16px\" header_text_color=\"#63748a\" custom_margin=\"||10px|\" animation_style=\"fade\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Bloig Section\" _builder_version=\"3.0.87\" background_color_gradient_direction=\"120deg\" custom_padding=\"60px||110px|\"][et_pb_row custom_padding=\"||0px|\" admin_label=\"Newsletter Title Area\" _builder_version=\"3.0.87\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.87\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" header_2_text_color=\"#f75a11\" header_2_line_height=\"1.3em\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Join Our Newsletter</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_text_color=\"#63748a\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" custom_margin=\"|||\" admin_label=\"Email Option Area\" _builder_version=\"3.0.87\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" first_name_field=\"off\" last_name_field=\"off\" use_background_color=\"off\" background_layout=\"light\" form_field_background_color=\"rgba(0,0,0,0.07)\" _builder_version=\"3.0.87\" body_font=\"Poppins||||||||\" module_alignment=\"left\" custom_padding=\"|||\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#f75a11\" button_border_width=\"8px\" button_border_color=\"#f75a11\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\" use_focus_border_color=\"off\"][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.0.85\"][et_pb_fullwidth_map address=\"280 Elizabeth St, Surry Hills NSW 2010, Australia\" address_lat=\"-33.8821974\" address_lng=\"151.2090684\" _builder_version=\"3.0.85\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_map_pin pin_address=\"280 Elizabeth St, Surry Hills NSW 2010, Australia\" pin_address_lat=\"-33.8821974\" pin_address_lng=\"151.2090684\" _builder_version=\"3.0.85\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero Section\" _builder_version=\"3.0.87\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f75a11\" background_color_gradient_end=\"#ff7c11\" background_color_gradient_direction=\"120deg\" custom_padding=\"110px|0px|110px|0px\"][et_pb_row custom_padding=\"|||\" admin_label=\"Get In Touch Title Area\" _builder_version=\"3.0.85\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Title\" _builder_version=\"3.0.85\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Poppins||||||||\" header_2_text_align=\"center\" header_2_font_size=\"36px\" custom_margin=\"||10px|\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]\r\n<h2>Email Us Anytime</h2>\r\n[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Subtitle\" _builder_version=\"3.0.85\" text_font=\"Poppins||||||||\" text_font_size=\"16px\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\"]Suspendisse pulvinar lacus nec sollicitudin finibus.\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Get In Touch Area\" _builder_version=\"3.0.85\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.0.87\" form_field_font=\"Poppins||||||||\" form_field_font_size=\"16px\" form_field_text_color=\"#63748a\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#f75a11\" button_bg_color=\"#ffffff\" button_border_width=\"12px\" button_border_color=\"#ffffff\" button_letter_spacing=\"1px\" button_font=\"Poppins|600||on|||||\" button_use_icon=\"off\" button_letter_spacing_hover=\"1px\" animation_style=\"fade\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company\" required_mark=\"off\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" field_type=\"select\" select_options=\"%91{%22value%22:%22Basic Information%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22App Features%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Others%22,%22checked%22:0,%22dragID%22:2}%93\" _builder_version=\"3.0.85\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.47\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','app contact','','inherit','closed','closed','','49979-revision-v1','','','2018-07-26 16:51:35','2018-07-26 16:51:35','',49979,'http://lukuverkosto.fi/home/49979-revision-v1/',0,'revision','',0),(123667,1,'2018-07-26 16:43:34','2018-07-26 16:43:34','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Olemmeko valmiita aloittamaan?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>\n[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.0.47\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:43:34','2018-07-26 16:43:34','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123668,1,'2018-07-26 16:44:28','2018-07-26 16:44:28','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Olemmeko valmiita aloittamaan?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>\n[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, kertokaa lisää!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:44:28','2018-07-26 16:44:28','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123669,1,'2018-07-26 16:45:31','2018-07-26 16:45:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, kertokaa lisää!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:45:31','2018-07-26 16:45:31','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123671,1,'2018-07-26 16:46:18','2018-07-26 16:46:18','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p>&nbsp;</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:46:18','2018-07-26 16:46:18','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123670,1,'2018-07-26 16:45:56','2018-07-26 16:45:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:45:56','2018-07-26 16:45:56','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123672,1,'2018-07-26 16:46:23','2018-07-26 16:46:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:46:23','2018-07-26 16:46:23','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123673,1,'2018-07-26 16:46:41','2018-07-26 16:46:41','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><span style=\"letter-spacing: 1px;\"><b>L</b></span></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:46:41','2018-07-26 16:46:41','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123674,1,'2018-07-26 16:46:45','2018-07-26 16:46:45','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Me ainakin olemme</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:46:45','2018-07-26 16:46:45','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123675,1,'2018-07-26 16:47:06','2018-07-26 16:47:06','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 16:47:06','2018-07-26 16:47:06','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123676,1,'2018-07-26 16:49:14','2018-07-26 16:49:14','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Team Members%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Yhteyshenkilöt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Oppimisympäristöasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-left\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<p><span style=\"color: #999999;\">0443691469<br />misha.lindvall@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Juha-Pekka Syrjälä\" position=\"Järjestelmäasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #999999;\">0443757447<br />juha-pekka.syrjälä@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123665\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team Members','','inherit','closed','closed','','839-revision-v1','','','2018-07-26 16:49:14','2018-07-26 16:49:14','',839,'http://lukuverkosto.fi/home/839-revision-v1/',0,'revision','',0),(123678,1,'2018-07-26 16:54:24','2018-07-26 16:54:24','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Contact Us%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Contact Us</h1>\r\n<strong class=\"ally-lines\">HOW CAN WE HELP YOU TODAY?</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" background_image=\"https://divilover.com/import/ally/wp-content/uploads/2017/04/contact-bg.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" padding_mobile=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Free Consultation%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2 class=\"ally-line\">Free Consultation</h2>\r\nBook a free, one hour consultation to deal with your issues.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|tablet\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" use_redirect=\"off\" input_border_radius=\"0\" use_border_color=\"on\" border_color=\"#000000\" border_style=\"solid\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" module_class=\"ally-contact-form-dark ally-booking\"]\r\n\r\n[et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /][et_pb_contact_field field_id=\"phone\" field_title=\"Phone Number\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" form_field_font_select=\"default\" form_field_font=\"||||\" use_border_color=\"off\" border_style=\"solid\" /]\r\n\r\n[/et_pb_contact_form][et_pb_code admin_label=\"Code - change default %22submit%22 text on contact form\"]&lt;script type=\"text/javascript\"&gt; jQuery(document).ready(function(){ jQuery(\".ally-booking button.et_pb_contact_submit\").text(\"Book Now\"); }); &lt;/script&gt;[/et_pb_code][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','964-revision-v1','','','2018-07-26 16:54:24','2018-07-26 16:54:24','',964,'http://lukuverkosto.fi/home/964-revision-v1/',0,'revision','',0),(123681,1,'2018-07-26 17:02:56','2018-07-26 17:02:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Are you ready to start?','','inherit','closed','closed','','123665-revision-v1','','','2018-07-26 17:02:56','2018-07-26 17:02:56','',123665,'http://lukuverkosto.fi/home/123665-revision-v1/',0,'revision','',0),(123916,1,'2018-08-02 10:21:07','2018-08-02 10:21:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Opiskelijan ohje','','publish','closed','closed','','opiskelijan-ohje','','','2018-08-02 10:21:07','2018-08-02 10:21:07','',0,'http://lukuverkosto.fi/home/et_pb_layout/opiskelijan-ohje/',0,'et_pb_layout','',0),(123918,1,'2018-08-02 10:25:17','2018-08-02 10:25:17','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Ensimmäistä kertaa pappia kyydissä?</h2>\n<p><strong class=\"ally-lines\">Lataa opiskelijan ohje</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Klikkaa tästä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-08-02 10:25:17','2018-08-02 10:25:17','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(124327,1,'2022-01-24 09:16:07','2022-01-24 09:16:07','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','(Blanko etusivupohja)','','draft','closed','closed','','__trashed','','','2022-01-26 11:14:14','2022-01-26 11:14:14','',0,'https://lukuverkosto.fi/home/?page_id=124327',0,'page','',0),(124328,1,'2020-05-20 08:24:15','2020-05-20 08:24:15','','Automaattinen luonnos','','inherit','closed','closed','','124327-revision-v1','','','2020-05-20 08:24:15','2020-05-20 08:24:15','',124327,'https://lukuverkosto.fi/home/124327-revision-v1/',0,'revision','',0),(124330,1,'2020-05-20 08:30:57','2020-05-20 08:30:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124327-revision-v1','','','2020-05-20 08:30:57','2020-05-20 08:30:57','',124327,'https://lukuverkosto.fi/home/124327-revision-v1/',0,'revision','',0),(123693,1,'2018-07-26 17:49:57','2018-07-26 17:49:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 17:49:57','2018-07-26 17:49:57','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123696,1,'2018-07-26 17:54:24','2018-07-26 17:54:24','','ext','','inherit','open','closed','','ext','','','2018-07-26 17:54:24','2018-07-26 17:54:24','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg',0,'attachment','image/jpeg',0),(123700,1,'2018-07-26 17:58:29','2018-07-26 17:58:29','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" background_blend=\"color-dodge\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 17:58:29','2018-07-26 17:58:29','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123697,1,'2018-07-26 17:54:32','2018-07-26 17:54:32','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" transparent_background=\"off\" template_type=\"section\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 17:54:32','2018-07-26 17:54:32','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123689,1,'2018-07-26 17:42:51','2018-07-26 17:42:51','','ikoe, made in lohja','','inherit','open','closed','','ikoe-made-in-lohja','','','2018-07-26 17:45:05','2018-07-26 17:45:05','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja.png',0,'attachment','image/png',0),(123690,1,'2018-07-26 17:46:53','2018-07-26 17:46:53','[et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" template_type=\"row\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row]','ikoe, made in aloha with love','','publish','closed','closed','','ikoe-made-in-aloha-with-love','','','2018-07-26 17:46:53','2018-07-26 17:46:53','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe-made-in-aloha-with-love/',0,'et_pb_layout','',0),(123686,1,'2018-07-26 17:28:12','2018-07-26 17:28:12','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\" link_option_url=\"http://lukuverkosto.fi/home/counters/?et_fb=1\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','publish','closed','closed','','ikoejarjestelman-hyodyt','','','2019-08-05 18:34:32','2019-08-05 18:34:32','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoejarjestelman-hyodyt/',0,'et_pb_layout','',0),(123863,1,'2018-07-31 16:06:39','2018-07-31 16:06:39','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - ja siinä kaikki. </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:06:39','2018-07-31 16:06:39','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123687,1,'2018-07-26 17:35:22','2018-07-26 17:35:22','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Our Process%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\"]<h2 class=\"ally-line\">Our Process</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"0px|0px|0px|0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb title=\"Concept\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.0.84\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb title=\"Design\" use_icon=\"on\" font_icon=\"%%157%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.0.84\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb title=\"Production\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.0.84\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb title=\"Launch\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.0.84\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font=\"|on||on|\" body_font_size=\"16\" body_letter_spacing=\"1px\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"left\"]<h3 class=\"ally-line\">Client View</h3>[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon_color=\"#000000\" module_class=\"ally-testimonial\" _builder_version=\"3.2\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\"]<h2>Are you ready to start?</h2>\n<strong class=\"ally-lines\">WE SURE ARE</strong>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.0.84\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"bottom\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-07-26 17:35:22','2018-07-26 17:35:22','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123692,1,'2018-07-26 17:48:41','2018-07-26 17:48:41','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.17.6\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-logo-1.png\" align=\"center\" _builder_version=\"3.17.6\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n</p>\n<p> </p>\n<p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','publish','closed','closed','','ikoe-made-in-aloha-with-love-2','','','2020-03-22 16:18:43','2020-03-22 16:18:43','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe-made-in-aloha-with-love-2/',0,'et_pb_layout','',0),(123728,1,'2018-07-27 22:13:22','2018-07-27 22:13:22','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 22:13:22','2018-07-27 22:13:22','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123702,1,'2018-07-26 18:00:04','2018-07-26 18:00:04','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" inner_shadow=\"on\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:00:04','2018-07-26 18:00:04','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123703,1,'2018-07-26 18:01:09','2018-07-26 18:01:09','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:01:09','2018-07-26 18:01:09','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123704,1,'2018-07-26 18:04:08','2018-07-26 18:04:08','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:04:08','2018-07-26 18:04:08','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123707,1,'2018-07-26 18:09:48','2018-07-26 18:09:48','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:09:48','2018-07-26 18:09:48','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123705,1,'2018-07-26 18:07:11','2018-07-26 18:07:11','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" filter_hue_rotate=\"272deg\" filter_saturate=\"200%\" filter_brightness=\"97%\" filter_contrast=\"70%\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:07:11','2018-07-26 18:07:11','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123725,1,'2018-07-27 22:10:42','2018-07-27 22:10:42','','ikoe, made in lohja-5','','inherit','open','closed','','ikoe-made-in-lohja-5','','','2018-07-27 22:11:28','2018-07-27 22:11:28','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-5.png',0,'attachment','image/png',0),(123709,1,'2018-07-26 18:10:10','2018-07-26 18:10:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:10:10','2018-07-26 18:10:10','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123710,1,'2018-07-26 18:14:38','2018-07-26 18:14:38','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_direction=\"193deg\" background_color_gradient_start_position=\"2%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" parallax_method=\"off\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:14:38','2018-07-26 18:14:38','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123717,1,'2018-07-27 21:53:11','2018-07-27 21:53:11','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 21:53:11','2018-07-27 21:53:11','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123711,1,'2018-07-26 18:15:57','2018-07-26 18:15:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_direction=\"193deg\" background_color_gradient_start_position=\"2%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:15:57','2018-07-26 18:15:57','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123712,1,'2018-07-26 18:16:37','2018-07-26 18:16:37','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" transparent_background=\"off\" template_type=\"section\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-e1532627008799.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-26 18:16:37','2018-07-26 18:16:37','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123714,1,'2018-07-27 21:52:23','2018-07-27 21:52:23','','ikoe, made in lohja-2','','inherit','open','closed','','ikoe-made-in-lohja-2','','','2018-07-27 21:52:23','2018-07-27 21:52:23','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-2.png',0,'attachment','image/png',0),(123719,1,'2018-07-27 22:04:21','2018-07-27 22:04:21','','ikoe, made in lohja-3','','inherit','open','closed','','ikoe-made-in-lohja-3','','','2018-07-27 22:05:41','2018-07-27 22:05:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3.png',0,'attachment','image/png',0),(123720,1,'2018-07-27 22:06:34','2018-07-27 22:06:34','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 22:06:34','2018-07-27 22:06:34','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123723,1,'2018-07-27 22:10:00','2018-07-27 22:10:00','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-4-e1532729347963.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 22:10:00','2018-07-27 22:10:00','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123726,1,'2018-07-27 22:12:32','2018-07-27 22:12:32','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-5-e1532729479854.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-27 22:12:32','2018-07-27 22:12:32','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123758,1,'2018-07-28 13:44:53','2018-07-28 13:44:53','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n</p>\n<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n<p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fag- banneri','','publish','closed','closed','','fag-banneri','','','2019-05-21 05:28:33','2019-05-21 05:28:33','',0,'http://lukuverkosto.fi/home/et_pb_layout/fag-banneri/',0,'et_pb_layout','',0),(123759,1,'2018-07-28 13:45:05','2018-07-28 13:45:05','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\" saved_tabs=\"all\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koealustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuaalipalvelimia?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Suomen suurimmassa koeverkossa, Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-28 13:45:05','2018-07-28 13:45:05','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123732,1,'2018-07-27 22:30:56','2018-07-27 22:30:56','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koealustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuaalipalvelimia?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Suomen suurimmassa koeverkossa, Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"on\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','973-revision-v1','','','2018-07-27 22:30:56','2018-07-27 22:30:56','',973,'http://lukuverkosto.fi/home/973-revision-v1/',0,'revision','',0),(123736,1,'2018-07-27 23:04:54','2018-07-27 23:04:54','','ikoe, lets get shit done','','inherit','open','closed','','ikoe-lets-get-shit-done','','','2018-07-27 23:06:25','2018-07-27 23:06:25','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-lets-get-shit-done.png',0,'attachment','image/png',0),(123741,1,'2018-07-28 12:30:56','2018-07-28 12:30:56','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-28 12:30:56','2018-07-28 12:30:56','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123749,1,'2018-07-28 13:22:35','2018-07-28 13:22:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Hero\" _builder_version=\"3.8\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-02.jpg\" parallax=\"on\" custom_padding=\"0px|0|0px|0px|false|false\"][et_pb_fullwidth_header title=\"Managed IT Services You Can Trust\" text_orientation=\"center\" admin_label=\"Fullwidth Header\" _builder_version=\"3.8\" title_font=\"Share Tech||||||||\" title_text_align=\"center\" title_font_size=\"80px\" title_font_size_tablet=\"60px\" title_font_size_phone=\"36px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" content_font=\"Open Sans||||||||\" content_text_align=\"center\" content_font_size=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(0,72,114,0.9)\" background_color_gradient_end=\"rgba(41,17,96,0.8)\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" parallax_method=\"on\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#ffa727\" button_one_border_width=\"15px\" button_one_border_color=\"#ffa727\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"5px\" button_one_font=\"Open Sans|700||on|||||\" button_one_bg_color_hover=\"#ff8a3d\" button_one_border_color_hover=\"#ff8a3d\" button_one_border_radius_hover=\"100px\" button_one_letter_spacing_hover=\"5px\" button_one_text_size_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"10vw||10vw||true\" custom_padding_tablet=\"100px||100px||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|desktop\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. [/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" padding_top_bottom_link_1=\"true\" padding_top_bottom_link_2=\"true\" padding_top_1=\"0px\" padding_top_2=\"0px\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Button Bar\" _builder_version=\"3.8\" background_color=\"rgba(255,255,255,0)\" custom_margin=\"-36px|||\" custom_padding=\"0||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Get A Free Quote\" url=\"#\" content_max_width=\"1100px\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.8\" header_font=\"Open Sans|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"5px\" header_line_height=\"2em\" body_font=\"||||||||\" background_color=\"#2573f9\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#2573f9\" background_color_gradient_direction=\"90deg\" border_radii=\"||100px|100px|\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|40px|12px|40px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"0|25%|0|0px|true|false\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.8\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"learn more\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#2573f9\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"left\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Live Chat\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#51b0ff\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"70%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Services\" _builder_version=\"3.8\" custom_padding=\"50.59375px|0px|340px|0px|false|false\"][et_pb_row custom_padding=\"25.296875px|0px|26px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Ensiluokkainen käyttäjäystävällisyys\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-53.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ff8a3d\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation=\"off\"]\r\n\r\n<strong>Helppous</strong>. Lataa sähköiset tehtävat ja kokeesi oppilaitoksesi koeverkkoon selainpohjaisen käyttöliittymän avulla. Unohda piuhat, reitittimet ja palvelimet. Voit keskittyä olennaiseen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Opiskelija kaiken lähtökohtana\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lifesaver_64px.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\" body_text_color=\"#000000\"]\r\n\r\n<strong>Opiskelijalähtöisyys</strong>. iKoe ei tunne luokkahuoneesi rajoja. Lataamasi tehtävät ovat opiskelijoidesi käytettävissä koko koeverkon alueella.  Voit eriyttää ja integroida opetustasi haluamallasi tavalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Tietoturvallisuus\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-35.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffa727\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"300ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>\r\nTurvallisuus</strong>. iKoejärjestelmään ladatut kokeet suojataan Googlen tietoturvasuojauksella. Koetilanteessa kokeissa on generoituva salasana.             Ikoe on turvallisin tapa järjestää sähköisiä kokeita.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"24px|0px|25.296875px|0px|false|false\" custom_margin=\"|||\" _builder_version=\"3.10\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Aitoa etätyöskentelyä\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.10\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#f1f1f1\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\" header_text_color=\"#000000\" border_color_all_image=\"#000000\"]\r\n\r\n<span style=\"color: #000000;\"><strong>Vapaus</strong>. iKoe on siellä missä sinäkin. Laadi ja tarkista kokeesi missä itse haluat. Koevastaukset löytävät tiensä automaattisesti omaan tilaasi.</span>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Virtuaalinen koepankki\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/line-icons-76.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#15314e\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"100ms\" animation=\"off\" locked=\"off\"]\r\n\r\nYhteisöllisyys. Voit halutessasi jakaa koetiedostosi kollegoidesi kanssa tai tallentaa tiedostosi pilvipalveluun myöhempää käyttöä silmällä pitäen.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Keskitetty hallinta\" image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/layers_64px.png\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.17)\" custom_padding=\"40px|30px|40px|30px|true|true\" animation_style=\"fold\" animation_delay=\"200ms\" animation=\"off\" locked=\"off\"]\r\n\r\n<strong>Lähituki</strong>. Keskitetyn hallintajärjestelmän johdosta kokeiden valvonta ja lähituki järjestyy aikasempaa tehokkaammalla avalla.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]SERVICES\r\n<h2>What We Do</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Our Approach\" _builder_version=\"3.7\"][et_pb_row _builder_version=\"3.8\" custom_padding=\"0|0px|25.296875px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]Approach\r\n<h2>Professional IT Services &amp; Technology Consulting</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.8\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" max_width_last_edited=\"off|desktop\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco\r\n[/et_pb_text][et_pb_button button_text=\"learn more\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#15314e\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"16px|32px|16px|32px|true|true\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-15.jpg\" _builder_version=\"3.8\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Feature\" _builder_version=\"3.8\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-04.jpg\" parallax=\"on\" border_radii=\"||26vw|26vw|\" custom_margin=\"|5%||\" custom_padding=\"0px|0|0px|0px|false|false\" locked=\"off\"][et_pb_fullwidth_header title=\"We Create Fully Connected Systems So You Can Focus On Your Business\" button_one_text=\"Get Started\" header_image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-03.png\" _builder_version=\"3.8\" title_level=\"h2\" title_font=\"Share Tech||||||||\" title_font_size=\"48px\" title_font_size_phone=\"36px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.2em\" content_font=\"Open Sans||||||||\" content_font_size=\"18px\" content_font_size_phone=\"16px\" content_font_size_last_edited=\"on|phone\" content_line_height=\"1.8em\" subhead_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(0,72,114,0.9)\" background_color_gradient_end=\"#291160\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" parallax_method=\"on\" button_two_text_size_last_edited=\"on|desktop\" custom_button_one=\"on\" button_one_text_size=\"15px\" button_one_bg_color=\"#ffa727\" button_one_border_width=\"10px\" button_one_border_color=\"#ffa727\" button_one_border_radius=\"100px\" button_one_letter_spacing=\"5px\" button_one_font=\"Open Sans|700||on|||||\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"#ff8a3d\" button_one_border_color_hover=\"#ff8a3d\" button_one_border_radius_hover=\"100px\" button_one_letter_spacing_hover=\"5px\" button_one_text_size_last_edited=\"off|desktop\" custom_margin=\"|||\" custom_padding=\"100px||100px||true\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. [/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" custom_width_px=\"1440px\" specialty=\"on\" admin_label=\"Values\" _builder_version=\"3.8\" background_color=\"#fafafc\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#edf0f2\" custom_padding=\"|||\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Open Sans||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"30px\" header_2_font_size_last_edited=\"off|desktop\" header_2_line_height=\"1.2em\" locked=\"off\"]\r\n<h2>Five Spheres. One Mission.</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"30px|0px|0|0px|false|false\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.7\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Turvallisuus\" use_icon=\"on\" font_icon=\"%%228%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.10\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2573f9\" background_color_gradient_end=\"rgba(37,115,249,0.73)\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-13.jpg\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"käytettävyys\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#004a75\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_text_color=\"#004a75\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(234,234,234,0.89)\" background_color_gradient_end=\"#d3d3d3\" background_color_gradient_direction=\"270deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/img-06.png\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"150ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Lähituki\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#004a75\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_text_color=\"#004a75\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" background_color=\"#ff8a3d\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"300ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.7\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Connect\" use_icon=\"on\" font_icon=\"%%231%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" background_color=\"#15314e\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"koetilastot\" use_icon=\"on\" font_icon=\"%%285%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"44px\" _builder_version=\"3.8\" header_font=\"|700|||||||\" header_font_size=\"12px\" body_font=\"Open Sans|700||on|||||\" body_letter_spacing=\"5px\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,115,249,0.74)\" background_color_gradient_end=\"#b0d9f2\" background_color_gradient_direction=\"270deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-02.jpg\" border_radii=\"on|200px|200px|200px|200px\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"30px|30px|30px|30px|true|true\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"450ms\" animation_intensity_slide=\"10%\" locked=\"off\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"3.8\" custom_padding=\"100px|0px|54px|0px|false|false\"][et_pb_row custom_padding=\"|||\" custom_margin=\"|||\" _builder_version=\"3.8\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.8\" text_font=\"Share Tech||||||||\" text_text_color=\"rgba(0,0,0,0.02)\" text_font_size=\"100px\" text_font_size_tablet=\"80px\" text_font_size_phone=\"60px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"0.2em\" header_font=\"||||||||\" header_2_font=\"Share Tech||||||||\" header_2_font_size=\"48px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false\" custom_margin_tablet=\"||0px|\" custom_margin_last_edited=\"on|tablet\"]TESTIMONIALS\r\n<h2>What People Are Saying</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_width=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"3.7\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Adeline West\" company_name=\"Divi Corner\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-light.png\" quote_icon=\"off\" quote_icon_color=\"#ffffff\" quote_icon_background_color=\"#ffa727\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#ff8a3d\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" background_layout=\"dark\" animation_style=\"fold\" inline_fonts=\"Montserrat\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][et_pb_testimonial author=\"Rachel Graham\" company_name=\"Bloom Co.\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-dark.png\" quote_icon=\"off\" quote_icon_color=\"#15314E\" quote_icon_background_color=\"#ffffff\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#ffffff\" border_width_all=\"1px\" border_color_all=\"rgba(21,49,78,0.2)\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" animation_style=\"fold\" animation_delay=\"400ms\" locked=\"off\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_testimonial author=\"Theresa Reeves\" company_name=\"Extra Space\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-dark.png\" quote_icon=\"off\" quote_icon_color=\"#15314e\" quote_icon_background_color=\"#ffffff\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#f1f1f1\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" animation_style=\"fold\" animation_delay=\"200ms\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][et_pb_testimonial author=\"Ada Leonard\" company_name=\"Monarch Inc\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/quote-light.png\" quote_icon=\"off\" quote_icon_color=\"#ffffff\" quote_icon_background_color=\"#15314E\" portrait_width=\"32px\" portrait_height=\"32px\" _builder_version=\"3.8\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" background_color=\"#15314e\" border_radii_portrait=\"on|0px|0px|0px|0px\" box_shadow_style_image=\"preset1\" background_layout=\"dark\" animation_style=\"fold\" animation_delay=\"150ms\"] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam [/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" padding_top_bottom_link_1=\"true\" padding_top_bottom_link_2=\"true\" padding_top_1=\"0px\" padding_top_2=\"0px\" padding_bottom_1=\"0px\" padding_bottom_2=\"0px\" admin_label=\"Button Row\" _builder_version=\"3.8\" background_color=\"#fafafc\" custom_margin=\"||-36px|\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner custom_padding=\"0|0px|0|25%|true|false\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.8\" locked=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Live Chat\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#51b0ff\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"70%\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_text=\"Our Services\" button_alignment=\"center\" _builder_version=\"3.8\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#2573f9\" button_bg_color_gradient_start=\"#ffa727\" button_bg_color_gradient_end=\"#FF8A3D\" button_bg_color_gradient_direction=\"90deg\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#3980f9\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" custom_padding=\"23px|24px|23px|24px|true|true\" animation_style=\"slide\" animation_direction=\"right\" locked=\"off\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"0px\" padding_top=\"0px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Get A Free Quote\" url=\"#\" content_max_width=\"1100px\" content_max_width_last_edited=\"off|desktop\" _builder_version=\"3.8\" header_font=\"Open Sans|700||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"5px\" header_line_height=\"2em\" body_font=\"||||||||\" background_color=\"#2573f9\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2573f9\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"90deg\" border_radii=\"|100px|||100px\" background_layout=\"dark\" custom_padding=\"20px|40px|12px|40px|false|true\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"5%\" locked=\"off\"][/et_pb_blurb][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" admin_label=\"Footer\" _builder_version=\"3.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#004872\" background_color_gradient_end=\"rgba(41,17,96,0.8)\" background_color_gradient_direction=\"140deg\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/it-services-04.jpg\" custom_margin=\"|||\" custom_padding=\"120px|0px|120px|0px|true|false\" custom_padding_tablet=\"10vw||10vw||true\" custom_padding_phone=\"5vw||5vw||true\" locked=\"off\"][et_pb_row use_custom_width=\"on\" use_custom_gutter=\"on\" custom_padding=\"|||\" padding_top_2=\"120px\" padding_2_tablet=\"0px|||\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.8\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"off\" title=\"We\'re Here To Help!\" submit_button_text=\"send messages\" form_background_color=\"rgba(0,0,0,0)\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.8\" title_level=\"h2\" title_font=\"Share Tech||||||||\" title_text_color=\"#ffffff\" title_font_size=\"50px\" title_line_height=\"1.2em\" form_field_font=\"Open Sans|700|||||||\" form_field_text_color=\"#ffffff\" form_field_letter_spacing=\"2px\" form_field_line_height=\"1.8em\" border_width_bottom=\"2px\" border_color_bottom=\"#ffffff\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffa727\" button_border_width=\"10px\" button_border_color=\"#ffa727\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"Open Sans|700||on|||||\" button_use_icon=\"off\" button_bg_color_hover=\"#ff8a3d\" button_border_color_hover=\"#ff8a3d\" button_border_radius_hover=\"100px\" button_letter_spacing_hover=\"5px\" button_text_size_last_edited=\"off|desktop\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"email\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Residential/Business\" field_title=\"Residential/Business\" field_type=\"email\" _builder_version=\"3.7\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_tablet=\"0px|||\" padding_last_edited=\"on|tablet\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Office\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] 1235 Divi St. #1000\r\nSan Francisco, CA 94143 [/et_pb_blurb][et_pb_blurb title=\"Hours\" use_icon=\"on\" font_icon=\"%%227%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] M-F: 8am - 10pm\r\nS-S: Closed [/et_pb_blurb][et_pb_blurb title=\"Call Us\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffa727\" icon_placement=\"left\" content_max_width=\"1100px\" use_icon_font_size=\"on\" icon_font_size=\"28px\" _builder_version=\"3.8\" header_font=\"Share Tech||||||||\" header_font_size=\"24px\" header_line_height=\"1.2em\" body_font=\"Open Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_layout=\"dark\" custom_padding=\"|||\" animation_style=\"fold\" animation_delay=\"150ms\" animation=\"off\" locked=\"off\"] (235) 396-0987 [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe ominaisuudet','','inherit','closed','closed','','123471-revision-v1','','','2018-07-28 13:22:35','2018-07-28 13:22:35','',123471,'http://lukuverkosto.fi/home/123471-revision-v1/',0,'revision','',0),(123754,1,'2018-07-28 13:40:34','2018-07-28 13:40:34','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]\n\n</p>\n<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\n</p>\n<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','publish','closed','closed','','ikoe-pikaohjeet','','','2019-05-21 05:28:32','2019-05-21 05:28:32','',0,'http://lukuverkosto.fi/home/et_pb_layout/ikoe-pikaohjeet/',0,'et_pb_layout','',0),(123991,1,'2019-05-21 05:27:21','2019-05-21 05:27:21','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n</p>\n<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n<p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fag- banneri','','inherit','closed','closed','','123758-revision-v1','','','2019-05-21 05:27:21','2019-05-21 05:27:21','',123758,'http://lukuverkosto.fi/home/123758-revision-v1/',0,'revision','',0),(123767,1,'2018-07-28 13:56:15','2018-07-28 13:56:15','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\nLaadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.<br />\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]\n\nLataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.<br />\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"3. Koepankki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\n<strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.<br />\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]\n\n<a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.<br />\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\nKokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.<br />\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\nPalauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.<br />\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-07-28 13:56:15','2018-07-28 13:56:15','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123781,1,'2018-07-28 15:12:41','2018-07-28 15:12:41','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-07-28 15:12:41','2018-07-28 15:12:41','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123782,1,'2018-07-28 15:12:46','2018-07-28 15:12:46','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-07-28 15:12:46','2018-07-28 15:12:46','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123908,1,'2018-08-02 10:13:03','2018-08-02 10:13:03','','iKoe - opiskelijan ohje','','inherit','open','closed','','ikoe-opiskelijan-ohje','','','2018-08-02 10:13:03','2018-08-02 10:13:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(123909,1,'2018-08-02 10:16:20','2018-08-02 10:16:20','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-02 10:16:20','2018-08-02 10:16:20','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123784,1,'2018-07-29 05:21:56','2018-07-29 05:21:56','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-29 05:21:56','2018-07-29 05:21:56','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123760,1,'2018-07-28 13:45:27','2018-07-28 13:45:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\" saved_tabs=\"all\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>F.A.Q.</h1>\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Account Info%22\" module_class=\"ally-gradient-bg\" _builder_version=\"3.0.87\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Taustaa</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Mikä ikoe on?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>iKoe (ent. Abitti 2.0) on opettajien ja opiskelijoiden kanssa yhteystyössä kehitetty langaton koe- ja opiskelujärjestelmä, mikä mahdollistaa aikaisempaa yksinkertaisemman tavan järjestää sähköisiä kokeita ja kurssitehtäviä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten uusi koejärjestelmä on rakennettu? Miten se eroaa yo-kokeissa käytetystä systeemistä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Koejärjestelmä koostuu useista palvelimista, koeverkoista sekä erillisestä koealustasta. Toisin kuin perinteisessä abitissa, opettajat eivät rakenna koetilan palvelintaan omaan luokkaansa, vaan järjestelmää hallitaan keskitysti. Opettajat lataavat tehtävänsä palvelimelle langattomasti ja opiskelijat kirjautuvat kokeeseen koulun koeverkon (ikoe-verkko) kautta. Yo-kokeissa käytetään perinteistä langallista koejärjestelmää, missä kokeet ladataan koetilassa olevalle palvelimelle. Opiskelijoiden koneet kytketään tällöin koeverkkoon fyysisten verkkokaapeleiden avulla.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten opiskelijat kirjautuvat langattomaan koejärjestelmään?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelija käyttää koejärjestelmää vastaavaan tapaan kuin perinteistäkin abittia, sillä erotuksella että kokeen alussa opiskelija kirjautuu langattomaan iKoe-verkkoon ja valitsee tämän jälkeen esille tulevasta listasta oman kokeensa/tuntitehtävänsä.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Mihin koevastaukset tallentuvat langattomassa abitissa? Eikö perinteinen ratkaisu olisi kuitenkin turvallisempi?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span>Opiskelijan vastaukset tallentuvat reaaliakaisesti lukion palvelimille. Langaton koejärjestelmä toimii keskitetysti, minkä johdosta ongelmatilanteet opiskelijan koneella tai luokkahuoneessa eivät johda vastauksien katoamiseen. Mikäli opiskelijan kone hajoaa kesken kokeen, opiskelija voi jatkaa kokeen tekemistä sijaiskoneella. Langaton, keskitetty iKoe-järjestelmä on toimintavarmin tapa järjestää abittikokeita.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Opiskelijan näkökulma</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Miten uusi järjestelmä eroaa perinteisestä abitti-järjestelmästä opiskelijan osalta?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p><span style=\"font-size: 18px;\">iKoe-järjestelmä mahdollistaa kokeiden tekemisen koko koeverkon alueella. Opiskelija voi tehdä saman kokeen missä tahansa luokkahuoneessa tai vaikkapa toisessa koulurakennuksessa. Vastaavasti opiskelija voi suorittaa kokeita tai </span><span style=\"font-size: 18px;\">sähköisiä tehtäviä erillistiloissa (esim. tenttiakvaarioissa.) </span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijan yhä polttaa omat abitti-tikkunsa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä toimii abitti-ympäristössä ja opiskelijalla tulee olla käytössään päivitetty abitti-tikku.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Miten kirjaudun kokeeseen iKoe-järjestelmässä?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kaikki kokeet löytyvät verkkovalikosta kohdasta \"iKoe\".</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tarvitsenko salasanan kirjautuakseni kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä tarvitset. Kaikki iKokeet on suojattu salasanoin. Saat salanan opettajaltasi kokeen alussa.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row background_color_1=\"#000000\" parallax_method_1=\"off\" parallax_method_2=\"off\" admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Billing & Payment%22\" _builder_version=\"3.10.1\" background_color=\"#000000\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" background_layout=\"dark\" custom_padding=\"20px|20px|20px|20px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 style=\"font-size: 1.8em;\">Koepalvelin  ja verkko</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_accordion open_toggle_text_color=\"#000000\" open_toggle_background_color=\"rgba(0,0,0,0)\" closed_toggle_text_color=\"#000000\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#000000\" admin_label=\"Accordion FAQ\'s\" module_class=\"ally-faq ally-left\" _builder_version=\"3.0.87\" toggle_font_size=\"20\" use_border_color=\"off\" border_color=\"#000000\" border_style=\"solid\"][et_pb_accordion_item title=\"Kuinka iKoe-palvelinjärjestelmä on rakennettu? Tukeeko se virtuaalipalvelimia?\" open=\"on\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. iKoe-järjestelmä perustuu virtuaalipalvelimien hyödyntämiseen. Suomen suurimmassa koeverkossa, Lohjan Yhteislyseon lukiossa on käytössä 8 virtuaalipalvelinta (ja 8 varapalvelinta). Koeverkko kattaa tällä hetkellä neljä eri rakennusta. Opiskelija voi suorittaa kokeensa ja sähköiset tehtävänsä missä tahansa koeverkon alueella.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tukeeko iKoe-järjestelmä kuvan, videon ja äänen liittämistä kokeeseen?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Opettaja voi liittää audiovisuaalista materiaalia sähköisiin kokeisiinsa. Suosittelemme käyttämään tähän abitin omaa liitetiedosto-toimintoa.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Onko abittikokeen nimellä mitään väliä? Voiko opettaja kirjoittaa siihen mitä haluaa?\" open=\"off\" _builder_version=\"3.0.47\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Teknisessä mielessä asialla ei ole merkitystä. Käytännössä suosittelemme kuitenkin käyttämään yhteneväistä nimeämistä (esim. \"<span>FI12, Johdatus filosofiseen ajatteluun, Esa Saarinen\"). Tämä helpottaa merkittävästi opiskelijan työskentelyä - varsinkin jos koejärjestelmässä on samaan aikaan valittavissa kymmeniä kokeita.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Tuleeko opiskelijoiden sulkea kännykät ja muut mobiililaitteet ennen koetta?\" open=\"off\" _builder_version=\"3.10.1\" title_text_shadow_horizontal_length=\"0em\" title_text_shadow_vertical_length=\"0em\" title_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\"]<p>Kyllä. Tukiasemien tehokkuuden maksimoimiseksi suositellaan kännyköiden ja muiden koetilanteen kannalta tarpeettomien mobiililaitteiden sulkemista tai lentokonetilaan asettamista.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Any other questions?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Jäikö jokin askarruttamaan?</h3>\n<p><strong class=\"ally-lines\">Ota rohkeasti yhteyttä, vastaamme mielellämme</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','973-autosave-v1','','','2018-07-28 13:45:27','2018-07-28 13:45:27','',973,'http://lukuverkosto.fi/home/973-autosave-v1/',0,'revision','',0),(123761,1,'2018-07-28 13:56:07','2018-07-28 13:56:07','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Ei vielä kokemusta sähköisistä kokeista?</h2>\n<p><strong class=\"ally-lines\">No worries!</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Lataa opiskelijan ohje klikkaamalla tästä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','publish','closed','closed','','ohjeet','','','2018-08-19 16:49:47','2018-08-19 16:49:47','',0,'http://lukuverkosto.fi/home/?page_id=123761',0,'page','',0),(123762,1,'2018-07-28 13:48:24','2018-07-28 13:48:24','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-07-28 13:48:24','2018-07-28 13:48:24','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123763,1,'2018-07-28 13:51:44','2018-07-28 13:51:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.10.1\" next_background_color=\"#000000\"][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\" prev_background_color=\"#ffffff\"][et_pb_row global_parent=\"123754\" custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"] Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"] Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"3. Koepankki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"] <strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla. [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row global_parent=\"123754\" custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"] <a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"] Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"] Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu. [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-07-28 13:51:44','2018-07-28 13:51:44','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123764,1,'2018-07-28 13:52:39','2018-07-28 13:52:39','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\" next_background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" global_parent=\"123758\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" global_parent=\"123758\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>F.A.Q.</h1>\r\n<strong class=\"ally-lines\">Usein kysytyt kysymykset</strong> [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.74\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\" prev_background_color=\"#000000\"][et_pb_row global_parent=\"123754\" custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"] Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"] Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"3. Koepankki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"] <strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla. [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row global_parent=\"123754\" custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"] <a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"] Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>. [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"] Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu. [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-07-28 13:52:39','2018-07-28 13:52:39','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123766,1,'2018-07-28 13:56:15','2018-07-28 13:56:15','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h1>iKoe - Pikaohjeet</h1><p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fag- banneri','','inherit','closed','closed','','123758-revision-v1','','','2018-07-28 13:56:15','2018-07-28 13:56:15','',123758,'http://lukuverkosto.fi/home/123758-revision-v1/',0,'revision','',0),(123765,1,'2018-07-28 13:55:37','2018-07-28 13:55:37','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fag- banneri','','inherit','closed','closed','','123758-revision-v1','','','2018-07-28 13:55:37','2018-07-28 13:55:37','',123758,'http://lukuverkosto.fi/home/123758-revision-v1/',0,'revision','',0),(123774,1,'2018-07-28 14:42:27','2018-07-28 14:42:27','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Pricing Tables%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Hinnasto</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\" custom_padding=\"51.1875px|0px|64px|0|false|false\"][et_pb_row admin_label=\"row\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables header_background_color=\"#000000\" show_bullet=\"off\" center_list_items=\"on\" admin_label=\"Pricing Tables\" module_class=\"ally-pricing ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" body_font_size=\"16px\" body_line_height=\"16px\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" remove_featured_drop_shadow=\"off\"][et_pb_pricing_table title=\"Cum laude\" currency=\"€\" per=\"kuukausi\" sum=\"29\" button_url=\"#\" button_text=\"Tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>- Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 24/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Magna\" currency=\"€\" per=\"kuukausi\" sum=\"39\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 24/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Eximia\" subtitle=\"Suosituin\" currency=\"€\" per=\"kuukausi\" sum=\"49\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>- 24/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Laudatur\" currency=\"€\" per=\"kuukausi\" sum=\"69\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>+ 24/7 asiakaspalvelu</p>\n<p>+ Koulukohtainen sivusto</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row _builder_version=\"3.10.1\" custom_padding=\"25.59375px|0px|17px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.10.1\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.10.1\"]<p><span style=\"font-size: x-small;\">*kaikki hinnat ilman alv:ia. iKoe-järjestelmän kytkentämaksu 450 euroa. Pidätämme oikeudet muutoksiin. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Pricing Tables','','inherit','closed','closed','','911-revision-v1','','','2018-07-28 14:42:27','2018-07-28 14:42:27','',911,'http://lukuverkosto.fi/home/911-revision-v1/',0,'revision','',0),(123777,1,'2018-07-28 14:44:16','2018-07-28 14:44:16','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" next_background_color=\"#f8f8f8\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h1>iKoe - Pikaohjeet</h1><p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Fag- banneri','','inherit','closed','closed','','123758-revision-v1','','','2018-07-28 14:44:16','2018-07-28 14:44:16','',123758,'http://lukuverkosto.fi/home/123758-revision-v1/',0,'revision','',0),(124182,1,'2020-04-14 17:22:15','2020-04-14 17:22:15','','img-09','','inherit','open','closed','','img-09','','','2020-04-14 17:22:15','2020-04-14 17:22:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-09.jpg',0,'attachment','image/jpeg',0),(124183,1,'2020-04-14 17:22:16','2020-04-14 17:22:16','','img-10','','inherit','open','closed','','img-10','','','2020-04-14 17:22:16','2020-04-14 17:22:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-10.jpg',0,'attachment','image/jpeg',0),(124184,1,'2020-04-14 17:22:17','2020-04-14 17:22:17','','img-05','','inherit','open','closed','','img-05','','','2020-04-14 17:22:17','2020-04-14 17:22:17','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-05.jpg',0,'attachment','image/jpeg',0),(124185,1,'2020-04-14 17:22:19','2020-04-14 17:22:19','','img-24','','inherit','open','closed','','img-24','','','2020-04-14 17:22:19','2020-04-14 17:22:19','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-24.jpg',0,'attachment','image/jpeg',0),(124186,1,'2020-04-14 17:22:20','2020-04-14 17:22:20','','img-24-1','','inherit','open','closed','','img-24-1','','','2020-04-14 17:22:20','2020-04-14 17:22:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-24-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1160,1,'2017-10-05 18:46:25','2017-10-05 18:46:25','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"Section\" _builder_version=\"3.22\" hover_enabled=\"0\" custom_css_main_element=\"display: none;\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"Code\" hover_enabled=\"0\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.gradient {<!-- [et_pb_line_break_holder] -->background: #6b0f9d;<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(left, #6b0f9d 0%, #9e1cb2 50%, #6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(left, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to right, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#6b0f9d\', endColorstr=\'#6b0f9d\',GradientType=1 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button h2 {<!-- [et_pb_line_break_holder] -->font-size: 110px;<!-- [et_pb_line_break_holder] -->font-weight: 900;<!-- [et_pb_line_break_holder] -->letter-spacing: 3px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button {<!-- [et_pb_line_break_holder] --> color: #303030 !important;<!-- [et_pb_line_break_holder] --> background: #62f1ac;<!-- [et_pb_line_break_holder] --> border-width: 10px !important;<!-- [et_pb_line_break_holder] --> padding: 8px 40px !important;<!-- [et_pb_line_break_holder] --> box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button:hover {<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box:hover {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] --> transform: scale(1.1);<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 100px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom:hover {<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -moz-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -o-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> transform: scale(1.02);<!-- [et_pb_line_break_holder] --> box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .4s;<!-- [et_pb_line_break_holder] --> transition: all .4s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-team .et_pb_team_member_image img {<!-- [et_pb_line_break_holder] -->border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-webkit-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-moz-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* -------- TEAM --------- */<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border-radius: 10px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:10px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 10px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> padding:30px;<!-- [et_pb_line_break_holder] --> text-align: -webkit-center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position {<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> font-size: 13px;<!-- [et_pb_line_break_holder] --> font-weight: 600;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position:after {<!-- [et_pb_line_break_holder] --> content: \' \';<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 20px;<!-- [et_pb_line_break_holder] --> margin: 5px 0 0;<!-- [et_pb_line_break_holder] --> border: 1px solid;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover .et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:1;<!-- [et_pb_line_break_holder] --> transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -ms-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:0;<!-- [et_pb_line_break_holder] --> margin-top: 20px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover img {<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border: none !important;<!-- [et_pb_line_break_holder] --> border-radius: 15px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:15px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 15px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 15px;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -ms-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -o-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team img {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -moz-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -o-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -moz-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -ms-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -o-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> transform-origin: bottom;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ad-slider .et-pb-arrow-prev, .ad-slider .et-pb-arrow-next {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 100;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> margin-top: -24px;<!-- [et_pb_line_break_holder] --> background-color: rgba(255, 255, 255, 0.11);<!-- [et_pb_line_break_holder] --> border-radius: 50px;<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 60px rgba(0,0,0,.12);<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-size: 48px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/header-img.jpg\" parallax=\"on\" custom_padding=\"35vh||35vh|\" custom_padding_tablet=\"\" custom_padding_phone=\"20vh||20vh|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"#\" button_text=\"Learn More\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" hover_enabled=\"0\" header_font_size_tablet=\"70\" header_font_size_phone=\"48\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Made with</p><h2>PASSION</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"100px|||300px\" custom_padding_tablet=\"100px|||100px\" custom_padding_phone=\"100px|||30px\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"|40px|80px|\" hover_enabled=\"0\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#cc5ee6\" body_font_size=\"24px\" body_line_height=\"1.6em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" text_orientation=\"left\" max_width=\"1100px\" custom_margin=\"|||\" custom_padding=\"|||\" hover_enabled=\"0\" header_font_size_tablet=\"42\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"22px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta enim quam et elit. Sed eget justo quis arcu fringilla fringilla.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow: 0 30px 150px rgba(0,0,0,.2);\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124176,124158,124177,124178,124179,124180,124181,124182,130,124184,124185,124186\" posts_number=\"12\" show_title_and_caption=\"off\" show_pagination=\"off\" zoom_icon_color=\"#ffffff\" hover_overlay_color=\"rgba(157,27,178,0.5)\" hover_icon=\"%%43%%\" admin_label=\"Gallery\" module_class=\"passion\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_overlay_icon=\"display: none;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_margin=\"60px|||\" custom_padding=\"20px||20px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Amazing Travel\" url=\"#\" use_icon=\"on\" font_icon=\"%%164%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Discover\" url=\"#\" use_icon=\"on\" font_icon=\"%%121%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Book your trip\" url=\"#\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis mi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Awesome support\" url=\"#\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#eaeaea\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-20.jpg\" custom_padding=\"100px||100px|\" hover_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1054px\" custom_padding=\"||80px|\" custom_padding_tablet=\"||50px|\" custom_padding_phone=\"||10px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1054px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#191919\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#b0aac3\" body_font_size=\"24px\" body_line_height=\"1.6em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin_tablet=\"\" custom_margin_phone=\"||0px|\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_size_tablet=\"36\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|tablet\" body_font_size_tablet=\"20px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-12.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Gerard Johnson\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-11.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus puruseget neque sit amet.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-13.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_margin_tablet=\"\" custom_margin_phone=\"80px||0px|\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-03.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"60px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"28\" text_font_size_phone=\"24\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>My travel experience<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"15px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|60px|60px\" custom_padding_tablet=\"30px|40px|60px|40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Morbi ullamcorper nulla sit amet pulvinar gravida. Aenean imperdiet mauris nec metus condimentum, ac suscipit risus venenatis. Aliquam ac consequat est. Phasellus eget ultricies massa. Nulla ultricies, diam laoreet hendrerit viverra, est tortor pellentesque tortor, ac scelerisque ligula massa vitae risus. Duis commodo tempus arcu in sagittis. Integer quis leo sed quam iaculis feugiat. Duis sem magna, pulvinar bibendum lorem id, mattis aliquam tortor.</p><p>Pellentesque eu quam non dui molestie euismod. Cras porttitor odio ante, quis vehicula turpis dictum luctus. Ut nunc dui, molestie in arcu in, varius sagittis ante. Mauris non felis eu odio mollis tristique. Phasellus nisl justo, tristique eget sapien nec, ullamcorper dictum ligula. Ut tincidunt ipsum eget lorem dictum ullamcorper. Phasellus elementum blandit justo, vel mollis augue rutrum eget. Curabitur viverra suscipit odio. Vestibulum pretium nunc ut rhoncus fringilla. Aenean ullamcorper fermentum mauris. Etiam rutrum suscipit sollicitudin. Aenean in lorem nunc. Etiam vel venenatis purus. Aliquam nisi tortor, ornare sollicitudin imperdiet in, aliquet id nunc.</p><p><img class=\"alignnone size-medium wp-image-48\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/signature-300x116.png\" alt=\"\" width=\"300\" height=\"116\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-04-1.jpg\" custom_padding=\"38vh||35vh|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1241831px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1241831px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font=\"Montserrat||||\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_font=\"Montserrat||||\" button_icon=\"%%3%%\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"55\" header_font_size_phone=\"40\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>What people say</p><h2>ABOUT US</h2>[/et_pb_cta][et_pb_slider admin_label=\"Slider\" module_class=\"ad-slider\" _builder_version=\"3.16\" body_text_color=\"#ffbcbd\" body_font_size=\"22\" body_line_height=\"1.6em\" button_letter_spacing=\"0\" custom_padding=\"0px|0px|100px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" hover_enabled=\"0\" body_font_size_tablet=\"20\" body_font_size_phone=\"16\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_blur=\"10px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.1)\" box_shadow_position=\"inner\" button_letter_spacing_hover=\"0\" top_padding=\"0px\" bottom_padding=\"100px\" top_padding_tablet=\"\" top_padding_phone=\"\" top_padding_last_edited=\"on|phone\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" auto_ignore_hover=\"off\" button_on_hover=\"on\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" hover_enabled=\"0\" body_font_size_last_edited=\"off|phone\" body_line_height_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-245 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-01.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>Sarah Doe</strong></p>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" hover_enabled=\"0\" body_font_size_tablet=\"\" body_font_size_phone=\"\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"\" body_line_height_last_edited=\"on|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-246 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-02.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>John Doe</strong></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-19.jpg\" custom_padding=\"||100px|\" hover_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"-260px|||\" custom_margin_tablet=\"\" custom_margin_phone=\"0px|||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Italy<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-16.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-18.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|40px||40px\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>France<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|40px||40px\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|40px|80px|40px\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Bali<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-14.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-15.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Moscow<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"400px||200px|\" hover_enabled=\"0\"][et_pb_row admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"https://www.b3multimedia.ie/adventure-a-free-divi-layout\" button_text=\"Download Layout\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%266%%\" hover_enabled=\"0\" header_font_size_tablet=\"55\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Adventure is</p><h2>EVERYWHERE</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Full Layout','','publish','closed','closed','','adventure-full-layout-2','','','2017-10-05 18:46:25','2017-10-05 18:46:25','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-full-layout-2/',0,'et_pb_layout','',0),(123776,1,'2018-07-28 14:43:22','2018-07-28 14:43:22','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Pricing Tables%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Hinnasto</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\" custom_padding=\"51.1875px|0px|64px|0|false|false\"][et_pb_row admin_label=\"row\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_pricing_tables header_background_color=\"#000000\" show_bullet=\"off\" center_list_items=\"on\" admin_label=\"Pricing Tables\" module_class=\"ally-pricing ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" body_font_size=\"16px\" body_line_height=\"16px\" subheader_font=\"|on||on|\" subheader_font_size=\"17\" subheader_letter_spacing=\"1px\" currency_frequency_font=\"Judson||||\" price_font=\"Judson||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" remove_featured_drop_shadow=\"off\"][et_pb_pricing_table title=\"Cum laude\" currency=\"€\" per=\"kuukausi\" sum=\"29\" button_url=\"#\" button_text=\"Tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>- Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Magna\" currency=\"€\" per=\"kuukausi\" sum=\"39\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>- Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Eximia\" subtitle=\"Suosituin\" currency=\"€\" per=\"kuukausi\" sum=\"49\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>- 12/7 asiakaspalvelu</p>\n<p>- Koulukohtainen sivusto</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"Laudatur\" currency=\"€\" per=\"kuukausi\" sum=\"69\" button_url=\"#\" button_text=\"tilaa nyt\" _builder_version=\"3.10.1\" header_font=\"||||\" body_font=\"||||\" subheader_font=\"||||\" currency_frequency_font=\"||||\" price_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\"]<p>+ Asennus</p>\n<p>+ Käyttöönottokoulutus</p>\n<p>+ iKoe perusominaisuudet</p>\n<p>+ Lähituki</p>\n<p>+ Lisäominaisuudet</p>\n<p>+ 12/7 asiakaspalvelu</p>\n<p>+ Koulukohtainen sivusto</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_row _builder_version=\"3.10.1\" custom_padding=\"25.59375px|0px|17px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.10.1\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.10.1\"]<p><span style=\"font-size: x-small;\">*kaikki hinnat ilman alv:ia. iKoe-järjestelmän kytkentämaksu 450 euroa. Pidätämme oikeudet muutoksiin. </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Pricing Tables','','inherit','closed','closed','','911-revision-v1','','','2018-07-28 14:43:22','2018-07-28 14:43:22','',911,'http://lukuverkosto.fi/home/911-revision-v1/',0,'revision','',0),(123793,1,'2018-07-29 06:02:16','2018-07-29 06:02:16','[et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" template_type=\"row\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters module_class=\"ally-bar-counter\" _builder_version=\"3.0.87\" title_font=\"|||on|\" title_text_color=\"#000000\" title_font_size=\"16\" title_letter_spacing=\"1px\" background_color=\"#f8f8f8\" border_radii=\"on|0px|0px|0px|0px\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.47\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]<p>Curabitur arcu</p>[/et_pb_counter][et_pb_counter percent=\"66\" _builder_version=\"3.0.47\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]<p>Dolor Sit</p>[/et_pb_counter][et_pb_counter percent=\"85\" _builder_version=\"3.0.47\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]<p>Lorem ipsum</p>[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row]','pylväät','','publish','closed','closed','','pylvaat','','','2018-07-29 06:02:16','2018-07-29 06:02:16','',0,'http://lukuverkosto.fi/home/et_pb_layout/pylvaat/',0,'et_pb_layout','',0),(123799,1,'2018-07-29 06:31:20','2018-07-29 06:31:20','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Project Title</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\"]<h3>Overview</h3>\nSed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay\" module_class=\"ally-image-overlay\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Webdesign\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Online Marketing\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Challanges &amp; Our Solution</h3>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" custom_padding=\"0px||0px|\" transparent_background=\"off\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"1215,1208,1207,1211\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery - fullwidth\" module_class=\"ally-gallery\" _builder_version=\"3.0.87\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" _builder_version=\"3.0.47\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Results%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Results</h2>\nPellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123800\" saved_tabs=\"all\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Are you ready to start?</h3>\n<strong class=\"ally-lines\">WE SURE ARE</strong>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.0.47\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','454-autosave-v1','','','2018-07-29 06:31:20','2018-07-29 06:31:20','',454,'http://lukuverkosto.fi/home/454-autosave-v1/',0,'revision','',0),(123798,1,'2018-07-29 06:27:49','2018-07-29 06:27:49','','IMG_20170428_135727316','','inherit','open','closed','','img_20170428_135727316','','','2020-05-25 15:17:37','2020-05-25 15:17:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg',0,'attachment','image/jpeg',0),(123800,1,'2018-07-29 06:31:11','2018-07-29 06:31:11','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" custom_padding=\"51.1875px|0|35px|0px|false|false\" template_type=\"section\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Rehtorin näkökulma','','publish','closed','closed','','rehtorin-nakokulma','','','2018-07-29 06:37:48','2018-07-29 06:37:48','',0,'http://lukuverkosto.fi/home/et_pb_layout/rehtorin-nakokulma/',0,'et_pb_layout','',0),(123801,1,'2018-07-29 06:37:20','2018-07-29 06:37:20','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" template_type=\"section\" custom_padding=\"51.1875px|0|51.1875px|0px|false|false\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Rehtorin näkökulma','','inherit','closed','closed','','123800-revision-v1','','','2018-07-29 06:37:20','2018-07-29 06:37:20','',123800,'http://lukuverkosto.fi/home/123800-revision-v1/',0,'revision','',0),(123802,1,'2018-07-29 06:37:46','2018-07-29 06:37:46','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" custom_padding=\"51.1875px|0|35px|0px|false|false\" template_type=\"section\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Rehtorin näkökulma','','inherit','closed','closed','','123800-revision-v1','','','2018-07-29 06:37:46','2018-07-29 06:37:46','',123800,'http://lukuverkosto.fi/home/123800-revision-v1/',0,'revision','',0),(123809,1,'2018-07-30 10:15:01','2018-07-30 10:15:01','','käyttäjälähtöisyys','','inherit','open','closed','','kayttajalahtoisyys','','','2018-07-30 10:15:01','2018-07-30 10:15:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/käyttäjälähtöisyys.jpg',0,'attachment','image/jpeg',0),(123811,1,'2018-07-30 10:22:55','2018-07-30 10:22:55','','käyttäjälähtöisyys','','inherit','open','closed','','kayttajalahtoisyys-2','','','2018-07-30 10:22:55','2018-07-30 10:22:55','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/käyttäjälähtöisyys-1.jpg',0,'attachment','image/jpeg',0),(123813,1,'2018-07-31 06:17:38','2018-07-31 06:17:38','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ext.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" background_color=\"#686868\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:17:38','2018-07-31 06:17:38','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123819,1,'2018-07-31 06:24:55','2018-07-31 06:24:55','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:24:55','2018-07-31 06:24:55','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123815,1,'2018-07-31 06:20:57','2018-07-31 06:20:57','','lohja saunalautta','','inherit','open','closed','','lohja-saunalautta','','','2018-07-31 06:20:57','2018-07-31 06:20:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg',0,'attachment','image/jpeg',0),(123816,1,'2018-07-31 06:21:06','2018-07-31 06:21:06','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" background_color=\"#686868\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:21:06','2018-07-31 06:21:06','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123818,1,'2018-07-31 06:23:18','2018-07-31 06:23:18','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" background_color=\"#686868\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:23:18','2018-07-31 06:23:18','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123821,1,'2018-07-31 06:26:24','2018-07-31 06:26:24','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n<br />\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:26:24','2018-07-31 06:26:24','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123823,1,'2018-07-31 06:27:21','2018-07-31 06:27:21','','Do more','','inherit','open','closed','','do-more','','','2018-07-31 06:27:21','2018-07-31 06:27:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Do-more.jpg',0,'attachment','image/jpeg',0),(123824,1,'2018-07-31 06:32:08','2018-07-31 06:32:08','','opiskelija kaiken lähtökohtana','','inherit','open','closed','','opiskelija-kaiken-lahtokohtana','','','2018-07-31 06:32:08','2018-07-31 06:32:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/opiskelija-kaiken-lähtökohtana.jpg',0,'attachment','image/jpeg',0),(123827,1,'2018-07-31 06:39:28','2018-07-31 06:39:28','','Opiskelija2','','inherit','open','closed','','opiskelija2','','','2018-07-31 06:39:28','2018-07-31 06:39:28','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Opiskelija2.jpg',0,'attachment','image/jpeg',0),(123826,1,'2018-07-31 06:37:20','2018-07-31 06:37:20','','Google','','inherit','open','closed','','google','','','2018-07-31 06:37:20','2018-07-31 06:37:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Google.jpg',0,'attachment','image/jpeg',0),(123855,1,'2018-07-31 15:35:55','2018-07-31 15:35:55','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" template_type=\"section\"][et_pb_row custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" admin_label=\"Image - logo\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]<p> </p>[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 15:35:55','2018-07-31 15:35:55','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123825,1,'2018-07-31 06:36:43','2018-07-31 06:36:43','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n<p> </p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 06:36:43','2018-07-31 06:36:43','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123828,1,'2018-07-31 06:39:43','2018-07-31 06:39:43','','Google2','','inherit','open','closed','','google2','','','2018-07-31 06:39:43','2018-07-31 06:39:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Google2.jpg',0,'attachment','image/jpeg',0),(123829,1,'2018-07-31 06:39:54','2018-07-31 06:39:54','','Google','','inherit','open','closed','','google-2','','','2018-07-31 06:39:54','2018-07-31 06:39:54','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Google-1.jpg',0,'attachment','image/jpeg',0),(123830,1,'2018-07-31 06:40:04','2018-07-31 06:40:04','','Opiskelija1','','inherit','open','closed','','opiskelija1','','','2018-07-31 06:40:04','2018-07-31 06:40:04','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Opiskelija1.jpg',0,'attachment','image/jpeg',0),(123831,1,'2018-07-31 06:42:01','2018-07-31 06:42:01','','james-sutton-187816-unsplash','','inherit','open','closed','','james-sutton-187816-unsplash','','','2018-07-31 06:42:01','2018-07-31 06:42:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/james-sutton-187816-unsplash.jpg',0,'attachment','image/jpeg',0),(123832,1,'2018-07-31 06:42:16','2018-07-31 06:42:16','','Opiskelija1','','inherit','open','closed','','opiskelija1-2','','','2018-07-31 06:42:16','2018-07-31 06:42:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Opiskelija1-1.jpg',0,'attachment','image/jpeg',0),(123833,1,'2018-07-31 06:42:24','2018-07-31 06:42:24','','Opiskelija2','','inherit','open','closed','','opiskelija2-2','','','2018-07-31 06:42:24','2018-07-31 06:42:24','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Opiskelija2-1.jpg',0,'attachment','image/jpeg',0),(123834,1,'2018-07-31 06:42:38','2018-07-31 06:42:38','','Google2','','inherit','open','closed','','google2-2','','','2018-07-31 06:42:38','2018-07-31 06:42:38','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Google2-1.jpg',0,'attachment','image/jpeg',0),(123835,1,'2018-07-31 06:42:49','2018-07-31 06:42:49','','Google','','inherit','open','closed','','google-3','','','2018-07-31 06:42:49','2018-07-31 06:42:49','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Google-2.jpg',0,'attachment','image/jpeg',0),(123841,1,'2018-07-31 06:58:30','2018-07-31 06:58:30','','lähituki1','','inherit','open','closed','','lahituki1','','','2018-07-31 06:58:30','2018-07-31 06:58:30','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lähituki1.jpg',0,'attachment','image/jpeg',0),(123836,1,'2018-07-31 06:49:16','2018-07-31 06:49:16','','koepankki2','','inherit','open','closed','','koepankki2','','','2018-07-31 06:49:16','2018-07-31 06:49:16','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/koepankki2.jpg',0,'attachment','image/jpeg',0),(123837,1,'2018-07-31 06:49:48','2018-07-31 06:49:48','','lähituki','','inherit','open','closed','','lahituki','','','2018-07-31 06:49:48','2018-07-31 06:49:48','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lähituki.jpg',0,'attachment','image/jpeg',0),(123838,1,'2018-07-31 06:50:20','2018-07-31 06:50:20','','koepankki','','inherit','open','closed','','koepankki-2','','','2018-07-31 06:50:20','2018-07-31 06:50:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/koepankki.jpg',0,'attachment','image/jpeg',0),(123839,1,'2018-07-31 06:56:57','2018-07-31 06:56:57','','lähituki3','','inherit','open','closed','','lahituki3','','','2018-07-31 06:56:57','2018-07-31 06:56:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lähituki3.jpg',0,'attachment','image/jpeg',0),(123840,1,'2018-07-31 06:57:18','2018-07-31 06:57:18','','lähituki2','','inherit','open','closed','','lahituki2','','','2018-07-31 06:57:18','2018-07-31 06:57:18','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lähituki2.jpg',0,'attachment','image/jpeg',0),(123849,1,'2018-07-31 15:01:05','2018-07-31 15:01:05','','ikoe','','inherit','open','closed','','ikoe-3','','','2018-07-31 15:01:05','2018-07-31 15:01:05','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe.jpg',0,'attachment','image/jpeg',0),(123860,1,'2018-07-31 16:01:29','2018-07-31 16:01:29','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n<p> </p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2018-07-31 16:01:29','2018-07-31 16:01:29','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(123929,1,'2018-08-02 12:41:01','2018-08-02 12:41:01','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-08-02 12:41:01','2018-08-02 12:41:01','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123865,1,'2018-07-31 16:09:44','2018-07-31 16:09:44','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:09:44','2018-07-31 16:09:44','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123925,1,'2018-08-02 12:38:35','2018-08-02 12:38:35','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvab kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-08-02 12:38:35','2018-08-02 12:38:35','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123866,1,'2018-07-31 16:20:30','2018-07-31 16:20:30','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:20:30','2018-07-31 16:20:30','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123867,1,'2018-07-31 16:31:31','2018-07-31 16:31:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:31:31','2018-07-31 16:31:31','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123868,1,'2018-07-31 16:31:31','2018-07-31 16:31:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:31:31','2018-07-31 16:31:31','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123930,1,'2018-08-02 12:41:04','2018-08-02 12:41:04','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" custom_padding=\"51.1875px|0|35px|0px|false|false\" transparent_background=\"off\" global_module=\"123800\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-08-02 12:41:04','2018-08-02 12:41:04','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123869,1,'2018-07-31 16:31:36','2018-07-31 16:31:36','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" custom_padding=\"51.1875px|0|35px|0px|false|false\" transparent_background=\"off\" global_module=\"123800\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-07-31 16:31:36','2018-07-31 16:31:36','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123872,1,'2018-07-31 16:39:10','2018-07-31 16:39:10','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:39:10','2018-07-31 16:39:10','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123881,1,'2018-07-31 16:46:20','2018-07-31 16:46:20','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:46:20','2018-07-31 16:46:20','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123877,1,'2018-07-31 16:45:44','2018-07-31 16:45:44','','1','','inherit','open','closed','','1','','','2018-07-31 16:45:44','2018-07-31 16:45:44','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png',0,'attachment','image/png',0),(123878,1,'2018-07-31 16:45:46','2018-07-31 16:45:46','','2','','inherit','open','closed','','2','','','2018-07-31 16:45:46','2018-07-31 16:45:46','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png',0,'attachment','image/png',0),(123879,1,'2018-07-31 16:45:47','2018-07-31 16:45:47','','3','','inherit','open','closed','','3','','','2018-07-31 16:45:47','2018-07-31 16:45:47','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png',0,'attachment','image/png',0),(123880,1,'2018-07-31 16:46:01','2018-07-31 16:46:01','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1-1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:46:01','2018-07-31 16:46:01','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123876,1,'2018-07-31 16:41:40','2018-07-31 16:41:40','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1-1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.84\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:41:40','2018-07-31 16:41:40','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123882,1,'2018-07-31 16:46:35','2018-07-31 16:46:35','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.0.87\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:46:35','2018-07-31 16:46:35','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123883,1,'2018-07-31 16:46:48','2018-07-31 16:46:48','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:46:48','2018-07-31 16:46:48','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123884,1,'2018-07-31 16:46:51','2018-07-31 16:46:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvaa kehitystyötä ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" custom_padding=\"51.1875px|0|35px|0px|false|false\" transparent_background=\"off\" global_module=\"123800\"][et_pb_row _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Rehtorin näkökulma</h3>[/et_pb_text][et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2018-07-31 16:46:51','2018-07-31 16:46:51','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(123886,1,'2018-07-31 16:47:29','2018-07-31 16:47:29','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\" filter_saturate=\"101%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Mitään tietoteknisiä valmiuksia ei tarvita. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25.296875px|0px|25px|0px|false|false\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvab kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-07-31 16:47:29','2018-07-31 16:47:29','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123891,1,'2018-07-31 18:08:46','2018-07-31 18:08:46','','1','','inherit','open','closed','','1-3','','','2018-07-31 18:08:46','2018-07-31 18:08:46','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1-2.png',0,'attachment','image/png',0),(123888,1,'2018-07-31 17:55:33','2018-07-31 17:55:33','','1','','inherit','open','closed','','1-2','','','2018-07-31 17:55:33','2018-07-31 17:55:33','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1-1.png',0,'attachment','image/png',0),(123889,1,'2018-07-31 17:56:29','2018-07-31 17:56:29','','2','','inherit','open','closed','','2-2','','','2018-07-31 17:56:29','2018-07-31 17:56:29','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2-1.png',0,'attachment','image/png',0),(123892,1,'2018-07-31 18:09:32','2018-07-31 18:09:32','','4','','inherit','open','closed','','4','','','2018-07-31 18:09:32','2018-07-31 18:09:32','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/4.png',0,'attachment','image/png',0),(123893,1,'2018-07-31 18:10:04','2018-07-31 18:10:04','','5','','inherit','open','closed','','5','','','2018-07-31 18:10:04','2018-07-31 18:10:04','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/5.png',0,'attachment','image/png',0),(123895,1,'2018-07-31 18:12:00','2018-07-31 18:12:00','','ikoe, ominaisuudet','','inherit','open','closed','','ikoe-ominaisuudet-3','','','2018-07-31 18:12:00','2018-07-31 18:12:00','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-ominaisuudet.png',0,'attachment','image/png',0),(123904,1,'2018-08-02 09:12:28','2018-08-02 09:12:28','','iKoe, logo','','inherit','open','closed','','ikoe-logo-2','','','2018-08-02 09:12:28','2018-08-02 09:12:28','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-logo.png',0,'attachment','image/png',0),(123905,1,'2018-08-02 09:12:29','2018-08-02 09:12:29','','iKoe, logo','','inherit','open','closed','','ikoe-logo-3','','','2018-08-02 09:12:29','2018-08-02 09:12:29','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-logo-1.png',0,'attachment','image/png',0),(123914,1,'2018-08-02 10:18:42','2018-08-02 10:18:42','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-02 10:18:42','2018-08-02 10:18:42','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123911,1,'2018-08-02 10:16:53','2018-08-02 10:16:53','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-02 10:16:53','2018-08-02 10:16:53','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123912,1,'2018-08-02 10:17:10','2018-08-02 10:17:10','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-02 10:17:10','2018-08-02 10:17:10','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123913,1,'2018-08-02 10:17:19','2018-08-02 10:17:19','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>eensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-08-02 10:17:19','2018-08-02 10:17:19','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123920,1,'2018-08-02 10:27:48','2018-08-02 10:27:48','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Ei vielä kokemusta sähköisistä kokeista?</h2>\n<p><strong class=\"ally-lines\">No worries!</strong></p>\n[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Lataa opiskelijan ohje klikkaamalla tästä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-08-02 10:27:48','2018-08-02 10:27:48','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123935,1,'2018-08-14 07:54:56','2018-08-14 07:54:56','[et_pb_testimonial author=\"Panu Ruoste\" job_title=\"Purjemies\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.10.1\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" template_type=\"module\"]<p>iKoe on antanut uuden suunnan ja tarkoituksen rehtorin työlleni. Oppilaitoksemme on saanut tehokkaan työvälineen koe- ja arviointitoiminnan kehittämisen tueksi. Rehellisesti sanottuna on vaikea kuvitella kuinka voisimme tulla toimeen ilman kyseistä järjestelmää - <strong> iKoe on Maaginen! </strong>Se on myös rauhoittanut rehtorin mielen, oloni on nykyisin tyyni kuin nuorella pojalla.</p>\n<p>&nbsp;</p>[/et_pb_testimonial]','Rehtori suosittelee','','publish','closed','closed','','rehtori-suosittelee','','','2018-08-14 07:54:56','2018-08-14 07:54:56','',0,'http://lukuverkosto.fi/home/et_pb_layout/rehtori-suosittelee/',0,'et_pb_layout','',0),(123938,1,'2018-08-14 07:57:54','2018-08-14 07:57:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Team Members%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Yhteyshenkilöt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Oppimisympäristöasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-left\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<p><span style=\"color: #999999;\">0443691469<br />misha.lindvall@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Juha-Pekka Syrjälä\" position=\"Järjestelmäasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/test-01.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-bottom\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p><span style=\"color: #999999;\">0443757447<br />juha-pekka.syrjälä@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123665\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team Members','','inherit','closed','closed','','839-revision-v1','','','2018-08-14 07:57:54','2018-08-14 07:57:54','',839,'http://lukuverkosto.fi/home/839-revision-v1/',0,'revision','',0),(123926,1,'2018-08-02 12:39:10','2018-08-02 12:39:10','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tehokkuus ja joustavuus tarjoaa parhaimman  mahdollisen koealustan opiskelijoiden käyttöön. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksia. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-08-02 12:39:10','2018-08-02 12:39:10','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123928,1,'2018-08-02 12:40:18','2018-08-02 12:40:18','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä ja milloin tahansa koeverkon alueella. iKoe-järjestelmän avulla on mahdollista myös järjestää kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2018-08-02 12:40:18','2018-08-02 12:40:18','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(123940,1,'2018-08-19 16:45:47','2018-08-19 16:45:47','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\" url=\"oma.abitti.fi\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-19 16:45:47','2018-08-19 16:45:47','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123941,1,'2018-08-19 16:45:58','2018-08-19 16:45:58','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\" url=\"oma.abitti.fi\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Ei vielä kokemusta sähköisistä kokeista?</h2>\n<p><strong class=\"ally-lines\">No worries!</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Lataa opiskelijan ohje klikkaamalla tästä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-08-19 16:45:58','2018-08-19 16:45:58','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123942,1,'2018-08-19 16:46:39','2018-08-19 16:46:39','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-19 16:46:39','2018-08-19 16:46:39','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123944,1,'2018-08-19 16:48:57','2018-08-19 16:48:57','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-19 16:48:57','2018-08-19 16:48:57','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123945,1,'2018-08-19 16:49:10','2018-08-19 16:49:10','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2018-08-19 16:49:10','2018-08-19 16:49:10','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123946,1,'2018-08-19 16:49:47','2018-08-19 16:49:47','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123758\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" global_module=\"123754\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" admin_label=\"Blurb - Style 1\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Ei vielä kokemusta sähköisistä kokeista?</h2>\n<p><strong class=\"ally-lines\">No worries!</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Lataa opiskelijan ohje klikkaamalla tästä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.10.1\" background_layout=\"dark\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-revision-v1','','','2018-08-19 16:49:47','2018-08-19 16:49:47','',123761,'http://lukuverkosto.fi/home/123761-revision-v1/',0,'revision','',0),(123950,1,'2018-08-28 19:14:58','2018-08-28 19:14:58','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"off|desktop\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.0.89\" background_color=\"#ffffff\" background_image=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds_bg.jpg\" background_video_mp4=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.mp4\" background_video_webm=\"http://divilover.eu/ally/wp-content/uploads/2017/04/clouds-bg.webm\" background_video_width=\"960\" background_video_height=\"540\" custom_padding=\"||100px|\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text module_class=\"ally-left\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4>Ollaan yhteydessä!</h4>\r\n[/et_pb_text][et_pb_social_media_follow url_new_window=\"off\" module_class=\"ally-social ally-left\" _builder_version=\"3.10.1\" border_radii=\"on|100%|100%|100%|100%\" background_layout=\"dark\" link_shape=\"circle\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.10.1\" background_color=\"rgba(59,89,152,0)\" bg_color=\"rgba(59,89,152,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.facebook.com/lohjanyhteislyseonlukio\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Facebook [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"3.10.1\" background_color=\"rgba(81,127,164,0)\" bg_color=\"rgba(81,127,164,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.instagram.com/lohjanlukio/\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Instagram [/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.10.1\" background_color=\"rgba(168,36,0,0)\" bg_color=\"rgba(168,36,0,0)\" link_shape=\"circle\" follow_button=\"off\" url_new_window=\"off\" skype_action=\"call\" url=\"https://www.youtube.com/channel/UCAzjBeLkvnwtOAf3u8yyoMg\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"none\"] Youtube [/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_text module_class=\"ally-left\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h4>Yhteystiedot</h4>\r\n[/et_pb_text][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%249%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nKarstuntie 6\r\n08100 Lohja\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n0443691469\r\n\r\n[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb - Style 4\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"22px\" module_class=\"ally-blurb4 ally-left\" _builder_version=\"3.10.1\" body_font_size=\"18\" body_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<a href=\"mailto:misha.lindvall@edu.lohja.fi\">misha.lindvall@edu.lohja.fi</a>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text module_class=\"ally-right\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2 class=\"no-line\">Ota yhteyttä</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_class=\"ally-contact-form ally-right\" _builder_version=\"3.10.1\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköpostiosoite\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" form_field_font=\"||||\" border_radii=\"on||||\" use_border_color=\"off\" border_style=\"solid\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.10.1\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ally Widget - Footer Layout','','inherit','closed','closed','','269-revision-v1','','','2018-08-28 19:14:58','2018-08-28 19:14:58','',269,'http://lukuverkosto.fi/home/269-revision-v1/',0,'revision','',0),(123952,1,'2018-11-15 21:45:39','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2018-11-15 21:45:39','0000-00-00 00:00:00','a:1:{s:12:\"_multiwidget\";i:1;}',0,'http://lukuverkosto.fi/home/?post_type=jetpack_migration&p=123952',0,'jetpack_migration','',0),(123953,1,'2018-11-15 21:45:39','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2018-11-15 21:45:39','0000-00-00 00:00:00','a:8:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:17:\"recent-comments-2\";i:5;s:14:\"recent-posts-2\";}s:10:\"ally-popup\";a:2:{i:0;s:6:\"text-2\";i:1;s:16:\"divi_pb_widget-1\";}s:11:\"ally-footer\";a:1:{i:0;s:16:\"divi_pb_widget-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:6:\"text-3\";i:1;s:16:\"divi_pb_widget-3\";i:2;s:14:\"recent-posts-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}',0,'http://lukuverkosto.fi/home/?post_type=jetpack_migration&p=123953',0,'jetpack_migration','',0),(123992,1,'2019-05-21 05:27:21','2019-05-21 05:27:21','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]\n\n<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\n<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2019-05-21 05:27:21','2019-05-21 05:27:21','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123994,1,'2019-05-21 05:28:32','2019-05-21 05:28:32','[et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" template_type=\"section\"][et_pb_row custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]\n\n</p>\n<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\n</p>\n<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Ikoe - pikaohjeet','','inherit','closed','closed','','123754-revision-v1','','','2019-05-21 05:28:32','2019-05-21 05:28:32','',123754,'http://lukuverkosto.fi/home/123754-revision-v1/',0,'revision','',0),(123995,1,'2019-05-21 05:28:44','2019-05-21 05:28:44','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" next_background_color=\"#ffffff\" global_module=\"123758\"][et_pb_row admin_label=\"row\" global_parent=\"123758\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Header %22F.A.Q.%22 with subtitle\" global_parent=\"123758\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n</p>\n<h1>iKoe - Pikaohjeet</h1>\n<p><strong class=\"ally-lines\">As Simple As It Gets</strong></p>\n<p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ally-gradient-overlay\" _builder_version=\"3.10.1\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-bg1.jpg\" custom_padding_tablet=\"50px|0|50px|0\" transparent_background=\"off\" padding_mobile=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" global_module=\"123754\"][et_pb_row global_parent=\"123754\" custom_padding=\"30px|0px|0px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"1. laadi koe\" url=\"http://oma.abitti.fi\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%75%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Laadi koe tavalliseen tapaan osoitteessa <a href=\"http://www.abitti.fi/\">abitti.fi</a>. Tallenna kokeesi (meb-tiedosto) tietokoneellesi ja kirjoita ylös kokeen avauskoodi.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"2. LATAA KOE\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%97%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"top\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p>Lataa koe palvelimelle klikkaamalla \"lataa koe palvelimelle painiketta\" tämän sivun oikeasta yläkulmasta. Verrattain yksinkertaista.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"3. Jaa koe\" url_new_window=\"on\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\" url=\"https://goo.gl/forms/WN24zjZCvKIG891A3\"]\n\n</p>\n<p><strong>Lisäominaisuus. </strong>Lataamisen yhteydessä voit myös jakaa kokeesi kollegoillesi koepankki-toiminnon avulla.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row global_parent=\"123754\" custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"4. Valvo koe\" url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" use_icon=\"on\" font_icon=\"%%52%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"right\" animation=\"off\"]\n\n</p>\n<p><a href=\"https://peda.net/id/4d481a9aad6\">Opasta opiskelijoita buuttaamaan kone</a>ensa sekä liittymään langattomaan iKoe-verkkoon.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"5. TARKISTA KOE\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"left\" animation=\"off\"]\n\n</p>\n<p>Kokeen jälkeen koesuoritukset löytyvät <em>automaattisesti</em> <a href=\"https://oma.abitti.fi/\">omasta abitistasi</a> <a href=\"https://oma.abitti.fi/\">kohdasta \"koesuoritukset\"</a>.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 1\" global_parent=\"123754\" title=\"6. Palauta koe\" use_icon=\"on\" font_icon=\"%%159%%\" icon_color=\"#ffffff\" use_circle=\"on\" use_icon_font_size=\"on\" icon_font_size=\"34px\" module_class=\"ally-blurb1\" _builder_version=\"3.10.1\" header_font=\"Source Sans Pro|on||on|\" header_font_size=\"16\" header_letter_spacing=\"1px\" header_line_height=\"1.4em\" body_font_size=\"16\" body_line_height=\"1.2em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width_tablet=\"50px\" custom_margin=\"20px||20px|\" custom_padding=\"20px|20px|20px|20px\" animation_direction=\"bottom\" animation=\"off\"]\n\n</p>\n<p>Palauta kokeet opiskelijoille vasta kokeiden palautuspäivänä ellei oppilaitoksessasi ole muuta sovittu.</p>\n<p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" prev_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h2>Ei vielä kokemusta sähköisistä kokeista?</h2>\n<p><strong class=\"ally-lines\">No worries!</strong></p>\n\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-opiskelijan-ohje.docx\" button_text=\"Lataa opiskelijan ohje klikkaamalla tästä!\" button_alignment=\"center\" _builder_version=\"3.10.1\" background_layout=\"dark\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\n\n<br />\n\n[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Ohjeet','','inherit','closed','closed','','123761-autosave-v1','','','2019-05-21 05:28:44','2019-05-21 05:28:44','',123761,'http://lukuverkosto.fi/home/123761-autosave-v1/',0,'revision','',0),(123997,1,'2019-05-21 05:31:38','2019-05-21 05:31:38','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas Abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\"><span style=\"color: #2a0bb7;\">abittiusb-ohjelman avulla</span></a></strong>. Ohjeet löydät täältä: <strong><span style=\"color: #2a0bb7;\"><a href=\"digivinkit.lyll.fi\" style=\"color: #2a0bb7;\">digivinkit.lyll.fi</a></span></strong></span></p>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään YTL:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käynnistäminen</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abitti-järjestelmä käynnistetään liittämällä abitti-tikku tietokoneeseen sekä näppäilemällä toistuvasti <strong><span style=\"color: #2a0bb7;\"><a href=\"http://boottaus.fi/\" style=\"color: #2a0bb7;\">buuttauspainiketta</a></span></strong> käynnistyksen yhteydessä.</span></p>\r\n<ol>\r\n<li>Sammuta tietokone.</li>\r\n<li>Laita USB-tikku paikoilleen.</li>\r\n<li>Käynnistä tietokone</li>\r\n<li>Paina toistuvasti buuttaus-painiketta</li>\r\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\r\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\r\n<li>Abitti-järjestelmä käynnistyy parissa minuutissa</li>\r\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja henkilötunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa henkilöllisyystodistuksesi mukaan tunnistautumista varten.</span></p>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota Abitti-tikku koneestasi ja toimita se valvojalle.</span></p>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.17.6\"][et_pb_column type=\"4_4\" _builder_version=\"3.17.6\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.17.6\"]<p><strong>Hyödyllisiä linkkejä</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong></strong></p>\r\n<p><strong></strong></p>\r\n<p><strong></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','publish','closed','closed','','info-sivu','','','2019-08-05 17:30:36','2019-08-05 17:30:36','',0,'http://lukuverkosto.fi/home/et_pb_layout/info-sivu/',0,'et_pb_layout','',0),(124016,1,'2019-05-28 12:06:54','2019-05-28 12:06:54','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|83px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistää nyt parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kirjautuminen</h3>\r\n<p><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.</span><span class=\"white-space-prewrap\"> </span><span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Kokeessa</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em></span><span>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. </span><span>Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. </span><span>Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kokeen päättäminen</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-28 12:06:54','2019-05-28 12:06:54','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124014,1,'2019-05-28 10:17:56','2019-05-28 10:17:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|83px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistää nyt parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kirjautuminen</h3>\r\n<p><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.</span><span class=\"white-space-prewrap\"> </span><span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Kokeessa</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em></span><span>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. </span><span>Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. </span><span>Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kokeen päättäminen</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-28 10:17:56','2019-05-28 10:17:56','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124011,1,'2019-05-28 06:52:53','2019-05-28 06:52:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|83px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistää nyt parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kirjautuminen</h3>\r\n<p><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.</span><span class=\"white-space-prewrap\"> </span><span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Kokeessa</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em></span><span>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. </span><span>Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. </span><span>Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kokeen päättäminen</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-28 06:52:53','2019-05-28 06:52:53','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(123998,1,'2020-11-11 06:20:25','2020-11-11 06:20:25','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Project Title</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\"]<h3>Overview</h3>\r\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image with overlay\" module_class=\"ally-image-overlay\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webdesign\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Online Marketing\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Challanges &amp; Our Solution</h3>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||0px|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"1215,1208,1207,1211\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery - fullwidth\" module_class=\"ally-gallery\" _builder_version=\"3.0.87\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" _builder_version=\"3.22\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Results%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Results</h2>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Client View</h3>\r[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.2\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Are you ready to start?</h3>\r\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\r[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Maailmankansalaisen kypsyyskoe','','publish','closed','closed','','maailmankansalaisen-kypsyyskoe','','','2021-10-07 07:43:28','2021-10-07 07:43:28','',0,'http://lukuverkosto.fi/home/?page_id=123998',0,'page','',0),(124546,1,'2020-11-11 06:20:22','2020-11-11 06:20:22','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Project Title</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\"]<h3>Overview</h3>\r\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image with overlay\" module_class=\"ally-image-overlay\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webdesign\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Online Marketing\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Challanges &amp; Our Solution</h3>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||0px|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"1215,1208,1207,1211\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery - fullwidth\" module_class=\"ally-gallery\" _builder_version=\"3.0.87\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" _builder_version=\"3.22\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Results%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Results</h2>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Client View</h3>\r[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.2\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Are you ready to start?</h3>\r\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\r[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','123998-revision-v1','','','2020-11-11 06:20:22','2020-11-11 06:20:22','',123998,'https://lukuverkosto.fi/home/123998-revision-v1/',0,'revision','',0),(123999,1,'2019-05-21 05:33:32','2019-05-21 05:33:32','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\" next_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"2\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Project Title%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\r\n\r\n<h1>Project Title</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Overview%22\" background_layout=\"light\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\r\n\r\n<h3>Overview</h3>\r\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image with overlay\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"bottom\" sticky=\"off\" align=\"center\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-image-overlay\" animation_direction=\"bottom\" animation_style=\"slide\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" _builder_version=\"3.0.84\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Brand Identity\" header_font_size=\"24\" header_font_size_last_edited=\"on|tablet\" header_font_size_tablet=\"22\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" image_max_width=\"100%\"]\r\n\r\n<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Webdesign\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" image_max_width=\"100%\"]\r\n\r\n<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb - Style 5\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" use_circle=\"off\" circle_color=\"#666666\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb5\" icon_font_size=\"50px\" title=\"Online Marketing\" header_font_size=\"24\" header_font_size_tablet=\"22\" header_font_size_last_edited=\"on|tablet\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" image_max_width=\"100%\"]\r\n\r\n<p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<h3>Challanges &amp; Our Solution</h3>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" custom_padding=\"0px||0px|\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery - fullwidth\" gallery_ids=\"1215,1208,1207,1211\" fullwidth=\"off\" orientation=\"landscape\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-gallery\" caption_all_caps=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"on\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Results%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\n<h2>Results</h2>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Row\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f8f8f8\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Client View%22\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"left\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\r\n\r\n<h3>Client View</h3>\r\n\r\n[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" url_new_window=\"off\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon=\"on\" use_background_color=\"off\" background_color=\"#ffffff\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-testimonial\" quote_icon_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" border_radii_portrait=\"on|90px|90px|90px|90px\" _builder_version=\"3.2\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p>\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_alignment=\"center\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.84\"]\r\n\r\n<h3>Are you ready to start?</h3>\r\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button %22Yes, I\'m ready%22\" button_url=\"#\" url_new_window=\"off\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','123998-revision-v1','','','2019-05-21 05:33:32','2019-05-21 05:33:32','',123998,'http://lukuverkosto.fi/home/123998-revision-v1/',0,'revision','',0),(124000,1,'2019-05-21 05:35:31','2019-05-21 05:35:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]\r\n<h1>iKoe-järjestelmän hyödyt</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Opettajalle</h3>\r\niKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]\r\n<h3>Opiskelijalle</h3>\r\niKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Rehtorille</h3>\r\nKeskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','publish','closed','closed','','info-sivu-2','','','2019-05-28 05:55:07','2019-05-28 05:55:07','',0,'http://lukuverkosto.fi/home/et_pb_layout/info-sivu-2/',0,'et_pb_layout','',0),(124001,1,'2019-05-21 05:37:50','2019-05-21 05:37:50','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]\r\n<h1>iKoe-järjestelmän hyödyt</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Opettajalle</h3>\r\niKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]\r\n<h3>Opiskelijalle</h3>\r\niKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Rehtorille</h3>\r\nKeskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-21 05:37:50','2019-05-21 05:37:50','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124005,1,'2019-05-21 07:39:26','2019-05-21 07:39:26','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|0px|83px|0px|false|false\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta kunnes käynnistyvalikko avautuu</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmän pitäisi nyt käynnistyä.<br />(Voit myös käynnistää abitin, windows-käyttöjärjestelmän kautta, ks. ohjevideo) </li>\n</ol>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/lL8dCn2EK3g\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kirjautuminen</h3>\n<p><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.</span><span class=\"white-space-prewrap\"> </span><span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em></span><span>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. </span><span>Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. </span><span>Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-21 07:39:26','2019-05-21 07:39:26','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124007,1,'2019-05-21 12:48:56','2019-05-21 12:48:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|83px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta kunnes käynnistyvalikko avautuu</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistää nyt parissa minuutissa<br />(Voit myös käynnistää abitin, windows-käyttöjärjestelmän kautta, ks. ohjevideo) </li>\n</ol>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://youtu.be/lL8dCn2EK3g\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kirjautuminen</h3>\r\n<p><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.</span><span class=\"white-space-prewrap\"> </span><span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Kokeessa</h3>\r\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em></span><span>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. </span><span>Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. </span><span>Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Kokeen päättäminen</h3>\r\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-21 12:48:56','2019-05-21 12:48:56','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124008,1,'2019-05-28 05:55:07','2019-05-28 05:55:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]\r\n<h1>iKoe-järjestelmän hyödyt</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Opettajalle</h3>\r\niKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges &amp; Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]\r\n<h3>Opiskelijalle</h3>\r\niKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay &amp; tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]\r\n<h3>Rehtorille</h3>\r\nKeskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','124000-revision-v1','','','2019-05-28 05:55:07','2019-05-28 05:55:07','',124000,'http://lukuverkosto.fi/home/124000-revision-v1/',0,'revision','',0),(124019,1,'2019-05-28 12:47:51','2019-05-28 12:47:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistyy parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-28 12:47:51','2019-05-28 12:47:51','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124018,1,'2019-05-28 12:43:02','2019-05-28 12:43:02','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään ytl:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittijärjestelmä käynnistetään liittämällä abittitikku tietokoneeseen sekä näppäilemällä toistuvasti buuttaus-painiketta käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistää nyt parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja sosiaaliturvatunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa mukaan henkilökorttisi tunnistautumista varten.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota abittitikku-koneestasi ja toimita se valvojalle.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-28 12:43:02','2019-05-28 12:43:02','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124025,1,'2019-05-29 07:06:20','2019-05-29 07:06:20','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas Abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\"><span style=\"color: #2a0bb7;\">abittiusb-ohjelman avulla</span></a></strong>. Ohjeet löydät täältä: <strong><span style=\"color: #2a0bb7;\"><a href=\"digivinkit.lyll.fi\" style=\"color: #2a0bb7;\">digivinkit.lyll.fi</a></span></strong></span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään YTL:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abitti-järjestelmä käynnistetään liittämällä abitti-tikku tietokoneeseen sekä näppäilemällä toistuvasti <strong><span style=\"color: #2a0bb7;\"><a href=\"http://boottaus.fi/\" style=\"color: #2a0bb7;\">buuttauspainiketta</a></span></strong> käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistyy parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja henkilötunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa henkilöllisyystodistuksesi mukaan tunnistautumista varten.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota Abitti-tikku koneestasi ja toimita se valvojalle.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.17.6\"][et_pb_column type=\"4_4\" _builder_version=\"3.17.6\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.17.6\"]<p><strong>Hyödyllisiä linkkejä</strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-29 07:06:20','2019-05-29 07:06:20','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124021,1,'2019-05-29 06:57:16','2019-05-29 06:57:16','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas Abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\">abittiusb-ohjelman avulla</a></strong> (ks. ohjevideo). Ohjeet löydät täältä: www.digivinkit.lyll.fi</span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään YTL:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abitti-järjestelmä käynnistetään liittämällä abitti-tikku tietokoneeseen sekä näppäilemällä toistuvasti <strong><span style=\"color: #2a0bb7;\"><a href=\"http://boottaus.fi/\" style=\"color: #2a0bb7;\">buuttauspainiketta</a></span></strong> käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistyy parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja henkilötunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa henkilöllisyystodistuksesi mukaan tunnistautumista varten.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota Abitti-tikku koneestasi ja toimita se valvojalle.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.17.6\"][et_pb_column type=\"4_4\" _builder_version=\"3.17.6\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.17.6\"]<p><strong>Hyödyllisiä linkkejä</strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-29 06:57:16','2019-05-29 06:57:16','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124031,1,'2019-08-05 17:31:13','2019-08-05 17:31:13','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#000000\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text %22Counters%22\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1 class=\"ally-lines\">Counters</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f8f8f8\" bar_bg_color=\"#000000\" use_percentages=\"on\" border_radius=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-bar-counter\" title_font=\"|on||on|\" title_font_size=\"16\" title_letter_spacing=\"1px\" title_text_color=\"#000000\" percent_font=\"|on|||\" percent_font_size=\"14\"]\r\n\r\n[et_pb_counter percent=\"64\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"75\"] Sample Bar Counter [/et_pb_counter][et_pb_counter percent=\"98\"] Sample Bar Counter [/et_pb_counter]\r\n\r\n[/et_pb_counters][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Lorem ipsum\" number=\"95\" percent_sign=\"on\" background_layout=\"light\" bar_bg_color=\"#000000\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"dark\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_text_color=\"#ffffff\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\"][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%128%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years in Business\" number=\"13\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%361%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Projects done\" number=\"540\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Awards Won\" number=\"29\" percent_sign=\"off\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#000000\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" module_class=\"ally-icon\" icon_font_size=\"40px\" /][et_pb_number_counter admin_label=\"Number Counter\" title=\"Happy Clients\" number=\"100\" percent_sign=\"on\" background_layout=\"light\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" number_font_size=\"60\" number_line_height=\"60px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-number-counter ally-number-counter-gradient\" number_font=\"Judson||||\" title_letter_spacing=\"1px\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','inherit','closed','closed','','966-revision-v1','','','2019-08-05 17:31:13','2019-08-05 17:31:13','',966,'http://lukuverkosto.fi/home/966-revision-v1/',0,'revision','',0),(124028,1,'2019-05-29 07:50:16','2019-05-29 07:50:16','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" custom_padding=\"60px|0px|34px|0px|false|false\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Pikaopas Abittiin - opiskelijan ohje</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://vimeo.com/214640089\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käyttöönotto</h3>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>Abitin käyttöä varten tarvitset normaalin kannettavan tietokoneen sekä 8gb muistitikun. Tikun laatiminen onnistuu <strong><a href=\"http://static.abitti.fi/AbittiUSB/prod/setup.exe\"><span style=\"color: #2a0bb7;\">abittiusb-ohjelman avulla</span></a></strong>. Ohjeet löydät täältä: <strong><span style=\"color: #2a0bb7;\"><a href=\"digivinkit.lyll.fi\" style=\"color: #2a0bb7;\">digivinkit.lyll.fi</a></span></strong></span></p>\n<p class=\"direction-ltr align-start para-style-subtitle\"><span>(Huom! Yo-kokeissa käytetään YTL:n toimittamia abittikkuja. Tarvitset tuolloin mukaasi vain kannettavan tietokoneen, laturin ja langalliset kuulokkeet)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/im0boKqtxAM\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Käynnistäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abitti-järjestelmä käynnistetään liittämällä abitti-tikku tietokoneeseen sekä näppäilemällä toistuvasti <strong><span style=\"color: #2a0bb7;\"><a href=\"http://boottaus.fi/\" style=\"color: #2a0bb7;\">buuttauspainiketta</a></span></strong> käynnistyksen yhteydessä.</span></p>\n<ol>\n<li>Sammuta tietokone.</li>\n<li>Laita USB-tikku paikoilleen.</li>\n<li>Käynnistä tietokone</li>\n<li>Paina toistuvasti buuttaus-painiketta</li>\n<li>Valitse avautuvasta käynnistyvalikosta usb-muisti.</li>\n<li>Klikkaa seuraaviin kohtiin enter-painiketta.</li>\n<li>Abitti-järjestelmä käynnistyy parissa minuutissa</li>\n</ol>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/KfzzbZ5Vgf4\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kirjautuminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Yo-kokeissa käytettävässä langallisessa abitissa tietokone käynnistyy suoraan abittijärjestelmän etusivulle. Kirjaudut abitti-kokeeseen nimesi ja henkilötunnuksesi avulla. Valvoja vahvistaa kirjautumisen avainluvulla ja vahvistuskoodilla.<span class=\"white-space-prewrap\"> </span>Muistathan ottaa henkilöllisyystodistuksesi mukaan tunnistautumista varten.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/L-TdsOHmZj0\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeessa</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Abittitijärjestelmä on hyvin yksinkertainen. Koetehtäviä on kolmea tyyppiä:<em> perinteinen esseetehtävä, monivalinta ja aukkomonivalinta. </em>Lisäksi kokeissa on usein teksti-, ääni- ja videoaineistoja. Löydät nämä \"aineistoja\"-välilehdeltä. Ongelmien sattuessa voit kutsua valvojan paikalle käden heilautuksella. Valvojat voivat neuvoa sinua koneen peruskäytössä. Ongelmienkin sattuessa on hyvä muistaa, että koevastauksesi tallentuvat reaaliaikaisesti koetilan palvelimelle </span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"30px|0px|63px|0px|false|false\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"<iframe title=%22vimeo-player%22 src=%22https://player.vimeo.com/video/214640089%22 width=%22640%22 height=%22360%22 frameborder=%220%22 allowfullscreen></iframe>\"][/et_pb_code][et_pb_code _builder_version=\"3.17.6\" link_option_url=\"https://vimeo.com/214640089\"][/et_pb_code][et_pb_video src=\"https://youtu.be/-H2AUaOnBzk\" _builder_version=\"3.17.6\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3><br />Kokeen päättäminen</h3>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span>Päätä kokeesi klikkaamalla kokeen lopussa olevaa \"päätä koe\" -painiketta. Irrota Abitti-tikku koneestasi ja toimita se valvojalle.</span></p>\n<p class=\"direction-ltr align-end para-style-subtitle\"><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.17.6\"][et_pb_column type=\"4_4\" _builder_version=\"3.17.6\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.17.6\"]<p><strong>Hyödyllisiä linkkejä</strong></p>\n<p>&nbsp;</p>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<p><strong></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','info-sivu','','inherit','closed','closed','','123997-revision-v1','','','2019-05-29 07:50:16','2019-05-29 07:50:16','',123997,'http://lukuverkosto.fi/home/123997-revision-v1/',0,'revision','',0),(124034,1,'2019-08-05 18:29:36','2019-08-05 18:29:36','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Lukuvuosi lukuina</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"30px|0|30px|0|false|false\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters admin_label=\"Bar Counters\" module_class=\"ally-bar-counter\" _builder_version=\"3.17.6\" title_font=\"|on||on|\" title_text_color=\"#000000\" title_font_size=\"16\" title_letter_spacing=\"1px\" percent_font=\"|700|||||||\" percent_font_size=\"14\" background_color=\"#f8f8f8\" border_radii=\"on|0px|0px|0px|0px\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"35,4\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Reaali[/et_pb_counter][et_pb_counter percent=\"28,5\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Kielet[/et_pb_counter][et_pb_counter percent=\"25,6\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]MaFYKE[/et_pb_counter][et_pb_counter percent=\"9,9\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]Äidinkieli[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Sähköisiä kokeita yhteensä\" number=\"97\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px||0px|\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Ladattua koepakettia\" number=\"1397\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"tehtyä koetta\" number=\"20000\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Suurin koemäärä\" number=\"450\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Palautteiden arvosana\" number=\"9.4\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\"><span style=\"color: #000000;\">Abitti-Hirmut</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0||0px||false|false\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Matti Oikarinen\" number=\"76\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Hanna pakarinen\" number=\"73\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tiia Anttila\" number=\"69\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tuulia Takalo-eskola\" number=\"65\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','inherit','closed','closed','','966-revision-v1','','','2019-08-05 18:29:36','2019-08-05 18:29:36','',966,'http://lukuverkosto.fi/home/966-revision-v1/',0,'revision','',0),(124033,1,'2019-08-05 18:13:13','2019-08-05 18:13:13','[et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe.jpg\" align=\"center\" admin_label=\"Image (275 x 560 px)\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" template_type=\"module\"]\r\n[/et_pb_image]','Nainen ja kyltti','','publish','closed','closed','','nainen-ja-kyltti','','','2019-08-05 18:50:27','2019-08-05 18:50:27','',0,'http://lukuverkosto.fi/home/et_pb_layout/nainen-ja-kyltti/',0,'et_pb_layout','',0),(124035,1,'2019-08-05 18:34:32','2019-08-05 18:34:32','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\" link_option_url=\"http://lukuverkosto.fi/home/counters/?et_fb=1\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','iKoejärjestelmän hyödyt','','inherit','closed','closed','','123686-revision-v1','','','2019-08-05 18:34:32','2019-08-05 18:34:32','',123686,'http://lukuverkosto.fi/home/123686-revision-v1/',0,'revision','',0),(124036,1,'2019-08-05 18:34:42','2019-08-05 18:34:42','[et_pb_section fb_built=\"1\" _builder_version=\"3.10.1\" global_module=\"123686\" saved_tabs=\"all\"][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>iKoe-järjestelmän hyödyt</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/1.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" filter_saturate=\"101%\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\"]<h3>Opettajalle</h3>\n<p>iKoe on ylivoimaisesti helpoin tapa järjestää digitaalisia kokeita tai sähköisiä tuntitehtäviä. Jos osaat laatia abittikokeen, osaat käyttää iKoetta. Lataat valmiin sähköisen kokeen palvelinjärjestelmään yhdellä hiiren klikkauksella - siinä kaikki. Opiskelijat kirjautuvat oppitunnilla sähköisiin tehtäviin koulun koeverkon kautta. Opettajana voit keskittyä ohjaamaan oppimisprosessia. Tunnin jälkeen valmiit vastaukset löytyvät automaattisesti kunkin opettajan omasta-abitista.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"right\" module_alignment=\"right\" animation_style=\"slide\" animation_direction=\"left\"]<h3>Opiskelijalle</h3>\n<p>iKoe-järjestelmän tarjoaa sekä tehokkaan, että joustavan tavan suorittaa sähköisiä kokeita. Sähköiset vastaukset tallentuvat reaaliajassa keskitetylle palvelinjärjestelmälle, minkä johdosta luokkahuoneessa mahdollisesti ilmenevät tekniset ongelmat eivät vaaranna sähköisiä koevastauksiasi. Tämän lisäksi, opiskelijana voit suorittaa sähköisiä tehtäväsi missä tahansa koeverkon alueella. iKoe-järjestelmän avulla voit suorittaa myös kokeita kameravalvotuissa tenttiakvaarioissa.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/2.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"right\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" animation=\"right\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"25.296875px|0px|25px|0px|false|false\" parallax_method_1=\"off\" _builder_version=\"3.0.84\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/3.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Image with overlay & tilt\" module_class=\"ally-image-overlay ally-tilt\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"left\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"right\" link_option_url=\"http://lukuverkosto.fi/home/counters/?et_fb=1\"]<h3>Rehtorille</h3>\n<p>Keskitetty koejärjestelmä tarjoaa parhaimman mahdollisen tuen sekä koe- että arviointitoiminnan kehittämisellä. Reaaliaikainen koeseuranta ja kokeisiin liittyvän datan hallinta luo pohjan yhteisöllisen arviointikulttuurin kehittämisellä ja yhteisölliselle oppimiselle. Lisäksi iKoe tekee näkyväksi oppilaitoksessa tapahtuvan kehitystyön ja antaa selkeisiin lukuihin perustuvaa informaatiota oppilaitoksen digitalisaation tilasta.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Project #11','','inherit','closed','closed','','452-revision-v1','','','2019-08-05 18:34:42','2019-08-05 18:34:42','',452,'http://lukuverkosto.fi/home/452-revision-v1/',0,'revision','',0),(124037,1,'2019-08-05 18:35:18','2019-08-05 18:35:18','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Lukuvuosi lukuina</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|0|30px|0|false|false\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters admin_label=\"Bar Counters\" module_class=\"ally-bar-counter\" _builder_version=\"3.17.6\" title_font=\"|on||on|\" title_text_color=\"#000000\" title_font_size=\"16\" title_letter_spacing=\"1px\" percent_font=\"|700|||||||\" percent_font_size=\"14\" background_color=\"#f8f8f8\" border_radii=\"on|0px|0px|0px|0px\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"35,4\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Reaali[/et_pb_counter][et_pb_counter percent=\"28,5\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Kielet[/et_pb_counter][et_pb_counter percent=\"25,6\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]\n\nMaFYKE\n\n[/et_pb_counter][et_pb_counter percent=\"9,9\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]\n\nÄidinkieli\n\n[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Sähköisiä kokeita yhteensä\" number=\"97\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px||0px|\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Ladattua koepakettia\" number=\"1397\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"tehtyä koetta\" number=\"20000\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Suurin koemäärä per päivä\" number=\"450\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Palautteiden keskiarvo\" number=\"9.4\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\"><span style=\"color: #000000;\">Abitti-Hirmut</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0||0px||false|false\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Matti Oikarinen\" number=\"76\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Hanna pakarinen\" number=\"73\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tiia Anttila\" number=\"69\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tuulia Takalo-eskola\" number=\"65\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','inherit','closed','closed','','966-revision-v1','','','2019-08-05 18:35:18','2019-08-05 18:35:18','',966,'http://lukuverkosto.fi/home/966-revision-v1/',0,'revision','',0),(124041,1,'2019-08-05 18:37:42','2019-08-05 18:37:42','[et_pb_section admin_label=\"section\" bb_built=\"1\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding_last_edited=\"on|phone\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" custom_padding_tablet=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/ally-hasitall.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"300px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Easy edits with Theme Customizer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Easy edits with Theme Customizer</h2>\r\nYou can <strong>easily make changes</strong> to your website using Theme Customizer. Change colors of the gradient overlays, set the look of custom Call To Action menu item and more.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fullscreen Slider%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Fullscreen Slider</h2>\r\nWelcome your visitors with a full-screen image or video. It doesn\'t have to be one image - it is a slider! You can display an image / logo that stays on top of each slide. It has custom animated scroll down arrow added for better navigation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_blurb admin_label=\"Blurb - Style 2\" title=\"Hover me!\" url=\"/blurbs\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#000000\" use_circle_border=\"off\" circle_border_color=\"#000000\" icon_placement=\"top\" animation=\"off\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"on\" header_font_size=\"24\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-blurb2 ally-left\" header_font=\"Source Sans Pro|on||on|\" header_font_size_last_edited=\"on|phone\" body_font_size=\"16\" body_line_height=\"1.4em\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image15.jpg\" custom_padding=\"40px|40px|40px|40px\" custom_padding_last_edited=\"on|phone\" font_icon=\"%%141%%\" icon_font_size=\"50px\"]\r\n\r\nQuisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fun Tilt Hover Effect%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Fun Tilt Hover Effect</h2>\r\nYou can use this effect on any module! Simply add a class of <strong>ally-tilt</strong> in Custom CSS tab and admire the effect. Just don\'t use it too much - remember \"less is more\". It is a hover effect - so it only works on desktop.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22CTA Menu Item%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>CTA Menu Item with Widget-Ready Popup</h2>\r\nYou can set the look of Call To Action Menu Item in Theme Customizer. And Popup is widget-ready. Thanks to Divi Widget Builder (by SJ James) you can <strong>add any module or layout from Divi Library </strong>to the Popup area.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Follow-the-mouse Overlay%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Follow-the-mouse Overlay Effect</h2>\r\nDirection aware overlay effect is used on portfolio and gallery module. The overlay will slide in and slide out, following your mouse movement. It is fun and different.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/macbook-bg.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Category &amp; Archive Pages Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h2>Category &amp; Archive Pages Styling</h2>\r\nDivi blog doesn\'t have to look boring. Ally has built in custom styling for all the standard blog pages - <strong>archive, category, author and search result pages</strong>. Ally also extends wordpress \"Recent Posts Widget\" with each post thumbnail. You can also add any Divi Layout to sidebar.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f8f8f8\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Simple One Click Install%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\r\n<h3 style=\"font-size: 1.8em;\">Simple One Click Install</h3>\r\nAlly features a <strong>one click demo content installation</strong> to get your site looking like the demo in no time.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text %22Widget Area Before the Footer%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-left\"]\r\n<h3 style=\"font-size: 1.8em;\">Widget Area Before the Footer</h3>\r\nYou can design your footer with Divi Page Builder and choose to show it on every page (using Divi Widget Builder). There is no need to add a global section to each page and post.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text %22Fly-In Animations%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h3 style=\"font-size: 1.8em;\">Fly-In Animations</h3>\r\nYou can easily animate any module on scroll down and scroll up. Just add a custom CSS class of <strong>ally-left</strong>, <strong>ally-right</strong>, <strong>ally-bottom</strong>, <strong>ally-top</strong> or <strong>ally-fade</strong>.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text %22Divi Modules Styling%22\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" module_class=\"ally-right\"]\r\n<h3 style=\"font-size: 1.8em;\">Divi Modules Styling</h3>\r\nAlly features multiple pre-styled modules. Several version of Blurbs and many others. Just pick &amp; choose the ones that suit your project.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Features','','inherit','closed','closed','','968-revision-v1','','','2019-08-05 18:37:42','2019-08-05 18:37:42','',968,'http://lukuverkosto.fi/home/968-revision-v1/',0,'revision','',0),(124042,1,'2019-08-05 18:50:27','2019-08-05 18:50:27','[et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe.jpg\" align=\"center\" admin_label=\"Image (275 x 560 px)\" _builder_version=\"3.10.1\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" template_type=\"module\"]\r\n[/et_pb_image]','Nainen ja kyltti','','inherit','closed','closed','','124033-revision-v1','','','2019-08-05 18:50:27','2019-08-05 18:50:27','',124033,'http://lukuverkosto.fi/home/124033-revision-v1/',0,'revision','',0),(124046,1,'2019-08-05 19:17:19','2019-08-05 19:17:19','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Lukuvuosi lukuina</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\"][et_pb_row custom_padding=\"30px|128px|30px|42px|false|false\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\"][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Äidinkieli\" number=\"10\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Mafyke\" number=\"26\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Kielet\" number=\"29\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Reaali\" number=\"35\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"SÄhköisiä kokeita yhteensä\" number=\"97\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\" bar_bg_color=\"#8300e9\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px||0px|\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Ladattua koepakettia\" number=\"1397\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"tehtyä koesuoritusta\" number=\"20000\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Suurin koemäärä per päivä\" number=\"450\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Palautteiden keskiarvo\" number=\"9.4\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\"><span style=\"color: #000000;\">Abitti-Hirmut</span></h1>\n<p><span style=\"color: #000000;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0||0px||false|false\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Matti Oikarinen\" number=\"76\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Hanna pakarinen\" number=\"73\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tiia Anttila\" number=\"69\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tuulia Takalo-eskola\" number=\"65\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','inherit','closed','closed','','966-revision-v1','','','2019-08-05 19:17:19','2019-08-05 19:17:19','',966,'http://lukuverkosto.fi/home/966-revision-v1/',0,'revision','',0),(124039,1,'2019-08-05 18:36:09','2019-08-05 18:36:09','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Lukuvuosi lukuina</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|0|30px|0|false|false\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_counters admin_label=\"Bar Counters\" module_class=\"ally-bar-counter\" _builder_version=\"3.17.6\" title_font=\"|on||on|\" title_text_color=\"#000000\" title_font_size=\"16\" title_letter_spacing=\"1px\" percent_font=\"|700|||||||\" percent_font_size=\"14\" background_color=\"#f8f8f8\" border_radii=\"on|0px|0px|0px|0px\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"35,4\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Reaali[/et_pb_counter][et_pb_counter percent=\"28,5\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"] Kielet[/et_pb_counter][et_pb_counter percent=\"25,6\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]\n\nMaFYKE\n\n[/et_pb_counter][et_pb_counter percent=\"9,9\" _builder_version=\"3.17.6\" background_color_default=\"#f8f8f8\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#000000\" use_percentages=\"on\" border_radius=\"0\" allow_player_pause_default=\"off\"]\n\nÄidinkieli\n\n[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_circle_counter title=\"Sähköisiä kokeita yhteensä\" number=\"97\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" max_width=\"285px\" module_alignment=\"center\"][/et_pb_circle_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\"][et_pb_row custom_padding=\"0px||0px|\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Ladattua koepakettia\" number=\"1397\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"tehtyä koesuoritusta\" number=\"20000\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Suurin koemäärä per päivä\" number=\"450\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_number_counter title=\"Palautteiden keskiarvo\" number=\"9.4\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_text_color=\"#ffffff\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.17.6\" background_color=\"#f8f8f8\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Counters%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\"><span style=\"color: #000000;\">Abitti-Hirmut</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0||0px||false|false\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" admin_label=\"Row\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Matti Oikarinen\" number=\"76\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Hanna pakarinen\" number=\"73\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tiia Anttila\" number=\"69\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"off\"][et_pb_blurb admin_label=\"Blurb - Just Icon\" module_class=\"ally-icon\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"Tuulia Takalo-eskola\" number=\"65\" percent_sign=\"off\" admin_label=\"Number Counter\" module_class=\"ally-number-counter ally-number-counter-gradient\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"1px\" number_font=\"Judson||||\" number_font_size=\"60\" number_line_height=\"60px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Counters','','inherit','closed','closed','','966-revision-v1','','','2019-08-05 18:36:09','2019-08-05 18:36:09','',966,'http://lukuverkosto.fi/home/966-revision-v1/',0,'revision','',0),(124044,1,'2019-08-05 19:05:51','2019-08-05 19:05:51','[et_pb_circle_counter title=\"Sähköisiä kokeita yhteensä\" number=\"97\" percent_sign=\"on\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" background_layout=\"light\" max_width=\"285px\" module_alignment=\"center\" link_option_url_new_window=\"off\" hover_enabled=\"0\" template_type=\"module\" use_background_color_gradient=\"off\" background_color_gradient_direction=\"180deg\" parallax=\"off\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" bar_bg_color=\"#000000\" title_level=\"h3\" title_text_shadow_style=\"none\" number_letter_spacing=\"0px\" number_text_shadow_style=\"none\" border_radii=\"on||||\" box_shadow_style=\"none\" text_orientation=\"center\" filter_hue_rotate=\"0deg\" filter_saturate=\"100%\" filter_brightness=\"100%\" filter_contrast=\"100%\" filter_invert=\"0%\" filter_sepia=\"0%\" filter_opacity=\"100%\" filter_blur=\"0px\" mix_blend_mode=\"normal\" animation_style=\"none\" animation_direction=\"center\" text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"][/et_pb_circle_counter]','ympyrä prosentilla','','publish','closed','closed','','ympyra-prosentilla','','','2019-08-05 19:06:13','2019-08-05 19:06:13','',0,'http://lukuverkosto.fi/home/et_pb_layout/ympyra-prosentilla/',0,'et_pb_layout','',0),(124045,1,'2019-08-05 19:06:13','2019-08-05 19:06:13','[et_pb_circle_counter title=\"Sähköisiä kokeita yhteensä\" number=\"97\" percent_sign=\"on\" admin_label=\"Circle Counter\" _builder_version=\"3.17.6\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\" background_layout=\"light\" max_width=\"285px\" module_alignment=\"center\" link_option_url_new_window=\"off\" hover_enabled=\"0\" template_type=\"module\" use_background_color_gradient=\"off\" background_color_gradient_direction=\"180deg\" parallax=\"off\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" bar_bg_color=\"#000000\" title_level=\"h3\" title_text_shadow_style=\"none\" number_letter_spacing=\"0px\" number_text_shadow_style=\"none\" border_radii=\"on||||\" box_shadow_style=\"none\" text_orientation=\"center\" filter_hue_rotate=\"0deg\" filter_saturate=\"100%\" filter_brightness=\"100%\" filter_contrast=\"100%\" filter_invert=\"0%\" filter_sepia=\"0%\" filter_opacity=\"100%\" filter_blur=\"0px\" mix_blend_mode=\"normal\" animation_style=\"none\" animation_direction=\"center\" text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"][/et_pb_circle_counter]','ympyrä prosentilla','','inherit','closed','closed','','124044-revision-v1','','','2019-08-05 19:06:13','2019-08-05 19:06:13','',124044,'http://lukuverkosto.fi/home/124044-revision-v1/',0,'revision','',0),(124049,1,'2019-11-01 09:16:54','2019-11-01 09:16:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.74\" background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Team Members%22\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"ally-lines\">Yhteys</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Oppimisympäristöasiantuntija\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" admin_label=\"Person\" module_class=\"ally-person ally-left\" _builder_version=\"3.10.1\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<p><span style=\"color: #999999;\">0443691469<br />misha.lindvall@edu.lohja.fi</span></p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.74\" background_color=\"#000000\" transparent_background=\"off\" global_module=\"123665\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.10.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<p><strong class=\"ally-lines\">Let\'s get digital</strong></p>[/et_pb_text][et_pb_button button_url=\"http://lukuverkosto.fi/home/contact-us/?et_fb=1\" button_text=\"Kyllä vain, ottakaa minuun yhteyttä!\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" background_layout=\"dark\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team Members','','inherit','closed','closed','','839-revision-v1','','','2019-11-01 09:16:54','2019-11-01 09:16:54','',839,'http://lukuverkosto.fi/home/839-revision-v1/',0,'revision','',0),(125163,1,'2021-11-11 09:29:58','2021-11-11 09:29:58','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Maailmankansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Maailmankansalaisen kypsyyskoe on YK-liiton globaalikasvatuksen opintokokonaisuus. Se sopii suoritettavaksi kaikenikäisille.</p>\n<p>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\">WEBINAARIN DIAT</a><a href=\"Maailmankansalaisen%20kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.  Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.  Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.\"></a></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Maailmankansalaisen kypsyyskoe (Tallenne)','','inherit','closed','closed','','125040-revision-v1','','','2021-11-11 09:29:58','2021-11-11 09:29:58','',125040,'https://lukuverkosto.fi/home/?p=125163',0,'revision','',0),(124056,1,'2020-01-30 07:38:58','2020-01-30 07:38:58','[startbooking flow=\"services\"]','Book Now','','publish','closed','closed','','book-now','','','2020-01-30 07:38:58','2020-01-30 07:38:58','',0,'http://lukuverkosto.fi/home/book-now/',0,'page','',0),(124059,1,'2020-01-31 18:16:57','0000-00-00 00:00:00','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','ideapäivä','','draft','closed','closed','','','','','2020-01-31 18:16:57','2020-01-31 18:16:57','',0,'http://lukuverkosto.fi/home/?page_id=124059',0,'page','',0),(124058,1,'2020-01-31 17:59:49','2020-01-31 17:59:49','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/ikoe-made-in-lohja-3-e1532729131667.png\" align=\"center\" _builder_version=\"3.10.1\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n</p>\n<p> </p>\n<p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2020-01-31 17:59:49','2020-01-31 17:59:49','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(124061,1,'2020-01-31 18:16:57','2020-01-31 18:16:57','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','ideapäivä','','inherit','closed','closed','','124059-revision-v1','','','2020-01-31 18:16:57','2020-01-31 18:16:57','',124059,'http://lukuverkosto.fi/home/124059-revision-v1/',0,'revision','',0),(124076,1,'2020-03-22 15:17:15','2020-03-22 15:17:15','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.10.1\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/03/iKoe-MINI-2.png\" align=\"center\" _builder_version=\"3.17.6\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n</p>\n<p> </p>\n<p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2020-03-22 15:17:15','2020-03-22 15:17:15','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(124078,1,'2020-03-22 15:19:49','2020-03-22 15:19:49','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.17.6\" background_color=\"#686868\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#8300e9\" background_color_gradient_type=\"radial\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"93%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" parallax=\"on\" parallax_method=\"off\" filter_hue_rotate=\"321deg\" top_divider_color=\"#8300e9\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\" template_type=\"section\"][et_pb_row admin_label=\"row\" custom_padding_tablet=\"0px||0px|\" custom_padding_last_edited=\"on|phone\" parallax_method_1=\"off\" _builder_version=\"3.17.6\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image - logo\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/08/iKoe-logo-1.png\" align=\"center\" _builder_version=\"3.17.6\" max_width=\"300px\" max_width_tablet=\"200px\" max_width_phone=\"150px\" max_width_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"]\n\n</p>\n<p> </p>\n<p>\n\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','ikoe, made in aloha with love','','inherit','closed','closed','','123692-revision-v1','','','2020-03-22 15:19:49','2020-03-22 15:19:49','',123692,'http://lukuverkosto.fi/home/123692-revision-v1/',0,'revision','',0),(124097,1,'2020-03-25 18:09:20','2020-03-25 18:09:20','','2','','inherit','open','closed','','2-3','','','2020-03-25 18:09:20','2020-03-25 18:09:20','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/03/2.png',0,'attachment','image/png',0),(124106,1,'2020-03-31 08:36:41','2020-03-31 08:36:41','[playlist type=\"video\" tracklist=\"false\" ids=\"124108\"]','Ohjevideo','','publish','closed','closed','','ohjevideo','','','2020-03-31 08:36:41','2020-03-31 08:36:41','',0,'http://lukuverkosto.fi/home/?post_type=popupbuilder&#038;p=124106',0,'popupbuilder','',0),(124107,1,'2020-03-31 08:26:24','2020-03-31 08:26:24','','iKoe MINI - opiskleijan ohje','','inherit','open','closed','','ikoe-mini-opiskleijan-ohje','','','2020-03-31 08:26:24','2020-03-31 08:26:24','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/03/iKoe-MINI-opiskleijan-ohje.mp4',0,'attachment','video/mp4',0),(124108,1,'2020-03-31 08:28:26','2020-03-31 08:28:26','','Ikoe MINI - opiskelijan ohje','','inherit','open','closed','','ikoe-mini-opiskelijan-ohje','','','2020-03-31 08:28:26','2020-03-31 08:28:26','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/03/Ikoe-MINI-opiskelijan-ohje.mp4',0,'attachment','video/mp4',0),(124110,1,'2020-04-01 08:23:50','2020-04-01 08:23:50','[playlist type=\"video\" tracklist=\"false\" ids=\"124108\"]','Ohjevideo','','inherit','closed','closed','','124106-autosave-v1','','','2020-04-01 08:23:50','2020-04-01 08:23:50','',124106,'http://lukuverkosto.fi/home/124106-autosave-v1/',0,'revision','',0),(124111,1,'2020-04-01 08:16:12','2020-04-01 08:16:12','','iKoe MINI - opettajan ohje','','inherit','open','closed','','ikoe-mini-opettajan-ohje','','','2020-04-01 08:16:12','2020-04-01 08:16:12','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/iKoe-MINI-opettajan-ohje.mp4',0,'attachment','video/mp4',0),(124115,1,'2020-04-12 17:11:53','2020-04-12 17:11:53','','08','','inherit','open','closed','','08','','','2020-04-12 17:11:53','2020-04-12 17:11:53','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/08.jpg',0,'attachment','image/jpeg',0),(124116,1,'2020-04-12 17:11:56','2020-04-12 17:11:56','','logo_02','','inherit','open','closed','','logo_02-2','','','2020-04-12 17:11:56','2020-04-12 17:11:56','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_02.png',0,'attachment','image/png',0),(124117,1,'2020-04-12 17:11:59','2020-04-12 17:11:59','','02','','inherit','open','closed','','02','','','2020-04-12 17:11:59','2020-04-12 17:11:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/02.jpg',0,'attachment','image/jpeg',0),(124118,1,'2020-04-12 17:12:01','2020-04-12 17:12:01','','logo_03','','inherit','open','closed','','logo_03','','','2020-04-12 17:12:01','2020-04-12 17:12:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_03.png',0,'attachment','image/png',0),(124119,1,'2020-04-12 17:12:02','2020-04-12 17:12:02','','051','','inherit','open','closed','','051','','','2020-04-12 17:12:02','2020-04-12 17:12:02','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/051.jpg',0,'attachment','image/jpeg',0),(28506,1,'2016-09-03 02:31:58','2016-09-03 00:31:58','[et_pb_section fb_built=\"1\" admin_label=\"#08\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/03.jpg\" parallax_method=\"off\" custom_padding=\"26%|12%|20%|12%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"68\" counter_color=\"#7EBEC5\" disabled_on=\"off||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" title_line_height=\"1.4em\" number_font=\"Roboto|on|||\" number_text_color=\"#ffffff\" number_font_size=\"10em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on||\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"40px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|on|on\" admin_label=\"Divider (Responsive)\" _builder_version=\"3.23.4\" height=\"10px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][et_pb_counters bar_bg_color=\"#7EBEC5\" admin_label=\"Bar Counters\" _builder_version=\"3.0.87\" percent_font_size=\"7\" background_color=\"#dddddd\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" custom_css_main_element=\"margin-top:50px;\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"68%\" bar_background_color=\"#ffffff\" _builder_version=\"3.0.74\" title_text_color=\"rgba(255,255,255,0.77)\" percent_text_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.49)\" hover_enabled=\"0\" label_color=\"rgba(255,255,255,0.77)\" percentage_color=\"#ffffff\"][/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"14%|9%|14%|9%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"48\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||41px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','#08','','publish','closed','closed','','08-4','','','2016-09-03 02:31:58','2016-09-03 00:31:58','',0,'http://lukuverkosto.fi/home/et_pb_layout/08-4/',0,'et_pb_layout','',0),(28505,1,'2016-09-03 02:31:50','2016-09-03 00:31:50','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#07\" _builder_version=\"3.22\" background_color=\"rgba(133,33,158,0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/08.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_02.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#d5d1cf\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]We’re coming soon.<br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"5px||0px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"70px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"rgba(255,255,255,0)\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:500;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"29px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','#07','','publish','closed','closed','','07-4','','','2016-09-03 02:31:50','2016-09-03 00:31:50','',0,'http://lukuverkosto.fi/home/et_pb_layout/07-4/',0,'et_pb_layout','',0),(28504,1,'2016-09-03 02:31:46','2016-09-03 00:31:46','[et_pb_section fb_built=\"1\" admin_label=\"#06\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"8%|9%|14%|9%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"48\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||41px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/01.jpg\" parallax_method=\"off\" custom_padding=\"26%|4%|20%|4%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"48px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"#ffffff\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section]','#06','','publish','closed','closed','','06-4','','','2016-09-03 02:31:46','2016-09-03 00:31:46','',0,'http://lukuverkosto.fi/home/et_pb_layout/06-4/',0,'et_pb_layout','',0),(28503,1,'2016-09-03 02:31:41','2016-09-03 00:31:41','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#05\" _builder_version=\"3.22\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/02.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"on\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_03.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<span style=\"color:#F1C346;\"> We’re coming soon.</span><br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"57px||0px|\" custom_padding_tablet=\"37px||0px|\" custom_padding_phone=\"10px||0px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"05\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"10em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:right;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"05\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"27\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"48px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:left;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"27\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"2016\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"48px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:left;||margin-top:-4%;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"2016\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;||margin-top:-4%;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"19px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"2px||125px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#3e3e3e\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#3e3e3e\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"30px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','#05','','publish','closed','closed','','05-4','','','2016-09-03 02:31:41','2016-09-03 00:31:41','',0,'http://lukuverkosto.fi/home/et_pb_layout/05-4/',0,'et_pb_layout','',0),(28502,1,'2016-09-03 02:31:36','2016-09-03 00:31:36','[et_pb_section fb_built=\"1\" admin_label=\"#04\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"8%|8%|14%|8%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"21px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#99c3eb\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"620px\" custom_margin=\"24px||46px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis.[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:60%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/02.jpg\" parallax_method=\"off\" custom_padding=\"26%|4%|20%|4%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on|on|off\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"100px\" hover_enabled=\"0\" hide_on_mobile=\"on\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','#04','','publish','closed','closed','','04-4','','','2016-09-03 02:31:36','2016-09-03 00:31:36','',0,'http://lukuverkosto.fi/home/et_pb_layout/04-4/',0,'et_pb_layout','',0),(28501,1,'2016-09-03 02:31:31','2016-09-03 00:31:31','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#03\" _builder_version=\"3.22\" background_color=\"#85219e\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_02.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<span style=\"color:#F1C346;\"> We’re coming soon.</span><br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"5px||0px|\" custom_padding_tablet=\"0px||0px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"70px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"rgba(255,255,255,0)\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:500;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"29px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"8px||125px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#85219e\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#85219e\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','#03','','publish','closed','closed','','03-4','','','2016-09-03 02:31:31','2016-09-03 00:31:31','',0,'http://lukuverkosto.fi/home/et_pb_layout/03-4/',0,'et_pb_layout','',0),(28500,1,'2016-09-03 02:31:26','2016-09-03 00:31:26','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#02\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#99c3eb\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"24px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis sed a ligula. Nulla facilisi. Morbi eu velit a neque posuere elementum.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"40px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','#02','','publish','closed','closed','','02-4','','','2016-09-03 02:31:26','2016-09-03 00:31:26','',0,'http://lukuverkosto.fi/home/et_pb_layout/02-4/',0,'et_pb_layout','',0),(28499,1,'2016-09-03 02:31:19','2016-09-03 00:31:19','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#01\" _builder_version=\"3.22\" background_color=\"000\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/051.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"780px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"780px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#bababa\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]A New Website[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"6px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]We’re coming soon.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#bababa\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"16px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"510px\" custom_padding=\"40px|||\" custom_padding_tablet=\"49px|||\" custom_padding_phone=\"19px|||\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"510px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border: 1px solid #fff;||border-radius: 4px;\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#303030\" numbers_font_size=\"48px\" label_font=\"Roboto||||\" label_text_color=\"#303030\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"45px||124px|\" custom_padding_tablet=\"\" custom_padding_phone=\"35px||124px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','#01','','publish','closed','closed','','01-4','','','2016-09-03 02:31:19','2016-09-03 00:31:19','',0,'http://lukuverkosto.fi/home/et_pb_layout/01-4/',0,'et_pb_layout','',0),(28498,1,'2016-09-03 02:31:11','2016-09-03 00:31:11','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#01\" _builder_version=\"3.22\" background_color=\"000\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/051.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"780px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"780px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#bababa\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]A New Website[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.4em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"6px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]We’re coming soon.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#bababa\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"16px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"510px\" custom_padding=\"40px|||\" custom_padding_tablet=\"49px|||\" custom_padding_phone=\"19px|||\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"510px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border: 1px solid #fff;||border-radius: 4px;\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#303030\" numbers_font_size=\"48px\" label_font=\"Roboto||||\" label_text_color=\"#303030\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"45px||124px|\" custom_padding_tablet=\"\" custom_padding_phone=\"35px||124px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#02\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#99c3eb\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"24px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis sed a ligula. Nulla facilisi. Morbi eu velit a neque posuere elementum.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"40px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#03\" _builder_version=\"3.22\" background_color=\"#85219e\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_02.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<span style=\"color:#F1C346;\"> We’re coming soon.</span><br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"5px||0px|\" custom_padding_tablet=\"0px||0px|\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"70px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"rgba(255,255,255,0)\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:500;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"on\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"29px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"8px||125px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#85219e\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#85219e\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"#04\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"8%|8%|14%|8%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"64\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"21px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"54\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#99c3eb\" text_font_size=\"24\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"620px\" custom_margin=\"24px||46px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur lacus. Nulla at ipsum a metus rhoncus sagittis.[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:60%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/02.jpg\" parallax_method=\"off\" custom_padding=\"26%|4%|20%|4%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on|on|off\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"100px\" hover_enabled=\"0\" hide_on_mobile=\"on\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#05\" _builder_version=\"3.22\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/02.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"on\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_03.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<span style=\"color:#F1C346;\"> We’re coming soon.</span><br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"57px||0px|\" custom_padding_tablet=\"37px||0px|\" custom_padding_phone=\"10px||0px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"05\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"10em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:right;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"05\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"27\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"48px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:left;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"27\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"2016\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"on||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"48px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:left;||margin-top:-4%;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_number_counter number=\"2016\" percent_sign=\"off\" counter_color=\"#7EBEC5\" disabled_on=\"|on|on\" admin_label=\"Number Counter (Responsive)\" _builder_version=\"3.0.87\" number_font=\"Roboto||||\" number_text_color=\"#ffffff\" number_font_size=\"30px\" number_line_height=\"1px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;||margin-top:-4%;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"19px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"2px||125px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#3e3e3e\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#3e3e3e\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"30px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"#06\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"8%|9%|14%|9%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"48\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||41px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_contact_form captcha=\"off\" admin_label=\"Temporary form (e.g. Newsletter)\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#ffffff\" title_font=\"Roboto||||\" title_text_color=\"#ffffff\" title_font_size=\"18\" form_field_font=\"Roboto||||\" form_field_font_size=\"18\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#016bcd\" button_bg_color=\"#ffffff\" button_border_width=\"4\" button_border_color=\"#ffffff\" button_border_radius=\"4\" button_font=\"Roboto|||on|\" hover_enabled=\"0\" custom_css_main_element=\"width:100%;||\" custom_css_contact_button=\"height:60px;||margin-top:8px;||width:147px;\" custom_css_contact_fields=\"height:60px;||\" border_radii=\"on|4px|4px|4px|4px\" border_width_all=\"2px\" border_color_all=\"rgba(255,255,255,0.52)\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"rgba(255,255,255,0.52)\" border_width=\"2px\" border_style=\"solid\" input_border_radius=\"4\" form_background_color=\"rgba(255,255,255,0)\" button_on_hover=\"on\" button_text_color_hover=\"#016bcd\" button_bg_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" fullwidth_field=\"on\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_style=\"solid\" input_border_radius=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|off|on\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"60px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/01.jpg\" parallax_method=\"off\" custom_padding=\"26%|4%|20%|4%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"48px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"#ffffff\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"#07\" _builder_version=\"3.22\" background_color=\"rgba(133,33,158,0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/08.jpg\" parallax_method=\"off\" custom_padding_tablet=\"50px|0|50px|0\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"on\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" admin_label=\"row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"760px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logo_02.png\" align=\"center\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image\" _builder_version=\"3.23\" custom_margin=\"100px||0px|\" animation_style=\"fade\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"fade_in\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#d5d1cf\" text_font_size=\"36\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"56px||0px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]We’re coming soon.<br>Get notified when site goes live.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"860px\" custom_padding=\"5px||0px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"860px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_countdown_timer date_time=\"08/31/2017 05:28\" admin_label=\"Countdown Timer\" _builder_version=\"3.0.48\" header_font=\"Roboto||||\" numbers_font=\"Roboto||||\" numbers_text_color=\"#ffffff\" numbers_font_size=\"70px\" label_font=\"Roboto||||\" label_text_color=\"#ffffff\" label_font_size=\"13\" label_line_height=\"20px\" background_color=\"rgba(255,255,255,0)\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"light\" custom_padding=\"38px||38px|\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:500;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" padding_mobile=\"off\" column_padding_mobile=\"on\" custom_padding_last_edited=\"on|\" admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"360px\" custom_padding=\"29px||125px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"360px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"#08\" _builder_version=\"3.22\" background_color=\"#016bcd\" parallax_method=\"off\" custom_padding=\"0px||0px|\" custom_padding_tablet=\"0px||0px|\" hover_enabled=\"0\" transparent_background=\"off\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" collapsed=\"off\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"on\" make_equal=\"on\" column_padding_mobile=\"on\" admin_label=\"row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"760px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"http://localhost:8888/wp/wp-content/uploads/2016/09/03.jpg\" parallax_method=\"off\" custom_padding=\"26%|12%|20%|12%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_number_counter number=\"68\" counter_color=\"#7EBEC5\" disabled_on=\"off||\" admin_label=\"Number Counter\" _builder_version=\"3.0.87\" title_line_height=\"1.4em\" number_font=\"Roboto|on|||\" number_text_color=\"#ffffff\" number_font_size=\"10em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center;||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_number_counter][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"on||\" admin_label=\"Divider\" _builder_version=\"3.23.4\" height=\"40px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][et_pb_divider color=\"#ffffff\" show_divider=\"off\" disabled_on=\"off|on|on\" admin_label=\"Divider (Responsive)\" _builder_version=\"3.23.4\" height=\"10px\" hover_enabled=\"0\" hide_on_mobile=\"off\"][/et_pb_divider][et_pb_counters bar_bg_color=\"#7EBEC5\" admin_label=\"Bar Counters\" _builder_version=\"3.0.87\" percent_font_size=\"7\" background_color=\"#dddddd\" custom_padding=\"|||\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" custom_css_main_element=\"margin-top:50px;\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_radius=\"0\"][et_pb_counter percent=\"68%\" bar_background_color=\"#ffffff\" _builder_version=\"3.0.74\" title_text_color=\"rgba(255,255,255,0.77)\" percent_text_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.49)\" hover_enabled=\"0\" label_color=\"rgba(255,255,255,0.77)\" percentage_color=\"#ffffff\"][/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"14%|9%|14%|9%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto|on|||\" text_text_color=\"#f1c346\" text_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"100px||0px|\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Coming Soon[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Roboto||||\" text_text_color=\"#ffffff\" text_font_size=\"48\" text_line_height=\"1.2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"21px||41px|\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Get notified when <br>site goes live.[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"READ MORE\" button_alignment=\"center\" admin_label=\"Button\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"15\" button_text_color=\"#ffffff\" button_border_color=\"rgba(255,255,255,0.5)\" button_border_radius=\"4\" button_font=\"Roboto||||\" button_icon_color=\"rgba(255,255,255,0)\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:700;||padding:17px 34px 17px 34px !important;\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"4\" button_letter_spacing_hover=\"1\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"4\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon Pages - Layout Kit','','publish','closed','closed','','coming-soon-pages-layout-kit-2','','','2016-09-03 02:31:11','2016-09-03 00:31:11','',0,'http://lukuverkosto.fi/home/et_pb_layout/coming-soon-pages-layout-kit-2/',0,'et_pb_layout','',0),(124125,1,'2020-04-13 18:26:38','2020-04-13 18:26:38','','lukuverkosto -logo, white','','inherit','open','closed','','lukuverkosto-logo-white','','','2020-04-13 18:35:59','2020-04-13 18:35:59','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/lukuverkosto-logo-white.png',0,'attachment','image/png',0),(124139,1,'2020-04-14 16:56:53','0000-00-00 00:00:00','','CV','','draft','closed','closed','','','','','2020-04-14 16:56:53','2020-04-14 16:56:53','',0,'http://lukuverkosto.fi/home/?page_id=124139',0,'page','',0),(124140,1,'2020-04-14 16:56:53','2020-04-14 16:56:53','','CV','','inherit','closed','closed','','124139-revision-v1','','','2020-04-14 16:56:53','2020-04-14 16:56:53','',124139,'http://lukuverkosto.fi/home/124139-revision-v1/',0,'revision','',0),(124141,1,'2020-04-14 16:58:21','2020-04-14 16:58:21','http://lukuverkosto.fi/home/wp-content/uploads/2020/04/anthony_unzip_this_first.zip','anthony_unzip_this_first.zip','','private','open','closed','','anthony_unzip_this_first-zip','','','2020-04-14 16:58:21','2020-04-14 16:58:21','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/anthony_unzip_this_first.zip',0,'attachment','',0),(124145,1,'2020-04-14 17:21:03','2020-04-14 17:21:03','','header-img','','inherit','open','closed','','header-img-2','','','2020-04-14 17:21:03','2020-04-14 17:21:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/header-img.jpg',0,'attachment','image/jpeg',0),(124146,1,'2020-04-14 17:21:06','2020-04-14 17:21:06','','img-20','','inherit','open','closed','','img-20','','','2020-04-14 17:21:06','2020-04-14 17:21:06','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-20.jpg',0,'attachment','image/jpeg',0),(124147,1,'2020-04-14 17:21:08','2020-04-14 17:21:08','','img-12','','inherit','open','closed','','img-12-2','','','2020-04-14 17:21:08','2020-04-14 17:21:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-12.jpg',0,'attachment','image/jpeg',0),(124148,1,'2020-04-14 17:21:08','2020-04-14 17:21:08','','img-11','','inherit','open','closed','','img-11-2','','','2020-04-14 17:21:08','2020-04-14 17:21:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-11.jpg',0,'attachment','image/jpeg',0),(124149,1,'2020-04-14 17:21:09','2020-04-14 17:21:09','','img-13','','inherit','open','closed','','img-13-2','','','2020-04-14 17:21:09','2020-04-14 17:21:09','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-13.jpg',0,'attachment','image/jpeg',0),(124150,1,'2020-04-14 17:21:27','2020-04-14 17:21:27','','img-03','','inherit','open','closed','','img-03','','','2020-04-14 17:21:27','2020-04-14 17:21:27','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-03.jpg',0,'attachment','image/jpeg',0),(124151,1,'2020-04-14 17:21:27','2020-04-14 17:21:27','','signature-300x116','','inherit','open','closed','','signature-300x116','','','2020-04-14 17:21:27','2020-04-14 17:21:27','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/signature-300x116.png',0,'attachment','image/png',0),(124152,1,'2020-04-14 17:21:27','2020-04-14 17:21:27','','img-04-1','','inherit','open','closed','','img-04-1','','','2020-04-14 17:21:27','2020-04-14 17:21:27','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-04-1.jpg',0,'attachment','image/jpeg',0),(124153,1,'2020-04-14 17:21:30','2020-04-14 17:21:30','','person-01','','inherit','open','closed','','person-01','','','2020-04-14 17:21:30','2020-04-14 17:21:30','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-01.png',0,'attachment','image/png',0),(124154,1,'2020-04-14 17:21:30','2020-04-14 17:21:30','','person-02','','inherit','open','closed','','person-02','','','2020-04-14 17:21:30','2020-04-14 17:21:30','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-02.png',0,'attachment','image/png',0),(124155,1,'2020-04-14 17:21:32','2020-04-14 17:21:32','','img-19','','inherit','open','closed','','img-19','','','2020-04-14 17:21:32','2020-04-14 17:21:32','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-19.jpg',0,'attachment','image/jpeg',0),(124156,1,'2020-04-14 17:21:35','2020-04-14 17:21:35','','img-16','','inherit','open','closed','','img-16','','','2020-04-14 17:21:35','2020-04-14 17:21:35','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-16.jpg',0,'attachment','image/jpeg',0),(124157,1,'2020-04-14 17:21:35','2020-04-14 17:21:35','','img-18','','inherit','open','closed','','img-18','','','2020-04-14 17:21:35','2020-04-14 17:21:35','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-18.jpg',0,'attachment','image/jpeg',0),(124158,1,'2020-04-14 17:21:36','2020-04-14 17:21:36','','img-14','','inherit','open','closed','','img-14','','','2020-04-14 17:21:36','2020-04-14 17:21:36','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-14.jpg',0,'attachment','image/jpeg',0),(124159,1,'2020-04-14 17:21:37','2020-04-14 17:21:37','','img-15','','inherit','open','closed','','img-15-2','','','2020-04-14 17:21:37','2020-04-14 17:21:37','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-15.jpg',0,'attachment','image/jpeg',0),(124160,1,'2020-04-14 17:21:41','2020-04-14 17:21:41','','logistic-map-1','','inherit','open','closed','','logistic-map-1','','','2020-04-14 17:21:41','2020-04-14 17:21:41','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map-1.png',0,'attachment','image/png',0),(124161,1,'2020-04-14 17:21:43','2020-04-14 17:21:43','','client-02','','inherit','open','closed','','client-02','','','2020-04-14 17:21:43','2020-04-14 17:21:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-02.jpg',0,'attachment','image/jpeg',0),(124162,1,'2020-04-14 17:21:43','2020-04-14 17:21:43','','logistic-slider-01','','inherit','open','closed','','logistic-slider-01','','','2020-04-14 17:21:43','2020-04-14 17:21:43','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-slider-01.jpg',0,'attachment','image/jpeg',0),(124163,1,'2020-04-14 17:21:45','2020-04-14 17:21:45','','bg','','inherit','open','closed','','bg','','','2020-04-14 17:21:45','2020-04-14 17:21:45','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/bg.png',0,'attachment','image/png',0),(124164,1,'2020-04-14 17:21:46','2020-04-14 17:21:46','','logistic-blurb-01','','inherit','open','closed','','logistic-blurb-01','','','2020-04-14 17:21:46','2020-04-14 17:21:46','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-01.jpg',0,'attachment','image/jpeg',0),(124165,1,'2020-04-14 17:21:48','2020-04-14 17:21:48','','logistic-blurb-02','','inherit','open','closed','','logistic-blurb-02','','','2020-04-14 17:21:48','2020-04-14 17:21:48','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-02.jpg',0,'attachment','image/jpeg',0),(124166,1,'2020-04-14 17:21:49','2020-04-14 17:21:49','','logistic-blurb-03','','inherit','open','closed','','logistic-blurb-03','','','2020-04-14 17:21:49','2020-04-14 17:21:49','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-03.jpg',0,'attachment','image/jpeg',0),(124167,1,'2020-04-14 17:21:49','2020-04-14 17:21:49','','logistic-map','','inherit','open','closed','','logistic-map','','','2020-04-14 17:21:49','2020-04-14 17:21:49','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map.png',0,'attachment','image/png',0),(124168,1,'2020-04-14 17:21:53','2020-04-14 17:21:53','','logistic-dark-bg','','inherit','open','closed','','logistic-dark-bg','','','2020-04-14 17:21:53','2020-04-14 17:21:53','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-dark-bg.jpg',0,'attachment','image/jpeg',0),(124169,1,'2020-04-14 17:21:56','2020-04-14 17:21:56','','client-01','','inherit','open','closed','','client-01','','','2020-04-14 17:21:56','2020-04-14 17:21:56','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-01.jpg',0,'attachment','image/jpeg',0),(124170,1,'2020-04-14 17:21:57','2020-04-14 17:21:57','','client-03','','inherit','open','closed','','client-03','','','2020-04-14 17:21:57','2020-04-14 17:21:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-03.jpg',0,'attachment','image/jpeg',0),(124171,1,'2020-04-14 17:21:57','2020-04-14 17:21:57','','map-02','','inherit','open','closed','','map-02','','','2020-04-14 17:21:57','2020-04-14 17:21:57','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/map-02.png',0,'attachment','image/png',0),(124172,1,'2020-04-14 17:22:00','2020-04-14 17:22:00','','logistic-slider-02','','inherit','open','closed','','logistic-slider-02','','','2020-04-14 17:22:00','2020-04-14 17:22:00','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-slider-02.jpg',0,'attachment','image/jpeg',0),(124173,1,'2020-04-14 17:22:01','2020-04-14 17:22:01','','logistic-gallery-01','','inherit','open','closed','','logistic-gallery-01','','','2020-04-14 17:22:01','2020-04-14 17:22:01','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-gallery-01.jpg',0,'attachment','image/jpeg',0),(124174,1,'2020-04-14 17:22:03','2020-04-14 17:22:03','','logistic-gallery-02','','inherit','open','closed','','logistic-gallery-02','','','2020-04-14 17:22:03','2020-04-14 17:22:03','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-gallery-02.jpg',0,'attachment','image/jpeg',0),(124175,1,'2020-04-14 17:22:07','2020-04-14 17:22:07','','logistic-gallery-03','','inherit','open','closed','','logistic-gallery-03','','','2020-04-14 17:22:07','2020-04-14 17:22:07','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-gallery-03.jpg',0,'attachment','image/jpeg',0),(124176,1,'2020-04-14 17:22:08','2020-04-14 17:22:08','','img-22','','inherit','open','closed','','img-22','','','2020-04-14 17:22:08','2020-04-14 17:22:08','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-22.jpg',0,'attachment','image/jpeg',0),(124177,1,'2020-04-14 17:22:10','2020-04-14 17:22:10','','img-17','','inherit','open','closed','','img-17','','','2020-04-14 17:22:10','2020-04-14 17:22:10','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-17.jpg',0,'attachment','image/jpeg',0),(124178,1,'2020-04-14 17:22:10','2020-04-14 17:22:10','','img-02','','inherit','open','closed','','img-02','','','2020-04-14 17:22:10','2020-04-14 17:22:10','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-02.jpg',0,'attachment','image/jpeg',0),(124179,1,'2020-04-14 17:22:11','2020-04-14 17:22:11','','img-06','','inherit','open','closed','','img-06-2','','','2020-04-14 17:22:11','2020-04-14 17:22:11','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-06.jpg',0,'attachment','image/jpeg',0),(124180,1,'2020-04-14 17:22:14','2020-04-14 17:22:14','','img-23','','inherit','open','closed','','img-23','','','2020-04-14 17:22:14','2020-04-14 17:22:14','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-23.jpg',0,'attachment','image/jpeg',0),(124181,1,'2020-04-14 17:22:15','2020-04-14 17:22:15','','img-07','','inherit','open','closed','','img-07','','','2020-04-14 17:22:15','2020-04-14 17:22:15','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-07.jpg',0,'attachment','image/jpeg',0),(677,1,'2017-07-11 14:07:42','2017-07-11 14:07:42','[et_pb_section fb_built=\"1\" module_id=\"form\" _builder_version=\"3.22\" custom_padding=\"100px||150px|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"FREE ESTIMATES\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"1.8em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"40\" body_line_height=\"1.3em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" text_orientation=\"right\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"16\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"34\" body_font_size_phone=\"27\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Get a Quick Quote Now</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map-1.png\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_padding=\"100px|100px|100px|100px\" custom_padding_tablet=\"50px|50px|50px|50px\" custom_padding_phone=\"20px|20px|20px|20px\" hover_enabled=\"0\" custom_css_main_element=\"border-bottom: solid 4px #0290cc;\" use_custom_width=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" background_position=\"top_left\" custom_padding=\"50px|50px|50px|50px\" custom_padding_tablet=\"30px|30px|30px|30px\" custom_padding_phone=\"20px|20px|20px|20px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mark Twain\" job_title=\"Director\" company_name=\"Logistic\" url=\"#\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-02.jpg\" _builder_version=\"3.2\" body_font=\"Raleway||on||\" body_font_size=\"17\" body_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-200px|||-200px\" custom_margin_tablet=\"0px|||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" body_font_size_tablet=\"16\" body_font_size_phone=\"14\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" custom_css_main_element=\"box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||-webkit-box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||-moz-box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||border-bottom: solid 4px #ededed;\" custom_css_testimonial_description=\"color: #bfbfbf!important;\" custom_css_testimonial_author=\"color: #000 !important;\" custom_css_testimonial_meta=\"color: #0290cc !important;\" border_style=\"solid\"]<p>Proin at diam eu nibh ullamcorper consectetur eu eget risus. Fusce finibus interdum condimentum. Quisque ornare purus eget eros mattis tincidunt. Praesent tincidunt, tellus id facilisis tincidunt, magna diam aliquet odio, ac placerat purus nulla non sapien. In ultricies dapibus mattis. Proin erat nisl, tempor et augue sit amet, accumsan laoreet ipsum.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" background_position=\"top_left\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form _builder_version=\"3.23\" form_field_background_color=\"#898989\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" hover_enabled=\"0\" custom_css_contact_fields=\"background: #fff !important;\" custom_css_text_field=\"background: #fff !important;\" custom_css_captcha_field=\"background: #fff !important;\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" form_background_color=\"#898989\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Surname\" field_title=\"Surname\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" use_border_color=\"off\" border_style=\"solid\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone Number\" field_title=\"Phone Number\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" use_border_color=\"off\" border_style=\"solid\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Testimonial & Form - 6','','publish','closed','closed','','logistic-testimonial-form-6','','','2017-07-11 14:07:42','2017-07-11 14:07:42','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-testimonial-form-6/',0,'et_pb_layout','',0),(676,1,'2017-07-11 14:07:23','2017-07-11 14:07:23','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"3.22\" hover_enabled=\"0\" custom_css_main_element=\"display: none;\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code\" hover_enabled=\"0\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.lg_image_blurb {<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%); <!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.8) 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.8) 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#cc000000\',GradientType=0 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_image_blurb .et_pb_blurb_content {<!-- [et_pb_line_break_holder] -->opacity: 0;<!-- [et_pb_line_break_holder] -->transform: scale(0.2);<!-- [et_pb_line_break_holder] -->-webkit-transform: scale(0.2);<!-- [et_pb_line_break_holder] -->-webkit-transition: all .4s cubic-bezier(.57,0,1,.57) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] --> transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_image_blurb:hover .et_pb_blurb_content {<!-- [et_pb_line_break_holder] -->opacity: 1;<!-- [et_pb_line_break_holder] -->-webkit-transform:translateY(-40px) scale(1.0) !important;<!-- [et_pb_line_break_holder] --> transform:translateY(-40px) scale(1.0) !important;<!-- [et_pb_line_break_holder] -->-webkit-transition: all .6s cubic-bezier(.26,.4,.6,.98) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] --> transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.b3-vertical-align { <!-- [et_pb_line_break_holder] --> display: flex; <!-- [et_pb_line_break_holder] --> flex-direction: column; <!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_box_zoom:hover {<!-- [et_pb_line_break_holder] -->transform:scale(1.05);<!-- [et_pb_line_break_holder] -->box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-moz-box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-webkit-transition: all .6s cubic-bezier(.26,.4,.6,.98) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] --> transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_box_zoom {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .4s cubic-bezier(.57,0,1,.57) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] --> transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"rgba(5,38,89,0.43)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-slider-01.jpg\" parallax_method=\"off\" background_position=\"bottom_right\" background_blend=\"luminosity\" custom_padding=\"26vh||30vh|\" custom_padding_tablet=\"22vh||24vh|\" custom_padding_phone=\"10vh||10vh|\" hover_enabled=\"0\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/bg.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ground, Air or Sea\" _builder_version=\"3.16\" header_font=\"Lato||||\" header_font_size=\"90\" header_line_height=\"1.2em\" body_font=\"|on||on|\" body_font_size=\"26\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_letter_spacing=\"0\" text_orientation=\"left\" custom_padding=\"60px||60px|100px\" hover_enabled=\"0\" header_font_size_tablet=\"70\" header_font_size_phone=\"30\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"24\" body_font_size_phone=\"18\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"text-transform: none;||font-weight: 300;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>WE DELIVER YOUR PACKAGE IN NO TIME</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.22\" custom_padding=\"||150px|\" custom_padding_tablet=\"\" custom_padding_phone=\"||100px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_color=\"#203149\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"-150px|||\" custom_padding=\"60px|40px|60px|40px\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow: 0 20px 150px rgba(0,0,0,.2);\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opening Hours\" use_icon=\"on\" font_icon=\"%%227%%\" icon_color=\"#606c7d\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" icon_placement=\"left\" image_max_width=\"none\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" body_text_color=\"#606c7d\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Monday-friday: 10AM-6PM<br /> Saturday: 10AM - 2PM</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Call Us Anytime\" use_icon=\"on\" font_icon=\"%%264%%\" icon_color=\"#606c7d\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" icon_placement=\"left\" image_max_width=\"none\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" body_text_color=\"#606c7d\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>1-009-0009-8889<br /> 1-098-0000-1268</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Email Us\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#606c7d\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" icon_placement=\"left\" image_max_width=\"none\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" body_text_color=\"#606c7d\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>logistics@email.com<br /> info@logistics.com</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#form\" button_text=\"Get a quote\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_border_width=\"8\" button_border_color=\"#0c71c3\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%155%%\" background_layout=\"dark\" hover_enabled=\"0\" button_text_size_tablet=\"\" button_text_size_phone=\"16\" button_text_size_last_edited=\"on|tablet\" custom_css_main_element=\"width: 100%;\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||100px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||50px|\" custom_margin_tablet=\"0px||30px|\" custom_margin_phone=\"0px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Welcome to\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"1.8em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"50\" body_line_height=\"1.4em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"24\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"35\" body_font_size_last_edited=\"on|desktop\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Logistic Group</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-01.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ground Delivery\" use_icon=\"on\" font_icon=\"%%144%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-02.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Air Delivery\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-03.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Sea Delivery\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map.png\" custom_padding=\"200px||200px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"60px||60px|\" hover_enabled=\"0\" custom_css_main_element=\"background-size:contain;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1400px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1400px\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"CONTRACT LOGISTIC\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"CONSULTING SERVICES\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"STORAGE SERVICE\" use_icon=\"on\" font_icon=\"%%125%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"OUR VISION\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#0c71c3\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|0px||0px\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" module_class=\"b3-vertical-align\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Image Gallery\" button_url=\"#\" button_text=\"SEE MORE\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#ffffff\" header_font_size=\"45\" header_line_height=\"1.3em\" body_text_color=\"#ffffff\" body_font_size=\"18\" body_line_height=\"1.5em\" background_color=\"#0c71c3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#0c71c3\" button_bg_color=\"#ffffff\" button_border_width=\"5\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_icon=\"%%110%%\" button_icon_placement=\"left\" button_on_hover=\"off\" text_orientation=\"left\" custom_padding=\"|100px||100px\" custom_padding_tablet=\"|50px||50px\" custom_padding_phone=\"|20px||20px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_size_tablet=\"35\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"15\" body_font_size_last_edited=\"on|phone\" border_style=\"solid\" button_text_color_hover=\"#0c71c3\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"1\" button_bg_color_hover=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#0c71c3\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies. Vivamus laoreet mauris nec lorem auctor, id faucibus metus commodo.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" module_class=\"b3-vertical-align\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124172,124173,124174,124175\" fullwidth=\"on\" posts_number=\"4\" show_title_and_caption=\"off\" zoom_icon_color=\"#2ea3f2\" _builder_version=\"3.0.87\" background_layout=\"dark\" auto=\"on\" auto_speed=\"2000\" hover_enabled=\"0\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"form\" _builder_version=\"3.22\" custom_padding=\"100px||150px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"FREE ESTIMATES\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"1.8em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"40\" body_line_height=\"1.3em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" text_orientation=\"right\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"16\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"34\" body_font_size_phone=\"27\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Get a Quick Quote Now</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"3.25\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map-1.png\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_padding=\"100px|100px|100px|100px\" custom_padding_tablet=\"50px|50px|50px|50px\" custom_padding_phone=\"20px|20px|20px|20px\" hover_enabled=\"0\" custom_css_main_element=\"border-bottom: solid 4px #0290cc;\" use_custom_width=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" background_position=\"top_left\" custom_padding=\"50px|50px|50px|50px\" custom_padding_tablet=\"30px|30px|30px|30px\" custom_padding_phone=\"20px|20px|20px|20px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mark Twain\" job_title=\"Director\" company_name=\"Logistic\" url=\"#\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-02.jpg\" _builder_version=\"3.2\" body_font=\"Raleway||on||\" body_font_size=\"17\" body_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"-200px|||-200px\" custom_margin_tablet=\"0px|||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" body_font_size_tablet=\"16\" body_font_size_phone=\"14\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" custom_css_main_element=\"box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||-webkit-box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||-moz-box-shadow: 0 20px 100px rgba(27, 42, 53, 0.16);||border-bottom: solid 4px #ededed;\" custom_css_testimonial_description=\"color: #bfbfbf!important;\" custom_css_testimonial_author=\"color: #000 !important;\" custom_css_testimonial_meta=\"color: #0290cc !important;\" border_style=\"solid\"]<p>Proin at diam eu nibh ullamcorper consectetur eu eget risus. Fusce finibus interdum condimentum. Quisque ornare purus eget eros mattis tincidunt. Praesent tincidunt, tellus id facilisis tincidunt, magna diam aliquet odio, ac placerat purus nulla non sapien. In ultricies dapibus mattis. Proin erat nisl, tempor et augue sit amet, accumsan laoreet ipsum.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" parallax_method=\"off\" background_position=\"top_left\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form _builder_version=\"3.23\" form_field_background_color=\"#898989\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#0c71c3\" button_border_color=\"#0c71c3\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" hover_enabled=\"0\" custom_css_contact_fields=\"background: #fff !important;\" custom_css_text_field=\"background: #fff !important;\" custom_css_captcha_field=\"background: #fff !important;\" border_radii=\"on|0px|0px|0px|0px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" input_border_radius=\"0\" form_background_color=\"#898989\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Surname\" field_title=\"Surname\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" use_border_color=\"off\" border_style=\"solid\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone Number\" field_title=\"Phone Number\" _builder_version=\"3.16\" form_field_font=\"||||\" hover_enabled=\"0\" use_border_color=\"off\" border_style=\"solid\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" _builder_version=\"3.22\" background_color=\"#121e2a\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-dark-bg.jpg\" parallax=\"on\" parallax_method=\"off\" custom_padding=\"100px||100px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"TRUE FACTS\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"2.4em\" body_font=\"|on||on|\" body_text_color=\"#ffffff\" body_font_size=\"45\" body_line_height=\"1.5em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"26\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>THE FACTS SPEAK FOR THEMESELVES</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%148%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"EMPLYEES AROUND THE WORLD\" number=\"1284\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|phone\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%124%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"KILOMETERS PER YEAR\" number=\"+200k\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|desktop\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%165%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"CLIENTS WORLDWIDE\" number=\"600\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|desktop\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"100px||100px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1500px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1500px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"TESTIMONIALS\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"2em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"45\" body_line_height=\"1.5em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.6em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"25\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>WHAT PEOPLE SAY ABOUT US</p>[/et_pb_cta][et_pb_slider _builder_version=\"3.16\" header_line_height=\"2em\" body_font=\"Raleway||||\" body_text_color=\"#c1c1c1\" body_font_size=\"20\" body_line_height=\"2em\" background_position=\"top_left\" button_letter_spacing=\"0\" custom_padding=\"50px|0px|50px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" auto=\"on\" hover_enabled=\"0\" custom_css_slide_description=\"margin-bottom: 100px;\" custom_css_slide_active_controller=\"background-color: rgb(16, 142, 209) !Important;\" custom_css_slide_arrows=\"color: #111d2b !important;|| background-color: #ededed;\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_blur=\"10px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.1)\" box_shadow_position=\"inner\" button_letter_spacing_hover=\"0\" top_padding=\"50px\" bottom_padding=\"50px\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" auto_ignore_hover=\"off\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"size-full wp-image-559 aligncenter\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-01.jpg\" alt=\"\" width=\"100\" height=\"100\" /></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p> </p><h3><strong>John Doe</strong></h3>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"alignnone wp-image-560 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-02.jpg\" alt=\"\" width=\"100\" height=\"100\" /></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p> </p><h3><strong>John Doe</strong></h3>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"alignnone wp-image-576 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-03.jpg\" alt=\"\" width=\"100\" height=\"100\" /></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p> </p><h3><strong>John Doe</strong></h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#203149\" background_color_gradient_start=\"rgba(43,135,218,0.43)\" background_color_gradient_end=\"rgba(41,196,169,0.35)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/map-02.png\" custom_padding=\"100px||100px|\" hover_enabled=\"0\" custom_css_main_element=\"background-size:contain;\"][et_pb_row _builder_version=\"3.25\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_position=\"top_left\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"HAVE A QUESTION?\" button_url=\"https://www.b3multimedia.ie/logistic-a-free-divi-layout/\" url_new_window=\"on\" button_text=\"Download Layout\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#ffffff\" header_line_height=\"2em\" body_font=\"|on||on|\" body_text_color=\"#ffffff\" body_font_size=\"45\" body_line_height=\"1.5em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#203149\" button_bg_color=\"#ffffff\" button_border_width=\"5\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_icon=\"%%98%%\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.6em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"25\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" border_style=\"solid\" button_text_color_hover=\"#203149\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"1\" button_bg_color_hover=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#203149\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>WE ARE HERE TO HELP!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Full Layout','','publish','closed','closed','','logistic-full-layout','','','2017-07-11 14:07:23','2017-07-11 14:07:23','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-full-layout/',0,'et_pb_layout','',0),(654,1,'2017-07-10 23:22:15','2017-07-10 23:22:15','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"3.22\" hover_enabled=\"0\" custom_css_main_element=\"display: none;\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code\" hover_enabled=\"0\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.lg_image_blurb {<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%); <!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.8) 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.8) 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#cc000000\',GradientType=0 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_image_blurb .et_pb_blurb_content {<!-- [et_pb_line_break_holder] -->opacity: 0;<!-- [et_pb_line_break_holder] -->transform: scale(0.2);<!-- [et_pb_line_break_holder] -->-webkit-transform: scale(0.2);<!-- [et_pb_line_break_holder] -->-webkit-transition: all .4s cubic-bezier(.57,0,1,.57) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] --> transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_image_blurb:hover .et_pb_blurb_content {<!-- [et_pb_line_break_holder] -->opacity: 1;<!-- [et_pb_line_break_holder] -->-webkit-transform:translateY(-40px) scale(1.0) !important;<!-- [et_pb_line_break_holder] --> transform:translateY(-40px) scale(1.0) !important;<!-- [et_pb_line_break_holder] -->-webkit-transition: all .6s cubic-bezier(.26,.4,.6,.98) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] --> transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.b3-vertical-align { <!-- [et_pb_line_break_holder] --> display: flex; <!-- [et_pb_line_break_holder] --> flex-direction: column; <!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_box_zoom:hover {<!-- [et_pb_line_break_holder] -->transform:scale(1.05);<!-- [et_pb_line_break_holder] -->box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-moz-box-shadow: 0 20px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->-webkit-transition: all .6s cubic-bezier(.26,.4,.6,.98) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] --> transition: all .6s cubic-bezier(.26,.4,.6,.98);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.lg_box_zoom {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .4s cubic-bezier(.57,0,1,.57) ;<!-- [et_pb_line_break_holder] --> -moz-transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] --> transition: all .4s cubic-bezier(.57,0,1,.57);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - CSS Styles - 0','','publish','closed','closed','','logistic-css-styles-0','','','2017-07-10 23:22:15','2017-07-10 23:22:15','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-css-styles-0/',0,'et_pb_layout','',0),(651,1,'2017-07-10 23:19:06','2017-07-10 23:19:06','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#203149\" background_color_gradient_start=\"rgba(43,135,218,0.43)\" background_color_gradient_end=\"rgba(41,196,169,0.35)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/map-02.png\" custom_padding=\"100px||100px|\" hover_enabled=\"0\" custom_css_main_element=\"background-size:contain;\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" background_position=\"top_left\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"HAVE A QUESTION?\" button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#ffffff\" header_line_height=\"2em\" body_font=\"|on||on|\" body_text_color=\"#ffffff\" body_font_size=\"45\" body_line_height=\"1.5em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#203149\" button_bg_color=\"#ffffff\" button_border_width=\"5\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_icon=\"%%153%%\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.6em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"25\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" border_style=\"solid\" button_text_color_hover=\"#203149\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"1\" button_bg_color_hover=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#203149\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>WE ARE HERE TO HELP!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Call to Action Last - 9','','publish','closed','closed','','logistic-call-to-action-last-9','','','2017-07-10 23:19:06','2017-07-10 23:19:06','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-call-to-action-last-9/',0,'et_pb_layout','',0),(650,1,'2017-07-10 23:18:42','2017-07-10 23:18:42','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"100px||100px|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1500px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1500px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"TESTIMONIALS\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"2em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"45\" body_line_height=\"1.5em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.6em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"25\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>WHAT PEOPLE SAY ABOUT US</p>[/et_pb_cta][et_pb_slider _builder_version=\"3.16\" header_line_height=\"2em\" body_font=\"Raleway||||\" body_text_color=\"#c1c1c1\" body_font_size=\"20\" body_line_height=\"2em\" background_position=\"top_left\" button_letter_spacing=\"0\" custom_padding=\"50px|0px|50px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" auto=\"on\" hover_enabled=\"0\" custom_css_slide_description=\"margin-bottom: 100px;\" custom_css_slide_active_controller=\"background-color: rgb(16, 142, 209) !Important;\" custom_css_slide_arrows=\"color: #111d2b !important;|| background-color: #ededed;\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_blur=\"10px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.1)\" box_shadow_position=\"inner\" button_letter_spacing_hover=\"0\" top_padding=\"50px\" bottom_padding=\"50px\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" auto_ignore_hover=\"off\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"size-full wp-image-559 aligncenter\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-01.jpg\" alt=\"\" width=\"100\" height=\"100\"></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p>&nbsp;</p><h3><strong>John Doe</strong></h3>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"alignnone wp-image-560 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-02.jpg\" alt=\"\" width=\"100\" height=\"100\"></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p>&nbsp;</p><h3><strong>John Doe</strong></h3>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" body_text_color=\"#9e9e9e\" body_font_size=\"22\" background_color=\"#ffffff\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" background_layout=\"light\" hover_enabled=\"0\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font_size_tablet=\"22\" body_font_size_phone=\"22\" body_font_size_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><img class=\"alignnone wp-image-576 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/client-03.jpg\" alt=\"\" width=\"100\" height=\"100\"></p><p><em>Integer ullamcorper venenatis metus, eu imperdiet risus feugiat id. Pellentesque et commodo eros. Aliquam elementum gravida nibh vel pellentesque. Nunc at blandit erat, quis aliquam est. Nullam sit amet ex sed nibh pellentesque imperdiet in ac massa.</em></p><p>&nbsp;</p><h3><strong>John Doe</strong></h3>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Testimonials - 8','','publish','closed','closed','','logistic-testimonials-8','','','2017-07-10 23:18:42','2017-07-10 23:18:42','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-testimonials-8/',0,'et_pb_layout','',0),(649,1,'2017-07-10 23:18:29','2017-07-10 23:18:29','[et_pb_section fb_built=\"1\" inner_shadow=\"on\" _builder_version=\"3.22\" background_color=\"#121e2a\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-dark-bg.jpg\" parallax=\"on\" parallax_method=\"off\" custom_padding=\"100px||100px|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"TRUE FACTS\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"2.4em\" body_font=\"|on||on|\" body_text_color=\"#ffffff\" body_font_size=\"45\" body_line_height=\"1.5em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"22\" header_font_size_phone=\"18\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"34\" body_font_size_phone=\"26\" body_font_size_last_edited=\"on|phone\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>THE FACTS SPEAK FOR THEMESELVES</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%148%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"EMPLYEES AROUND THE WORLD\" number=\"1284\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|phone\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%124%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"KILOMETERS PER YEAR\" number=\"+200k\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|desktop\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_box_zoom\" _builder_version=\"3.25\" background_color=\"rgba(255,255,255,0.05)\" parallax_method=\"off\" custom_padding=\"100px|60px|100px|60px\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb use_icon=\"on\" font_icon=\"%%165%%\" icon_color=\"#47515a\" circle_color=\"#7EBEC5\" circle_border_color=\"#7EBEC5\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"70px\" _builder_version=\"3.0.87\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_blurb][et_pb_number_counter title=\"CLIENTS WORLDWIDE\" number=\"600\" percent_sign=\"off\" _builder_version=\"3.0.87\" title_font=\"|on|||\" number_font=\"|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" custom_padding=\"|0px||0px\" hover_enabled=\"0\" number_font_size_tablet=\"40\" number_font_size_phone=\"30\" number_font_size_last_edited=\"on|desktop\" border_style=\"solid\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Counters - 7','','publish','closed','closed','','logistic-counters-7','','','2017-07-10 23:18:29','2017-07-10 23:18:29','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-counters-7/',0,'et_pb_layout','',0),(647,1,'2017-07-10 23:17:58','2017-07-10 23:17:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#0c71c3\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_margin=\"|0px||0px\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"1_2\" module_class=\"b3-vertical-align\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Image Gallery\" button_url=\"#\" button_text=\"SEE MORE\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#ffffff\" header_font_size=\"45\" header_line_height=\"1.3em\" body_text_color=\"#ffffff\" body_font_size=\"18\" body_line_height=\"1.5em\" background_color=\"#0c71c3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#0c71c3\" button_bg_color=\"#ffffff\" button_border_width=\"5\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_icon=\"%%110%%\" button_icon_placement=\"left\" button_on_hover=\"off\" text_orientation=\"left\" custom_padding=\"|100px||100px\" custom_padding_tablet=\"|50px||50px\" custom_padding_phone=\"|20px||20px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_size_tablet=\"35\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"15\" body_font_size_last_edited=\"on|phone\" border_style=\"solid\" button_text_color_hover=\"#0c71c3\" button_border_color_hover=\"#ffffff\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"1\" button_bg_color_hover=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#0c71c3\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"0\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#ffffff\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies. Vivamus laoreet mauris nec lorem auctor, id faucibus metus commodo.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" module_class=\"b3-vertical-align\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124172,124173,124174,124175\" fullwidth=\"on\" posts_number=\"4\" show_title_and_caption=\"off\" zoom_icon_color=\"#2ea3f2\" _builder_version=\"3.0.87\" background_layout=\"dark\" auto=\"on\" auto_speed=\"2000\" hover_enabled=\"0\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - CTA with Gallery - 5','','publish','closed','closed','','logistic-cta-with-gallery-5','','','2017-07-10 23:17:58','2017-07-10 23:17:58','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-cta-with-gallery-5/',0,'et_pb_layout','',0),(646,1,'2017-07-10 23:17:38','2017-07-10 23:17:38','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-map.png\" custom_padding=\"200px||200px|\" custom_padding_tablet=\"100px||100px|\" custom_padding_phone=\"60px||60px|\" hover_enabled=\"0\" custom_css_main_element=\"background-size:contain;\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1400px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1400px\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"CONTRACT LOGISTIC\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"CONSULTING SERVICES\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"STORAGE SERVICE\" use_icon=\"on\" font_icon=\"%%125%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"OUR VISION\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#203149\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"|on|||\" header_text_color=\"#203149\" header_font_size=\"20\" header_line_height=\"1.5em\" body_text_color=\"#686f7d\" body_font_size=\"15\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|50px||\" custom_padding_tablet=\"|20px||\" custom_padding_phone=\"|10px||\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_blurb_image=\"text-align: left;||margin-bottom: 10px;\" border_style=\"solid\"]<p>Fusce sit amet accumsan augue, quis efficitur diam. Maecenas consequat erat eu est semper mollis. Aliquam arcu orci, dictum a purus non, cursus aliquam augue. Mauris dapibus ultricies odio vel ultricies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Simple Icons - 4','','publish','closed','closed','','logistic-simple-icons-4','','','2017-07-10 23:17:38','2017-07-10 23:17:38','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-simple-icons-4/',0,'et_pb_layout','',0),(645,1,'2017-07-10 23:17:22','2017-07-10 23:17:22','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||100px|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||50px|\" custom_margin_tablet=\"0px||30px|\" custom_margin_phone=\"0px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Welcome to\" _builder_version=\"3.16\" header_font=\"|on||on|\" header_text_color=\"#606c7d\" header_line_height=\"1.8em\" body_font=\"|on||on|\" body_text_color=\"#203149\" body_font_size=\"50\" body_line_height=\"1.4em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin=\"0px|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" header_font_size_tablet=\"24\" header_font_size_phone=\"20\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"35\" body_font_size_last_edited=\"on|desktop\" custom_css_promo_description=\"font-weight:900;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>Logistic Group</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-01.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ground Delivery\" use_icon=\"on\" font_icon=\"%%144%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-02.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Air Delivery\" use_icon=\"on\" font_icon=\"%%122%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" module_class=\"lg_blurb_image\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-blurb-03.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Sea Delivery\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"50px\" module_class=\"lg_image_blurb\" _builder_version=\"3.0.87\" header_font=\"|on||on|\" header_font_size=\"20\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"360px|||\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom:10px;\" border_style=\"solid\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Blurb Section - 3','','publish','closed','closed','','logistic-blurb-section-3','','','2017-07-10 23:17:22','2017-07-10 23:17:22','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-blurb-section-3/',0,'et_pb_layout','',0),(644,1,'2017-07-10 23:16:34','2017-07-10 23:16:34','[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"rgba(5,38,89,0.43)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-slider-01.jpg\" parallax_method=\"off\" background_position=\"bottom_right\" background_blend=\"luminosity\" custom_padding=\"26vh||30vh|\" custom_padding_tablet=\"22vh||24vh|\" custom_padding_phone=\"10vh||10vh|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/bg.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ground, Air or Sea\" _builder_version=\"3.16\" header_font=\"Lato||||\" header_font_size=\"90\" header_line_height=\"1.2em\" body_font=\"|on||on|\" body_font_size=\"26\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_letter_spacing=\"0\" text_orientation=\"left\" custom_padding=\"60px||60px|100px\" hover_enabled=\"0\" header_font_size_tablet=\"70\" header_font_size_phone=\"30\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"24\" body_font_size_phone=\"18\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"text-transform: none;||font-weight: 300;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>WE DELIVER YOUR PACKAGE IN NO TIME</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Contact Details Stripe with CTA - 2','','publish','closed','closed','','logistic-contact-details-stripe-with-cta-2','','','2017-07-10 23:16:34','2017-07-10 23:16:34','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-contact-details-stripe-with-cta-2/',0,'et_pb_layout','',0),(124187,1,'2017-07-10 23:15:43','2017-07-10 23:15:43','[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"rgba(5,38,89,0.43)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/logistic-slider-01.jpg\" parallax_method=\"off\" background_position=\"bottom_right\" background_blend=\"luminosity\" custom_padding=\"26vh||30vh|\" custom_padding_tablet=\"22vh||24vh|\" custom_padding_phone=\"10vh||10vh|\" hover_enabled=\"0\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/bg.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ground, Air or Sea\" _builder_version=\"3.16\" header_font=\"Lato||||\" header_font_size=\"90\" header_line_height=\"1.2em\" body_font=\"|on||on|\" body_font_size=\"26\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#0c71c3\" button_letter_spacing=\"0\" text_orientation=\"left\" custom_padding=\"60px||60px|100px\" hover_enabled=\"0\" header_font_size_tablet=\"70\" header_font_size_phone=\"30\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"24\" body_font_size_phone=\"18\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"text-transform: none;||font-weight: 300;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]<p>WE DELIVER YOUR PACKAGE IN NO TIME</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Logistic - Hero Image Section - 1','','publish','closed','closed','','logistic-hero-image-section-1','','','2017-07-10 23:15:43','2017-07-10 23:15:43','',0,'http://lukuverkosto.fi/home/et_pb_layout/logistic-hero-image-section-1/',0,'et_pb_layout','',0),(340,1,'2017-07-04 23:44:56','2017-07-04 23:44:56','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"Section\" _builder_version=\"3.22\" hover_enabled=\"0\" custom_css_main_element=\"display: none;\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"Code\" hover_enabled=\"0\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.gradient {<!-- [et_pb_line_break_holder] -->background: #6b0f9d;<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(left, #6b0f9d 0%, #9e1cb2 50%, #6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(left, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to right, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#6b0f9d\', endColorstr=\'#6b0f9d\',GradientType=1 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button h2 {<!-- [et_pb_line_break_holder] -->font-size: 110px;<!-- [et_pb_line_break_holder] -->font-weight: 900;<!-- [et_pb_line_break_holder] -->letter-spacing: 3px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button {<!-- [et_pb_line_break_holder] --> color: #303030 !important;<!-- [et_pb_line_break_holder] --> background: #62f1ac;<!-- [et_pb_line_break_holder] --> border-width: 10px !important;<!-- [et_pb_line_break_holder] --> padding: 8px 40px !important;<!-- [et_pb_line_break_holder] --> box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button:hover {<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box:hover {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] --> transform: scale(1.1);<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 100px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom:hover {<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -moz-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -o-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> transform: scale(1.02);<!-- [et_pb_line_break_holder] --> box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .4s;<!-- [et_pb_line_break_holder] --> transition: all .4s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-team .et_pb_team_member_image img {<!-- [et_pb_line_break_holder] -->border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-webkit-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-moz-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* -------- TEAM --------- */<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border-radius: 10px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:10px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 10px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> padding:30px;<!-- [et_pb_line_break_holder] --> text-align: -webkit-center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position {<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> font-size: 13px;<!-- [et_pb_line_break_holder] --> font-weight: 600;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position:after {<!-- [et_pb_line_break_holder] --> content: \' \';<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 20px;<!-- [et_pb_line_break_holder] --> margin: 5px 0 0;<!-- [et_pb_line_break_holder] --> border: 1px solid;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover .et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:1;<!-- [et_pb_line_break_holder] --> transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -ms-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:0;<!-- [et_pb_line_break_holder] --> margin-top: 20px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover img {<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border: none !important;<!-- [et_pb_line_break_holder] --> border-radius: 15px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:15px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 15px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 15px;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -ms-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -o-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team img {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -moz-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -o-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -moz-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -ms-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -o-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> transform-origin: bottom;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ad-slider .et-pb-arrow-prev, .ad-slider .et-pb-arrow-next {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 100;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> margin-top: -24px;<!-- [et_pb_line_break_holder] --> background-color: rgba(255, 255, 255, 0.11);<!-- [et_pb_line_break_holder] --> border-radius: 50px;<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 60px rgba(0,0,0,.12);<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-size: 48px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','CODE','','publish','closed','closed','','code','','','2017-07-04 23:44:56','2017-07-04 23:44:56','',0,'http://lukuverkosto.fi/home/et_pb_layout/code/',0,'et_pb_layout','',0),(124188,1,'2017-04-13 16:53:24','2017-04-13 16:53:24','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"400px||200px|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"#\" button_text=\"Download Layout\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%266%%\" hover_enabled=\"0\" header_font_size_tablet=\"55\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]Adventure is\n<h2>EVERYWHERE</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure CTA','','publish','closed','closed','','adventure-cta','','','2017-04-13 16:53:24','2017-04-13 16:53:24','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-cta/',0,'et_pb_layout','',0),(268,1,'2017-04-13 16:53:15','2017-04-13 16:53:15','[et_pb_section fb_built=\"1\" inner_shadow=\"on\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-19.jpg\" custom_padding=\"||100px|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"-260px|||\" custom_margin_tablet=\"\" custom_margin_phone=\"0px|||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Italy<span style=\"color: #63f2ad;\">.</span>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Class aptent taciti sociosqu ad litora.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.\n\nDonec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-16.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-18.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|40px||40px\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]France<span style=\"color: #63f2ad;\">.</span>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|40px||40px\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Class aptent taciti sociosqu ad litora.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|40px|80px|40px\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.\n\nDonec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Bali<span style=\"color: #63f2ad;\">.</span>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Class aptent taciti sociosqu ad litora.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.\n\nDonec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-14.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-15.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Moscow<span style=\"color: #63f2ad;\">.</span>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\"]Class aptent taciti sociosqu ad litora.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.\n\nDonec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Image Box With Text','','publish','closed','closed','','adventure-image-box-with-text','','','2017-04-13 16:53:15','2017-04-13 16:53:15','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-image-box-with-text/',0,'et_pb_layout','',0),(267,1,'2017-04-13 16:52:46','2017-04-13 16:52:46','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-04-1.jpg\" parallax=\"on\" custom_padding=\"38vh||35vh|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1301px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1301px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font=\"Montserrat||||\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_font=\"Montserrat||||\" button_icon=\"%%3%%\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" hover_enabled=\"0\" header_font_size_tablet=\"55\" header_font_size_phone=\"40\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]What people say\n<h2>ABOUT US</h2>[/et_pb_cta][et_pb_slider admin_label=\"Slider\" module_class=\"ad-slider\" _builder_version=\"3.16\" body_text_color=\"#ffbcbd\" body_font_size=\"22\" body_line_height=\"1.6em\" button_letter_spacing=\"0\" custom_padding=\"0px|0px|100px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" hover_enabled=\"0\" body_font_size_tablet=\"20\" body_font_size_phone=\"16\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_blur=\"10px\" box_shadow_spread=\"0px\" box_shadow_color=\"rgba(0,0,0,0.1)\" box_shadow_position=\"inner\" button_letter_spacing_hover=\"0\" top_padding=\"0px\" bottom_padding=\"100px\" top_padding_tablet=\"\" top_padding_phone=\"\" top_padding_last_edited=\"on|phone\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" auto_ignore_hover=\"off\" button_on_hover=\"on\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" hover_enabled=\"0\" body_font_size_last_edited=\"off|phone\" body_line_height_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p>\n<p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-245 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-01.png\" alt=\"\" width=\"100\" height=\"100\">\n</strong><strong>Sarah Doe</strong></p>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_font=\"||||\" button_icon_placement=\"right\" button_on_hover=\"on\" hover_enabled=\"0\" body_font_size_tablet=\"\" body_font_size_phone=\"\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"\" body_line_height_last_edited=\"on|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p>\n<p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-246 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-02.png\" alt=\"\" width=\"100\" height=\"100\">\n</strong><strong>John Doe</strong></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Testimonial','','publish','closed','closed','','adventure-testimonial','','','2017-04-13 16:52:46','2017-04-13 16:52:46','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-testimonial/',0,'et_pb_layout','',0),(266,1,'2017-04-13 16:52:36','2017-04-13 16:52:36','[et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#eaeaea\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-20.jpg\" custom_padding=\"100px||100px|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1054px\" custom_padding=\"||80px|\" custom_padding_tablet=\"||50px|\" custom_padding_phone=\"||10px|\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1054px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#191919\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#b0aac3\" body_font_size=\"24px\" body_line_height=\"1.6em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" custom_margin_tablet=\"\" custom_margin_phone=\"||0px|\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_size_tablet=\"36\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|tablet\" body_font_size_tablet=\"20px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" hover_enabled=\"0\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-12.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Gerard Johnson\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-11.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus puruseget neque sit amet.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-13.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" parallax_method=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_margin_tablet=\"\" custom_margin_phone=\"80px||0px|\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-03.jpg\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"60px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"28\" text_font_size_phone=\"24\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]My travel experience<span style=\"color: #63f2ad;\">.</span>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"15px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Class aptent taciti sociosqu ad litora.[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|60px|60px\" custom_padding_tablet=\"30px|40px|60px|40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]Morbi ullamcorper nulla sit amet pulvinar gravida. Aenean imperdiet mauris nec metus condimentum, ac suscipit risus venenatis. Aliquam ac consequat est. Phasellus eget ultricies massa. Nulla ultricies, diam laoreet hendrerit viverra, est tortor pellentesque tortor, ac scelerisque ligula massa vitae risus. Duis commodo tempus arcu in sagittis. Integer quis leo sed quam iaculis feugiat. Duis sem magna, pulvinar bibendum lorem id, mattis aliquam tortor.\n\nPellentesque eu quam non dui molestie euismod. Cras porttitor odio ante, quis vehicula turpis dictum luctus. Ut nunc dui, molestie in arcu in, varius sagittis ante. Mauris non felis eu odio mollis tristique. Phasellus nisl justo, tristique eget sapien nec, ullamcorper dictum ligula. Ut tincidunt ipsum eget lorem dictum ullamcorper. Phasellus elementum blandit justo, vel mollis augue rutrum eget. Curabitur viverra suscipit odio. Vestibulum pretium nunc ut rhoncus fringilla. Aenean ullamcorper fermentum mauris. Etiam rutrum suscipit sollicitudin. Aenean in lorem nunc. Etiam vel venenatis purus. Aliquam nisi tortor, ornare sollicitudin imperdiet in, aliquet id nunc.\n\n<img class=\"alignnone size-medium wp-image-48\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/signature-300x116.png\" alt=\"\" width=\"300\" height=\"116\">[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Team Section','','publish','closed','closed','','adventure-team-section','','','2017-04-13 16:52:36','2017-04-13 16:52:36','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-team-section/',0,'et_pb_layout','',0),(265,1,'2017-04-13 16:52:20','2017-04-13 16:52:20','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"100px|||300px\" custom_padding_tablet=\"100px|||100px\" custom_padding_phone=\"100px|||30px\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"|40px|80px|\" hover_enabled=\"0\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#cc5ee6\" body_font_size=\"24px\" body_line_height=\"1.6em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" button_letter_spacing=\"0\" text_orientation=\"left\" max_width=\"1100px\" custom_margin=\"|||\" custom_padding=\"|||\" hover_enabled=\"0\" header_font_size_tablet=\"42\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"22px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta enim quam et elit. Sed eget justo quis arcu fringilla fringilla.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" custom_css_main_element=\"box-shadow: 0 30px 150px rgba(0,0,0,.2);\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124176,124158,124177,124178,124179,124180,124181,124182,124183,124184,124185,124186\" posts_number=\"12\" show_title_and_caption=\"off\" show_pagination=\"off\" zoom_icon_color=\"#ffffff\" hover_overlay_color=\"rgba(157,27,178,0.5)\" hover_icon=\"%%43%%\" admin_label=\"Gallery\" module_class=\"passion\" _builder_version=\"3.0.87\" hover_enabled=\"0\" custom_css_overlay_icon=\"display: none;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_margin=\"60px|||\" custom_padding=\"20px||20px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Amazing Travel\" url=\"#\" use_icon=\"on\" font_icon=\"%%164%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Discover\" url=\"#\" use_icon=\"on\" font_icon=\"%%121%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Book your trip\" url=\"#\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis mi.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" parallax_method=\"off\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Awesome support\" url=\"#\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#ffffff\" image_max_width=\"none\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\" hover_enabled=\"0\"]Integer faucibus, nisi nec hendrerit congue, nulla nunc congue.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Gallery with Icons','','publish','closed','closed','','adventure-gallery-with-icons','','','2017-04-13 16:52:20','2017-04-13 16:52:20','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-gallery-with-icons/',0,'et_pb_layout','',0),(264,1,'2017-04-13 16:52:04','2017-04-13 16:52:04','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/header-img.jpg\" parallax=\"on\" custom_padding=\"35vh||35vh|\" custom_padding_tablet=\"\" custom_padding_phone=\"20vh||20vh|\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"#\" button_text=\"Learn More\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" background_color=\"#7EBEC5\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" hover_enabled=\"0\" header_font_size_tablet=\"70\" header_font_size_phone=\"48\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_on_hover=\"on\"]Made with\n<h2>PASSION</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure Hero Image','','publish','closed','closed','','adventure-hero-image','','','2017-04-13 16:52:04','2017-04-13 16:52:04','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-hero-image/',0,'et_pb_layout','',0),(263,1,'2017-04-13 16:51:53','2017-04-13 16:51:53','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"Section\" _builder_version=\"3.22\" hover_enabled=\"0\" custom_css_main_element=\"display: none;\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" template_type=\"section\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"Code\" hover_enabled=\"0\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.gradient {<!-- [et_pb_line_break_holder] -->background: #6b0f9d;<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(left, #6b0f9d 0%, #9e1cb2 50%, #6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(left, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to right, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#6b0f9d\', endColorstr=\'#6b0f9d\',GradientType=1 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button h2 {<!-- [et_pb_line_break_holder] -->font-size: 110px;<!-- [et_pb_line_break_holder] -->font-weight: 900;<!-- [et_pb_line_break_holder] -->letter-spacing: 3px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button {<!-- [et_pb_line_break_holder] --> color: #303030 !important;<!-- [et_pb_line_break_holder] --> background: #62f1ac;<!-- [et_pb_line_break_holder] --> border-width: 10px !important;<!-- [et_pb_line_break_holder] --> padding: 8px 40px !important;<!-- [et_pb_line_break_holder] --> box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button:hover {<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box:hover {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] --> transform: scale(1.1);<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 100px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom:hover {<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -moz-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -o-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> transform: scale(1.02);<!-- [et_pb_line_break_holder] --> box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .4s;<!-- [et_pb_line_break_holder] --> transition: all .4s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-team .et_pb_team_member_image img {<!-- [et_pb_line_break_holder] -->border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-webkit-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-moz-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* -------- TEAM --------- */<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border-radius: 10px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:10px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 10px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> padding:30px;<!-- [et_pb_line_break_holder] --> text-align: -webkit-center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position {<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> font-size: 13px;<!-- [et_pb_line_break_holder] --> font-weight: 600;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position:after {<!-- [et_pb_line_break_holder] --> content: \' \';<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 20px;<!-- [et_pb_line_break_holder] --> margin: 5px 0 0;<!-- [et_pb_line_break_holder] --> border: 1px solid;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover .et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:1;<!-- [et_pb_line_break_holder] --> transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -ms-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:0;<!-- [et_pb_line_break_holder] --> margin-top: 20px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover img {<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border: none !important;<!-- [et_pb_line_break_holder] --> border-radius: 15px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:15px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 15px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 15px;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -ms-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -o-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team img {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -moz-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -o-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -moz-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -ms-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -o-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> transform-origin: bottom;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ad-slider .et-pb-arrow-prev, .ad-slider .et-pb-arrow-next {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 100;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> margin-top: -24px;<!-- [et_pb_line_break_holder] --> background-color: rgba(255, 255, 255, 0.11);<!-- [et_pb_line_break_holder] --> border-radius: 50px;<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 60px rgba(0,0,0,.12);<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-size: 48px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Adventure CSS','','publish','closed','closed','','adventure-css','','','2017-04-13 16:51:53','2017-04-13 16:51:53','',0,'http://lukuverkosto.fi/home/et_pb_layout/adventure-css/',0,'et_pb_layout','',0),(124189,1,'2020-04-14 17:23:47','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"Section\" _builder_version=\"3.22\" custom_css_main_element=\"display: none;\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"Code\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.gradient {<!-- [et_pb_line_break_holder] -->background: #6b0f9d;<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(left, #6b0f9d 0%, #9e1cb2 50%, #6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(left, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to right, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#6b0f9d\', endColorstr=\'#6b0f9d\',GradientType=1 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button h2 {<!-- [et_pb_line_break_holder] -->font-size: 110px;<!-- [et_pb_line_break_holder] -->font-weight: 900;<!-- [et_pb_line_break_holder] -->letter-spacing: 3px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button {<!-- [et_pb_line_break_holder] --> color: #303030 !important;<!-- [et_pb_line_break_holder] --> background: #62f1ac;<!-- [et_pb_line_break_holder] --> border-width: 10px !important;<!-- [et_pb_line_break_holder] --> padding: 8px 40px !important;<!-- [et_pb_line_break_holder] --> box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button:hover {<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box:hover {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] --> transform: scale(1.1);<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 100px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom:hover {<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -moz-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -o-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> transform: scale(1.02);<!-- [et_pb_line_break_holder] --> box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .4s;<!-- [et_pb_line_break_holder] --> transition: all .4s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-team .et_pb_team_member_image img {<!-- [et_pb_line_break_holder] -->border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-webkit-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-moz-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* -------- TEAM --------- */<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border-radius: 10px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:10px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 10px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> padding:30px;<!-- [et_pb_line_break_holder] --> text-align: -webkit-center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position {<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> font-size: 13px;<!-- [et_pb_line_break_holder] --> font-weight: 600;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position:after {<!-- [et_pb_line_break_holder] --> content: \' \';<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 20px;<!-- [et_pb_line_break_holder] --> margin: 5px 0 0;<!-- [et_pb_line_break_holder] --> border: 1px solid;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover .et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:1;<!-- [et_pb_line_break_holder] --> transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -ms-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:0;<!-- [et_pb_line_break_holder] --> margin-top: 20px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover img {<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border: none !important;<!-- [et_pb_line_break_holder] --> border-radius: 15px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:15px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 15px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 15px;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -ms-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -o-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team img {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -moz-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -o-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -moz-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -ms-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -o-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> transform-origin: bottom;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ad-slider .et-pb-arrow-prev, .ad-slider .et-pb-arrow-next {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 100;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> margin-top: -24px;<!-- [et_pb_line_break_holder] --> background-color: rgba(255, 255, 255, 0.11);<!-- [et_pb_line_break_holder] --> border-radius: 50px;<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 60px rgba(0,0,0,.12);<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-size: 48px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/header-img.jpg\" parallax=\"on\" custom_padding=\"35vh||35vh|\" custom_padding_tablet=\"\" custom_padding_phone=\"20vh||20vh|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"#\" button_text=\"Learn More\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" header_font_size_tablet=\"70\" header_font_size_phone=\"48\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Made with</p><h2>PASSION</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"100px|||300px\" custom_padding_tablet=\"100px|||100px\" custom_padding_phone=\"100px|||30px\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|40px|80px|\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#cc5ee6\" body_font_size=\"24px\" body_line_height=\"1.6em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"left\" max_width=\"1100px\" custom_margin=\"|||\" custom_padding=\"|||\" header_font_size_tablet=\"42\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"22px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta enim quam et elit. Sed eget justo quis arcu fringilla fringilla.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow: 0 30px 150px rgba(0,0,0,.2);\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124176,124158,124177,124178,124179,124180,124181,124182,130,124184,124185,124186\" posts_number=\"12\" show_title_and_caption=\"off\" show_pagination=\"off\" zoom_icon_color=\"#ffffff\" hover_overlay_color=\"rgba(157,27,178,0.5)\" hover_icon=\"%%43%%\" admin_label=\"Gallery\" module_class=\"passion\" _builder_version=\"3.0.87\" custom_css_overlay_icon=\"display: none;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"60px|||\" custom_padding=\"20px||20px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Amazing Travel\" url=\"#\" use_icon=\"on\" font_icon=\"%%164%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Discover\" url=\"#\" use_icon=\"on\" font_icon=\"%%121%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Book your trip\" url=\"#\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis mi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Awesome support\" url=\"#\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#eaeaea\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-20.jpg\" custom_padding=\"100px||100px|\"][et_pb_row custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1054px\" custom_padding=\"||80px|\" custom_padding_tablet=\"||50px|\" custom_padding_phone=\"||10px|\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1054px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#191919\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#b0aac3\" body_font_size=\"24px\" body_line_height=\"1.6em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin_tablet=\"\" custom_margin_phone=\"||0px|\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"36\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|tablet\" body_font_size_tablet=\"20px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-12.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Gerard Johnson\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-11.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus puruseget neque sit amet.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-13.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_margin_tablet=\"\" custom_margin_phone=\"80px||0px|\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-03.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"60px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" text_font_size_tablet=\"28\" text_font_size_phone=\"24\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>My travel experience<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"15px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|60px|60px\" custom_padding_tablet=\"30px|40px|60px|40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Morbi ullamcorper nulla sit amet pulvinar gravida. Aenean imperdiet mauris nec metus condimentum, ac suscipit risus venenatis. Aliquam ac consequat est. Phasellus eget ultricies massa. Nulla ultricies, diam laoreet hendrerit viverra, est tortor pellentesque tortor, ac scelerisque ligula massa vitae risus. Duis commodo tempus arcu in sagittis. Integer quis leo sed quam iaculis feugiat. Duis sem magna, pulvinar bibendum lorem id, mattis aliquam tortor.</p><p>Pellentesque eu quam non dui molestie euismod. Cras porttitor odio ante, quis vehicula turpis dictum luctus. Ut nunc dui, molestie in arcu in, varius sagittis ante. Mauris non felis eu odio mollis tristique. Phasellus nisl justo, tristique eget sapien nec, ullamcorper dictum ligula. Ut tincidunt ipsum eget lorem dictum ullamcorper. Phasellus elementum blandit justo, vel mollis augue rutrum eget. Curabitur viverra suscipit odio. Vestibulum pretium nunc ut rhoncus fringilla. Aenean ullamcorper fermentum mauris. Etiam rutrum suscipit sollicitudin. Aenean in lorem nunc. Etiam vel venenatis purus. Aliquam nisi tortor, ornare sollicitudin imperdiet in, aliquet id nunc.</p><p><img class=\"alignnone size-medium wp-image-48\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/signature-300x116.png\" alt=\"\" width=\"300\" height=\"116\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-04-1.jpg\" custom_padding=\"38vh||35vh|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1241831px\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1241831px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font=\"Montserrat||||\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_font=\"Montserrat||||\" button_icon=\"%%3%%\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" header_font_size_tablet=\"55\" header_font_size_phone=\"40\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>What people say</p><h2>ABOUT US</h2>[/et_pb_cta][et_pb_slider admin_label=\"Slider\" module_class=\"ad-slider\" _builder_version=\"3.16\" body_text_color=\"#ffbcbd\" body_font_size=\"22\" body_line_height=\"1.6em\" custom_padding=\"0px|0px|100px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" body_font_size_tablet=\"20\" body_font_size_phone=\"16\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" button_letter_spacing_hover=\"0\" top_padding=\"0px\" bottom_padding=\"100px\" top_padding_tablet=\"\" top_padding_phone=\"\" top_padding_last_edited=\"on|phone\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size_last_edited=\"off|phone\" body_line_height_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-245 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-01.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>Sarah Doe</strong></p>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size_tablet=\"\" body_font_size_phone=\"\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"\" body_line_height_last_edited=\"on|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-246 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-02.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>John Doe</strong></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-19.jpg\" custom_padding=\"||100px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"-260px|||\" custom_margin_tablet=\"\" custom_margin_phone=\"0px|||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Italy<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-16.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-18.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|40px||40px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>France<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|40px||40px\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|40px|80px|40px\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Bali<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-14.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-15.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Moscow<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_css_main_element=\"border-radius: 0 15px 0 0;\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"400px||200px|\"][et_pb_row admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"https://www.b3multimedia.ie/adventure-a-free-divi-layout\" button_text=\"Download Layout\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%266%%\" header_font_size_tablet=\"55\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Adventure is</p><h2>EVERYWHERE</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','versio1','','draft','closed','closed','','','','','2020-04-14 17:23:47','2020-04-14 17:23:47','',0,'http://lukuverkosto.fi/home/?page_id=124189',0,'page','',0),(124190,1,'2020-04-14 17:23:20','2020-04-14 17:23:20','','versio1','','inherit','closed','closed','','124189-revision-v1','','','2020-04-14 17:23:20','2020-04-14 17:23:20','',124189,'http://lukuverkosto.fi/home/124189-revision-v1/',0,'revision','',0),(124199,1,'2020-04-16 05:53:30','2020-04-16 05:53:30','','business_01','','inherit','open','closed','','business_01','','','2020-04-16 05:53:30','2020-04-16 05:53:30','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg',0,'attachment','image/jpeg',0),(124200,1,'2020-04-16 05:53:32','2020-04-16 05:53:32','','circle-background-pattern','','inherit','open','closed','','circle-background-pattern','','','2020-04-16 05:53:32','2020-04-16 05:53:32','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png',0,'attachment','image/png',0),(124201,1,'2020-04-16 05:53:34','2020-04-16 05:53:34','','home-office-01','','inherit','open','closed','','home-office-01','','','2020-04-16 05:53:34','2020-04-16 05:53:34','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg',0,'attachment','image/jpeg',0),(124202,1,'2020-04-16 05:53:35','2020-04-16 05:53:35','','home-office-07-1','','inherit','open','closed','','home-office-07-1','','','2020-04-16 05:53:35','2020-04-16 05:53:35','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png',0,'attachment','image/png',0),(124203,1,'2020-04-16 05:53:37','2020-04-16 05:53:37','','home-office-02','','inherit','open','closed','','home-office-02','','','2020-04-16 05:53:37','2020-04-16 05:53:37','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg',0,'attachment','image/jpeg',0),(124204,1,'2020-04-16 05:53:48','2020-04-16 05:53:48','','home-office-03','','inherit','open','closed','','home-office-03','','','2020-04-16 05:53:48','2020-04-16 05:53:48','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg',0,'attachment','image/jpeg',0),(124205,1,'2020-04-16 05:53:49','2020-04-16 05:53:49','','home-office-05','','inherit','open','closed','','home-office-05','','','2020-04-16 05:53:49','2020-04-16 05:53:49','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg',0,'attachment','image/jpeg',0),(124206,1,'2020-04-16 05:53:49','2020-04-16 05:53:49','','home-office-04','','inherit','open','closed','','home-office-04','','','2020-04-16 05:53:49','2020-04-16 05:53:49','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg',0,'attachment','image/jpeg',0),(124207,1,'2020-04-16 05:53:50','2020-04-16 05:53:50','','background-split-03-1','','inherit','open','closed','','background-split-03-1','','','2020-04-16 05:53:50','2020-04-16 05:53:50','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg',0,'attachment','image/jpeg',0),(124208,1,'2020-04-16 05:53:52','2020-04-16 05:53:52','','MB-purefront-02','','inherit','open','closed','','mb-purefront-02','','','2020-04-16 05:53:52','2020-04-16 05:53:52','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png',0,'attachment','image/png',0),(124209,1,'2020-04-16 05:54:05','2020-04-16 05:54:05','','home-office-06','','inherit','open','closed','','home-office-06','','','2020-04-16 05:54:05','2020-04-16 05:54:05','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg',0,'attachment','image/jpeg',0),(124210,1,'2020-04-16 05:54:58','2020-04-16 05:54:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 05:54:58','2020-04-16 05:54:58','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124192,1,'2020-04-14 17:23:44','2020-04-14 17:23:44','[et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" admin_label=\"Section\" _builder_version=\"3.22\" custom_css_main_element=\"display: none;\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"Code\"]<style type=text/css><!-- [et_pb_line_break_holder] -->.gradient {<!-- [et_pb_line_break_holder] -->background: #6b0f9d;<!-- [et_pb_line_break_holder] -->background: -moz-linear-gradient(left, #6b0f9d 0%, #9e1cb2 50%, #6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: -webkit-linear-gradient(left, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->background: linear-gradient(to right, #6b0f9d 0%,#9e1cb2 50%,#6b0f9d 100%);<!-- [et_pb_line_break_holder] -->filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#6b0f9d\', endColorstr=\'#6b0f9d\',GradientType=1 );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button h2 {<!-- [et_pb_line_break_holder] -->font-size: 110px;<!-- [et_pb_line_break_holder] -->font-weight: 900;<!-- [et_pb_line_break_holder] -->letter-spacing: 3px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button {<!-- [et_pb_line_break_holder] --> color: #303030 !important;<!-- [et_pb_line_break_holder] --> background: #62f1ac;<!-- [et_pb_line_break_holder] --> border-width: 10px !important;<!-- [et_pb_line_break_holder] --> padding: 8px 40px !important;<!-- [et_pb_line_break_holder] --> box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 10px 30px rgba(0,0,0,0.12);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.big-button .et_pb_button:hover {<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow:0 20px 40px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.purple-box:hover {<!-- [et_pb_line_break_holder] -->-webkit-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 600ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] --> transform: scale(1.1);<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 100px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom:hover {<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -moz-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -o-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.02);<!-- [et_pb_line_break_holder] --> transform: scale(1.02);<!-- [et_pb_line_break_holder] --> box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0 30px 150px rgba(0,0,0,0.3);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 400ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-zoom {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .4s;<!-- [et_pb_line_break_holder] --> transition: all .4s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.passion-team .et_pb_team_member_image img {<!-- [et_pb_line_break_holder] -->border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-webkit-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->-moz-border-radius: 15px 15px 0 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/* -------- TEAM --------- */<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border-radius: 10px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:10px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 10px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 10px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> padding:30px;<!-- [et_pb_line_break_holder] --> text-align: -webkit-center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position {<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> font-size: 13px;<!-- [et_pb_line_break_holder] --> font-weight: 600;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team .et_pb_member_position:after {<!-- [et_pb_line_break_holder] --> content: \' \';<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 20px;<!-- [et_pb_line_break_holder] --> margin: 5px 0 0;<!-- [et_pb_line_break_holder] --> border: 1px solid;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover .et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:1;<!-- [et_pb_line_break_holder] --> transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -ms-transform: translate(0px, -15px);<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.et_pb_member_social_links a {<!-- [et_pb_line_break_holder] --> opacity:0;<!-- [et_pb_line_break_holder] --> margin-top: 20px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.4s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team:hover img {<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> transform: scale(1.00) !important;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); <!-- [et_pb_line_break_holder] --> transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995); /* custom */<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team {<!-- [et_pb_line_break_holder] --> border: none !important;<!-- [et_pb_line_break_holder] --> border-radius: 15px;<!-- [et_pb_line_break_holder] --> -moz-border-radius:15px;<!-- [et_pb_line_break_holder] --> -webkit-border-radius: 15px;<!-- [et_pb_line_break_holder] --> -o-border-radius: 15px;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -ms-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> -o-transition: all .3s ease-in-out;<!-- [et_pb_line_break_holder] --> box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-webkit-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->-moz-box-shadow:0 20px 150px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.poly_team img {<!-- [et_pb_line_break_holder] -->-webkit-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -moz-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -o-transition: all .5s ease;<!-- [et_pb_line_break_holder] --> transition: all .5s ease;<!-- [et_pb_line_break_holder] --> -ms-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform: scale(1.03);<!-- [et_pb_line_break_holder] --> transform: scale(1.03);<!-- [et_pb_line_break_holder] --> -webkit-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -moz-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -ms-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> -o-transform-origin: bottom;<!-- [et_pb_line_break_holder] --> transform-origin: bottom;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ad-slider .et-pb-arrow-prev, .ad-slider .et-pb-arrow-next {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 100;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> margin-top: -24px;<!-- [et_pb_line_break_holder] --> background-color: rgba(255, 255, 255, 0.11);<!-- [et_pb_line_break_holder] --> border-radius: 50px;<!-- [et_pb_line_break_holder] --> box-shadow: 0 20px 60px rgba(0,0,0,.12);<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-size: 48px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> -moz-transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] --> transition: all 0.2s ease-in-out;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/header-img.jpg\" parallax=\"on\" custom_padding=\"35vh||35vh|\" custom_padding_tablet=\"\" custom_padding_phone=\"20vh||20vh|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"#\" button_text=\"Learn More\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%3%%\" header_font_size_tablet=\"70\" header_font_size_phone=\"48\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Made with</p><h2>PASSION</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"100px|||300px\" custom_padding_tablet=\"100px|||100px\" custom_padding_phone=\"100px|||30px\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|40px|80px|\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#cc5ee6\" body_font_size=\"24px\" body_line_height=\"1.6em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"left\" max_width=\"1100px\" custom_margin=\"|||\" custom_padding=\"|||\" header_font_size_tablet=\"42\" header_font_size_phone=\"28\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"22px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta enim quam et elit. Sed eget justo quis arcu fringilla fringilla.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow: 0 30px 150px rgba(0,0,0,.2);\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"124176,124158,124177,124178,124179,124180,124181,124182,130,124184,124185,124186\" posts_number=\"12\" show_title_and_caption=\"off\" show_pagination=\"off\" zoom_icon_color=\"#ffffff\" hover_overlay_color=\"rgba(157,27,178,0.5)\" hover_icon=\"%%43%%\" admin_label=\"Gallery\" module_class=\"passion\" _builder_version=\"3.0.87\" custom_css_overlay_icon=\"display: none;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"60px|||\" custom_padding=\"20px||20px|\" custom_padding_tablet=\"\" custom_padding_phone=\"\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Amazing Travel\" url=\"#\" use_icon=\"on\" font_icon=\"%%164%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Discover\" url=\"#\" use_icon=\"on\" font_icon=\"%%121%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Book your trip\" url=\"#\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue est, in facilisis mi.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Awesome support\" url=\"#\" use_icon=\"on\" font_icon=\"%%133%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"55px\" admin_label=\"Blurb\" module_class=\"purple-box\" _builder_version=\"3.0.74\" header_font=\"Montserrat||||\" header_font_size=\"20\" body_text_color=\"#cc5ee6\" body_font_size=\"16px\" body_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"50px|30px|50px|30px\"]<p>Integer faucibus, nisi nec hendrerit congue, nulla nunc congue.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#eaeaea\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-20.jpg\" custom_padding=\"100px||100px|\"][et_pb_row custom_padding_last_edited=\"on|phone\" admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1054px\" custom_padding=\"||80px|\" custom_padding_tablet=\"||50px|\" custom_padding_phone=\"||10px|\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1054px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Discover our best experiences\" admin_label=\"Call To Action\" _builder_version=\"3.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#191919\" header_font_size=\"50\" body_font=\"Montserrat||||\" body_text_color=\"#b0aac3\" body_font_size=\"24px\" body_line_height=\"1.6em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin_tablet=\"\" custom_margin_phone=\"||0px|\" custom_margin_last_edited=\"on|phone\" header_font_size_tablet=\"36\" header_font_size_phone=\"26\" header_font_size_last_edited=\"on|tablet\" body_font_size_tablet=\"20px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Duis egestas, ante vitae blandit pellentesque, turpis lacus consectetur est, id porta.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-12.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Gerard Johnson\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-11.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus puruseget neque sit amet.</p>[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Julia Doe\" position=\"Trip Advisor\" image_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-13.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" icon_color=\"#d8d8d8\" admin_label=\"Person\" module_class=\"poly_team\" _builder_version=\"3.12.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#000000\" header_font_size=\"25px\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_text_color=\"#aaaaaa\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" icon_hover_color=\"#870dd8\" icon_color__hover=\"#870dd8\" icon_color__hover_enabled=\"on\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus.</p>[/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_margin_tablet=\"\" custom_margin_phone=\"80px||0px|\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-03.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"60px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" text_font_size_tablet=\"28\" text_font_size_phone=\"24\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>My travel experience<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"15px|40px||40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|60px|60px\" custom_padding_tablet=\"30px|40px|60px|40px\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Morbi ullamcorper nulla sit amet pulvinar gravida. Aenean imperdiet mauris nec metus condimentum, ac suscipit risus venenatis. Aliquam ac consequat est. Phasellus eget ultricies massa. Nulla ultricies, diam laoreet hendrerit viverra, est tortor pellentesque tortor, ac scelerisque ligula massa vitae risus. Duis commodo tempus arcu in sagittis. Integer quis leo sed quam iaculis feugiat. Duis sem magna, pulvinar bibendum lorem id, mattis aliquam tortor.</p><p>Pellentesque eu quam non dui molestie euismod. Cras porttitor odio ante, quis vehicula turpis dictum luctus. Ut nunc dui, molestie in arcu in, varius sagittis ante. Mauris non felis eu odio mollis tristique. Phasellus nisl justo, tristique eget sapien nec, ullamcorper dictum ligula. Ut tincidunt ipsum eget lorem dictum ullamcorper. Phasellus elementum blandit justo, vel mollis augue rutrum eget. Curabitur viverra suscipit odio. Vestibulum pretium nunc ut rhoncus fringilla. Aenean ullamcorper fermentum mauris. Etiam rutrum suscipit sollicitudin. Aenean in lorem nunc. Etiam vel venenatis purus. Aliquam nisi tortor, ornare sollicitudin imperdiet in, aliquet id nunc.</p><p><img class=\"alignnone size-medium wp-image-48\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/signature-300x116.png\" alt=\"\" width=\"300\" height=\"116\" /></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-04-1.jpg\" custom_padding=\"38vh||35vh|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1241831px\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1241831px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font=\"Montserrat||||\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_font=\"Montserrat||||\" button_icon=\"%%3%%\" custom_margin=\"||0px|\" custom_padding=\"||0px|\" header_font_size_tablet=\"55\" header_font_size_phone=\"40\" header_font_size_last_edited=\"on|desktop\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>What people say</p><h2>ABOUT US</h2>[/et_pb_cta][et_pb_slider admin_label=\"Slider\" module_class=\"ad-slider\" _builder_version=\"3.16\" body_text_color=\"#ffbcbd\" body_font_size=\"22\" body_line_height=\"1.6em\" custom_padding=\"0px|0px|100px|0px\" custom_padding_tablet=\"|||\" custom_padding_phone=\"|||\" body_font_size_tablet=\"20\" body_font_size_phone=\"16\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" button_letter_spacing_hover=\"0\" top_padding=\"0px\" bottom_padding=\"100px\" top_padding_tablet=\"\" top_padding_phone=\"\" top_padding_last_edited=\"on|phone\" remove_inner_shadow=\"on\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_inner_shadow=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size_last_edited=\"off|phone\" body_line_height_last_edited=\"off|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-245 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-01.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>Sarah Doe</strong></p>[/et_pb_slide][et_pb_slide use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.16\" header_font=\"||||\" body_font=\"||||\" background_color=\"rgba(255,255,255,0)\" button_icon_placement=\"right\" button_on_hover=\"on\" body_font_size_tablet=\"\" body_font_size_phone=\"\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"\" body_line_height_phone=\"\" body_line_height_last_edited=\"on|phone\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p style=\"text-align: center;\">Donec ac venenatis lacus, vitae pharetra nisl. Nullam vel sapien sit amet ante tincidunt tempus. Sed venenatis faucibus viverra. Donec malesuada, est nec efficitur varius, mi sem volutpat arcu, non feugiat ex lectus eu enim. Etiam quis arcu maximus, ullamcorper nisi in, blandit odio.</p><p style=\"text-align: center;\"><strong><img class=\"alignnone wp-image-246 size-full\" src=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/person-02.png\" alt=\"\" width=\"100\" height=\"100\" /><br /> </strong><strong>John Doe</strong></p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" admin_label=\"Section\" _builder_version=\"3.22\" background_color=\"#ededed\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-19.jpg\" custom_padding=\"||100px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"-260px|||\" custom_margin_tablet=\"\" custom_margin_phone=\"0px|||\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Italy<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-16.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-18.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|40px||40px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>France<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|40px||40px\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|40px|80px|40px\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px|||\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Bali<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"15px|40px||40px\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"border-radius: 0 15px 0 0;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-14.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Row\" module_class=\"passion-zoom\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"1600px\" custom_margin=\"80px||-300px|\" custom_padding=\"0px||0px|\" custom_css_main_element=\"box-shadow:0 20px 150px rgba(0,0,0,0.2);||border-radius: 15px;||-webkit-border-radius: 15px;||-moz-border-radius: 15px;||z-index:9;\" make_fullwidth=\"off\" use_custom_width=\"on\" width_unit=\"on\" custom_width_px=\"1600px\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2020/04/img-15.jpg\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 15px 0 0 15px;||-webkit-border-radius: 15px 0 0 15px;||-moz-border-radius: 15px 0 0 15px;\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"|||\" custom_css_main_element=\"border-radius: 0 15px 15px 0;||-webkit-border-radius: 0 15px 15px 0;||-moz-border-radius: 0 15px 15px 0;\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#6a0e9c\" text_font_size=\"32\" text_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"60px|60px||60px\" custom_padding_tablet=\"\" custom_padding_phone=\"60px|40px||40px\" custom_padding_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Moscow<span style=\"color: #63f2ad;\">.</span></p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#1c1c1c\" text_font_size=\"18\" text_line_height=\"1.3em\" header_font_size=\"22px\" header_line_height=\"1.4em\" background_color=\"#ffffff\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px|60px||60px\" custom_css_main_element=\"border-radius: 0 15px 0 0;\"]<p>Class aptent taciti sociosqu ad litora.</p>[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_text_color=\"#7a747d\" text_font_size=\"16\" text_line_height=\"1.6em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"30px|60px|80px|60px\" custom_padding_tablet=\"\" custom_padding_phone=\"30px|40px|80px|40px\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"15\" text_font_size_phone=\"14\" text_font_size_last_edited=\"on|phone\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Duis sed tellus eget ipsum posuere viverra in nec dui. Integer et libero turpis. Donec eget neque sit amet tellus porta vehicula vel ac quam. Proin ipsum lectus, posuere ut tellus eget, sagittis maximus purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc porta neque sed sapien scelerisque, non porttitor quam auctor. In feugiat tellus et vestibulum sodales.</p><p>Donec cursus, felis sed feugiat sagittis, ligula est volutpat odio, tempor lobortis diam nibh nec lectus. Cras egestas nisl non libero bibendum, at tempus felis commodo. Etiam auctor nibh non diam congue, at placerat ipsum commodo. Suspendisse potenti. Morbi sit amet sem non justo tempus convallis. Pellentesque aliquam molestie velit, sit amet pretium tellus bibendum vita.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"gradient\" _builder_version=\"3.22\" custom_padding=\"400px||200px|\"][et_pb_row admin_label=\"Row\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"89%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta button_url=\"https://www.b3multimedia.ie/adventure-a-free-divi-layout\" button_text=\"Download Layout\" admin_label=\"Call To Action\" module_class=\"big-button\" _builder_version=\"3.16\" header_font_size=\"100\" body_font=\"Montserrat||||\" body_font_size=\"40\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#2d6e4f\" button_bg_color=\"#62f1ac\" button_border_width=\"10\" button_border_color=\"#62f1ac\" button_border_radius=\"100\" button_letter_spacing=\"0\" button_icon=\"%%266%%\" header_font_size_tablet=\"55\" header_font_size_phone=\"32\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"35\" body_font_size_phone=\"22\" body_font_size_last_edited=\"on|phone\" custom_css_promo_title=\"font-size: 140px;||letter-spacing:2px;\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" button_border_radius_hover=\"100\" button_letter_spacing_hover=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on\" button_border_radius__hover=\"100\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"0\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Adventure is</p><h2>EVERYWHERE</h2>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','versio1','','inherit','closed','closed','','124189-revision-v1','','','2020-04-14 17:23:44','2020-04-14 17:23:44','',124189,'http://lukuverkosto.fi/home/124189-revision-v1/',0,'revision','',0),(124198,1,'2020-04-16 05:52:46','2020-04-16 05:52:46','','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 05:52:46','2020-04-16 05:52:46','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124194,1,'2020-04-14 17:40:34','2020-04-14 17:40:34','','LUKUVERKOSTO','','inherit','open','closed','','lukuverkosto','','','2020-04-16 06:11:58','2020-04-16 06:11:58','',0,'http://lukuverkosto.fi/home/wp-content/uploads/2020/04/LUKUVERKOSTO.png',0,'attachment','image/png',0),(124197,1,'2020-04-16 08:49:59','2020-04-16 08:49:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.16\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.16\" button_icon=\"&#x45;||divi||400\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.16\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.16\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.16\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"&#xe030;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"&#x7a;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"&#x77;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.16\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"&#xe007;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"&#xe105;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"&#xe00e;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2023 aiheina ovat yhteisöllisyys ja hyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#ffffff 65%|#fcd21d 65%\" background_color_gradient_start=\"#ffffff\" background_color_gradient_start_position=\"65%\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.16\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"4.16\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.16\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.16\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.16\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/2021-06-17-hyvaksytyt-unsplash.jpg\" title_text=\"2021-06-17-hyvaksytyt-unsplash\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" custom_margin=\"||133px|||\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" custom_margin=\"79px|||||\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"e85b2665-787b-48b3-90e6-da725a28b5a7\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','publish','closed','closed','','versio2','','','2023-05-19 07:21:46','2023-05-19 07:21:46','',0,'https://lukuverkosto.fi/home/?page_id=124197',0,'page','',0),(125471,1,'2023-05-19 07:21:46','2023-05-19 07:21:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.16\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.16\" button_icon=\"&#x45;||divi||400\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.16\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.16\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.16\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"&#xe030;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"&#x7a;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"&#x77;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.16\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"&#xe007;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"&#xe105;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"&#xe00e;||divi||400\" icon_color=\"#fcd21d\" image_icon_width=\"60px\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" icon_font_size=\"60px\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2023 aiheina ovat yhteisöllisyys ja hyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#ffffff 65%|#fcd21d 65%\" background_color_gradient_start=\"#ffffff\" background_color_gradient_start_position=\"65%\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.16\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"4.16\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.16\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"4.16\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.16\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.16\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/2021-06-17-hyvaksytyt-unsplash.jpg\" title_text=\"2021-06-17-hyvaksytyt-unsplash\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" custom_margin=\"||133px|||\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.16\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"4.16\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" custom_margin=\"79px|||||\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"e85b2665-787b-48b3-90e6-da725a28b5a7\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2023-05-19 07:21:46','2023-05-19 07:21:46','',124197,'https://lukuverkosto.fi/home/?p=125471',0,'revision','',0),(124938,2,'2021-09-28 18:59:32','2021-09-28 18:59:32','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-09-28 18:59:32','2021-09-28 18:59:32','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124936,2,'2021-09-28 18:55:15','2021-09-28 18:55:15','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-09-28 18:55:15','2021-09-28 18:55:15','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124322,1,'2020-04-29 05:46:05','2020-04-29 05:46:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-29 05:46:05','2020-04-29 05:46:05','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124313,1,'2020-04-22 14:46:33','2020-04-22 14:46:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuuden lukiolainen kerää kurssien sijaan opintopisteitä, opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana ja saa opinto-ohjausta vielä lukion jälkeenkin. <span style=\"font-size: 16px;\">Tätä kaikkea lupaa lukion uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma<span class=\"yle__accessibilityText\"></span></a><span style=\"font-size: 16px;\">, jonka perusteet julkaistiin torstaina. Ensimmäistä kertaa sen ottavat käyttöön lukionsa vuonna 2021 aloittavat.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 14:46:33','2020-04-22 14:46:33','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124306,1,'2020-04-22 13:52:27','2020-04-22 13:52:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" hover_enabled=\"0\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"267px\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 13:52:27','2020-04-22 13:52:27','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124303,1,'2020-04-22 11:43:25','2020-04-22 11:43:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" custom_padding=\"17px||0px|||\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto.</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä silmällä pitäen. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" custom_margin=\"||-35px|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\" min_height=\"267px\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 11:43:25','2020-04-22 11:43:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124195,1,'2020-04-14 17:53:31','2020-04-14 17:53:31','','cv','','publish','closed','closed','','cv','','','2020-04-14 17:54:24','2020-04-14 17:54:24','',0,'http://lukuverkosto.fi/home/et_pb_layout/cv/',0,'et_pb_layout','',0),(124196,1,'2020-04-14 17:54:21','2020-04-14 17:54:21','','cv','','inherit','closed','closed','','124195-revision-v1','','','2020-04-14 17:54:21','2020-04-14 17:54:21','',124195,'http://lukuverkosto.fi/home/124195-revision-v1/',0,'revision','',0),(124212,1,'2020-04-16 06:12:33','2020-04-16 06:12:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 06:12:33','2020-04-16 06:12:33','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124216,1,'2020-04-16 06:20:19','2020-04-16 06:20:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" hover_enabled=\"0\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" custom_padding=\"|0px||||\" width=\"100%\"]<h1>Länsi-uudenmaan</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>\n[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/LUKUVERKOSTO-e1586886109932.png\" parallax=\"on\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 06:20:19','2020-04-16 06:20:19','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124214,1,'2020-04-16 06:19:07','2020-04-16 06:19:07','','LUKUVERKOSTO (1)','','inherit','open','closed','','lukuverkosto-1','','','2020-04-16 06:19:07','2020-04-16 06:19:07','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/LUKUVERKOSTO-1.png',0,'attachment','image/png',0),(124215,1,'2020-04-16 06:19:38','2020-04-16 06:19:38','','marvin-meyer-SYTO3xs06fU-unsplash','','inherit','open','closed','','marvin-meyer-syto3xs06fu-unsplash','','','2020-04-16 06:19:38','2020-04-16 06:19:38','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash.jpg',0,'attachment','image/jpeg',0),(124217,1,'2020-04-16 06:20:53','2020-04-16 06:20:53','','LUKUVERKOSTO (1)','','inherit','open','closed','','lukuverkosto-1-2','','','2020-04-16 06:20:53','2020-04-16 06:20:53','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/LUKUVERKOSTO-1-1.png',0,'attachment','image/png',0),(124218,1,'2020-04-16 06:21:25','2020-04-16 06:21:25','','marvin-meyer-SYTO3xs06fU-unsplash','','inherit','open','closed','','marvin-meyer-syto3xs06fu-unsplash-2','','','2020-04-16 06:21:25','2020-04-16 06:21:25','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg',0,'attachment','image/jpeg',0),(124220,1,'2020-04-16 06:54:05','2020-04-16 06:54:05','','Purjehduskurssi 2019, Lohjan Yhteislyseon lukio','','inherit','open','closed','','purjehduskurssi-2019-lohjan-yhteislyseon-lukio','','','2020-04-16 06:54:05','2020-04-16 06:54:05','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4',0,'attachment','video/mp4',0),(124221,1,'2020-04-16 07:27:39','2020-04-16 07:27:39','','Vihdin-lukio-etuovi-ulkoa','','inherit','open','closed','','vihdin-lukio-etuovi-ulkoa','','','2020-04-16 07:27:39','2020-04-16 07:27:39','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg',0,'attachment','image/jpeg',0),(124226,1,'2020-04-16 08:04:00','2020-04-16 08:04:00','','bsh','bsh','inherit','open','closed','','bsh','','','2020-04-16 08:04:00','2020-04-16 08:04:00','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg',0,'attachment','image/jpeg',0),(124225,1,'2020-04-16 07:54:03','2020-04-16 07:54:03','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 07:54:03','2020-04-16 07:54:03','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124224,1,'2020-04-16 07:50:53','2020-04-16 07:50:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 07:50:53','2020-04-16 07:50:53','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124222,1,'2020-04-16 07:37:54','2020-04-16 07:37:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" hover_enabled=\"0\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" custom_padding=\"|0px||||\" width=\"100%\"]<h1>Länsi-uudenmaan</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>\n[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" hover_enabled=\"0\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" hover_enabled=\"0\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" hover_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" hover_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" hover_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" hover_enabled=\"0\" make_fullwidth=\"on\" min_height=\"614px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" hover_enabled=\"0\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 07:37:54','2020-04-16 07:37:54','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124235,1,'2020-04-16 08:17:48','2020-04-16 08:17:48','','purjehdus','','inherit','open','closed','','purjehdus','','','2020-04-16 08:17:48','2020-04-16 08:17:48','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg',0,'attachment','image/jpeg',0),(124229,1,'2020-04-16 08:06:19','2020-04-16 08:06:19','','hango','','inherit','open','closed','','hango','','','2020-04-16 08:06:19','2020-04-16 08:06:19','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg',0,'attachment','image/jpeg',0),(124230,1,'2020-04-16 08:11:48','2020-04-16 08:11:48','','karjaa','','inherit','open','closed','','karjaa','','','2020-04-16 08:11:48','2020-04-16 08:11:48','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png',0,'attachment','image/png',0),(124232,1,'2020-04-16 08:14:41','2020-04-16 08:14:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:14:41','2020-04-16 08:14:41','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124231,1,'2020-04-16 08:12:26','2020-04-16 08:12:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:12:26','2020-04-16 08:12:26','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124237,1,'2020-04-16 08:19:07','2020-04-16 08:19:07','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:19:07','2020-04-16 08:19:07','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124238,1,'2020-04-16 08:19:22','2020-04-16 08:19:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:19:22','2020-04-16 08:19:22','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124254,1,'2020-04-16 08:47:25','2020-04-16 08:47:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Our Blog</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||70px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Blog Area\" _builder_version=\"3.25\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"9\" show_categories=\"off\" _builder_version=\"3.0.94\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" meta_font=\"Montserrat||||\" meta_text_color=\"#949ba3\" pagination_font=\"Montserrat||||\" pagination_text_color=\"#747d88\" animation_style=\"fade\" border_width_all=\"1px\" border_color_all=\"#d8d8d8\" border_style_all=\"solid\" border_width_all_fullwidth=\"1px\" border_color_all_fullwidth=\"#d8d8d8\" border_style_all_fullwidth=\"solid\" box_shadow_style=\"preset1\" box_shadow_blur=\"24px\" box_shadow_color=\"rgba(53,55,64,0.1)\" use_border_color=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscription Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Subscription Area\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Join Our Newsletter\" description=\"<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#747d88\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"42px\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" background_layout=\"light\" animation_style=\"fade\" button_text_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','124251-revision-v1','','','2020-04-16 08:47:25','2020-04-16 08:47:25','',124251,'https://lukuverkosto.fi/home/124251-revision-v1/',0,'revision','',0),(124255,1,'2020-04-16 08:48:31','2020-04-16 08:48:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Luku-verkoston blogi</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||70px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Blog Area\" _builder_version=\"3.25\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"9\" show_categories=\"off\" _builder_version=\"3.0.94\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" meta_font=\"Montserrat||||\" meta_text_color=\"#949ba3\" pagination_font=\"Montserrat||||\" pagination_text_color=\"#747d88\" animation_style=\"fade\" border_width_all=\"1px\" border_color_all=\"#d8d8d8\" border_style_all=\"solid\" border_width_all_fullwidth=\"1px\" border_color_all_fullwidth=\"#d8d8d8\" border_style_all_fullwidth=\"solid\" box_shadow_style=\"preset1\" box_shadow_blur=\"24px\" box_shadow_color=\"rgba(53,55,64,0.1)\" use_border_color=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscription Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Subscription Area\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Join Our Newsletter\" description=\"<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#747d88\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"42px\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" background_layout=\"light\" animation_style=\"fade\" button_text_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','124251-revision-v1','','','2020-04-16 08:48:31','2020-04-16 08:48:31','',124251,'https://lukuverkosto.fi/home/124251-revision-v1/',0,'revision','',0),(124241,1,'2020-04-16 08:24:54','2020-04-16 08:24:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:24:54','2020-04-16 08:24:54','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124250,1,'2020-04-16 08:41:56','2020-04-16 08:41:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-1px|auto||\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1><span class=\"ally-lines\">LUKU-verkoston blogi</span></h1>\n<h1></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"4.4.3\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','971-revision-v1','','','2020-04-16 08:41:56','2020-04-16 08:41:56','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(124245,1,'2020-04-16 08:37:42','2020-04-16 08:37:42','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Latest from the Blog</h1>\n<strong class=\"ally-lines\">TIPS &amp; TRICKS FOR YOUR BUSINESS</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"3.0.94\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','971-revision-v1','','','2020-04-16 08:37:42','2020-04-16 08:37:42','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(124246,1,'2020-04-16 08:37:52','2020-04-16 08:37:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Latest from the Blog</h1>\n<strong class=\"ally-lines\">TIPS &amp; TRICKS FOR YOUR BUSINESS</strong>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"3.0.94\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','971-revision-v1','','','2020-04-16 08:37:52','2020-04-16 08:37:52','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(124251,1,'2020-04-17 06:34:23','2020-04-17 06:34:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Luku-verkoston blogi</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||70px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Blog Area\" _builder_version=\"3.25\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"9\" show_categories=\"off\" _builder_version=\"3.0.94\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" meta_font=\"Montserrat||||\" meta_text_color=\"#949ba3\" pagination_font=\"Montserrat||||\" pagination_text_color=\"#747d88\" animation_style=\"fade\" border_width_all=\"1px\" border_color_all=\"#d8d8d8\" border_style_all=\"solid\" border_width_all_fullwidth=\"1px\" border_color_all_fullwidth=\"#d8d8d8\" border_style_all_fullwidth=\"solid\" box_shadow_style=\"preset1\" box_shadow_blur=\"24px\" box_shadow_color=\"rgba(53,55,64,0.1)\" use_border_color=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscription Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Subscription Area\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Tilaa uutiskirjeemme\" description=\"<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#747d88\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"42px\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" background_layout=\"light\" animation_style=\"fade\" button_text_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','publish','closed','closed','','luku-verkoston-blogi','','','2020-11-11 06:15:03','2020-11-11 06:15:03','',0,'https://lukuverkosto.fi/home/?page_id=124251',0,'page','',0),(124252,1,'2020-04-16 08:45:36','2020-04-16 08:45:36','','LUKU-verkoston blogi','','inherit','closed','closed','','124251-revision-v1','','','2020-04-16 08:45:36','2020-04-16 08:45:36','',124251,'https://lukuverkosto.fi/home/124251-revision-v1/',0,'revision','',0),(124253,1,'2020-04-16 08:46:44','2020-04-16 08:46:44','','business-13','','inherit','open','closed','','business-13','','','2020-04-16 08:46:44','2020-04-16 08:46:44','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business-13.jpg',0,'attachment','image/jpeg',0),(124263,1,'2020-04-16 08:59:48','2020-04-16 08:59:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:59:48','2020-04-16 08:59:48','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124257,1,'2020-04-16 08:49:59','2020-04-16 08:49:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/blog-list/?et_fb=1&PageSpeed=off\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:49:59','2020-04-16 08:49:59','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124248,1,'2020-04-16 08:40:56','2020-04-16 08:40:56','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/blog-list/?et_fb=1&PageSpeed=off\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:40:56','2020-04-16 08:40:56','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124260,1,'2020-04-16 08:51:58','2020-04-16 08:51:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/blog-list/?et_fb=1&PageSpeed=off\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:51:58','2020-04-16 08:51:58','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124258,1,'2020-04-16 08:51:31','2020-04-16 08:51:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/blog-list/?et_fb=1&PageSpeed=off\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" hover_enabled=\"0\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:51:31','2020-04-16 08:51:31','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124262,1,'2020-04-16 08:54:08','2020-04-16 08:54:08','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Lukioiden näkyvyys\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\" https://lukuverkosto.fi/home/luku-verkoston-blogi/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 08:54:08','2020-04-16 08:54:08','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124265,1,'2020-04-16 09:13:25','2020-04-16 09:13:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" hover_enabled=\"0\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\" min_height=\"250px\" custom_margin=\"-172px|||||\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:13:25','2020-04-16 09:13:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124270,1,'2020-04-16 09:27:57','2020-04-16 09:27:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:27:57','2020-04-16 09:27:57','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124269,1,'2020-04-16 09:23:25','2020-04-16 09:23:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:23:25','2020-04-16 09:23:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124267,1,'2020-04-16 09:18:46','2020-04-16 09:18:46','','LUKUVERKOSTO (2)','','inherit','open','closed','','lukuverkosto-2','','','2020-04-16 09:21:16','2020-04-16 09:21:16','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/LUKUVERKOSTO-2.png',0,'attachment','image/png',0),(124271,1,'2020-04-16 09:28:26','2020-04-16 09:28:26','','Kopio_ lukuverkosto -logo, black','','inherit','open','closed','','kopio_-lukuverkosto-logo-black','','','2020-04-16 09:28:26','2020-04-16 09:28:26','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black.png',0,'attachment','image/png',0),(124276,1,'2020-04-16 09:36:27','2020-04-16 09:36:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|||\" custom_padding=\"||0px|483px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:36:27','2020-04-16 09:36:27','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124273,1,'2020-04-16 09:31:24','2020-04-16 09:31:24','','Kopio_ lukuverkosto -logo, black (2)','','inherit','open','closed','','kopio_-lukuverkosto-logo-black-2','','','2020-04-16 09:31:24','2020-04-16 09:31:24','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png',0,'attachment','image/png',0),(124282,1,'2020-04-17 06:06:23','2020-04-17 06:06:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-17 06:06:23','2020-04-17 06:06:23','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124281,1,'2020-04-16 16:05:41','2020-04-16 16:05:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" hover_enabled=\"0\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 16:05:41','2020-04-16 16:05:41','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124274,1,'2020-04-16 09:34:12','2020-04-16 09:34:12','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" _builder_version=\"4.4.3\" hover_enabled=\"0\" align=\"right\" custom_padding=\"||0px|483px||\" module_alignment=\"right\" width=\"96.2%\" custom_margin=\"||196px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:34:12','2020-04-16 09:34:12','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124277,1,'2020-04-16 09:37:21','2020-04-16 09:37:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Länsi-uudenmaan</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">lukioiden verkosto</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-16 09:37:21','2020-04-16 09:37:21','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124285,1,'2020-04-17 06:36:32','2020-04-17 06:36:32','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|auto|-1px|auto||\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1><span class=\"ally-lines\">LUKU-verkoston blogi</span></h1>\n<h1></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"4.4.3\" body_text_color=\"#000000\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','971-revision-v1','','','2020-04-17 06:36:32','2020-04-17 06:36:32','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(124279,1,'2020-04-16 10:46:57','2020-04-16 10:46:57','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" hover_enabled=\"0\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"94%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"94%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" custom_margin=\"|auto|-1px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Our Blog%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" background_layout=\"dark\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1><span class=\"ally-lines\">LUKU-verkoston blogi</span></h1>\n<h1></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row admin_label=\"row\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"3\" include_categories=\"1\" show_more=\"on\" show_comments=\"on\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" hover_icon=\"%%376%%\" admin_label=\"Blog - List\" module_class=\"ally-blog-list\" _builder_version=\"4.4.3\" body_text_color=\"#000000\" hover_enabled=\"0\" pagination_font_size_tablet=\"51\" pagination_line_height_tablet=\"2\" use_dropshadow=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','971-revision-v1','','','2020-04-16 10:46:57','2020-04-16 10:46:57','',971,'https://lukuverkosto.fi/home/971-revision-v1/',0,'revision','',0),(124293,1,'2020-04-17 10:56:17','2020-04-17 10:56:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-17 10:56:17','2020-04-17 10:56:17','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124287,1,'2020-04-17 07:20:46','2020-04-17 07:20:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-17 07:20:46','2020-04-17 07:20:46','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124289,1,'2020-04-17 10:49:44','2020-04-17 10:49:44','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkoston lyhyt esittely tähän</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"4.4.3\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-17 10:49:44','2020-04-17 10:49:44','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124292,1,'2020-04-17 10:52:40','2020-04-17 10:52:40','','LOGIN','','publish','closed','closed','','lohjan-lukio','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124292',6,'nav_menu_item','',0),(124304,1,'2020-04-22 13:35:23','2020-04-22 13:35:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto.</p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä silmällä pitäen. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"267px\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 13:35:23','2020-04-22 13:35:23','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124311,1,'2020-04-22 14:40:41','2020-04-22 14:40:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 14:40:41','2020-04-22 14:40:41','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124308,1,'2020-04-22 14:02:31','2020-04-22 14:02:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" min_height=\"161px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" hover_enabled=\"0\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" hover_enabled=\"0\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" custom_padding=\"||29px|||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\" custom_margin=\"||-133px|||\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>Yhteyshenkilöt</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 14:02:31','2020-04-22 14:02:31','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124314,1,'2020-04-22 14:53:44','2020-04-22 14:53:44','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuuden lukiolainen kerää kurssien sijaan opintopisteitä, opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana ja saa opinto-ohjausta vielä lukion jälkeenkin. <span style=\"font-size: 16px;\">Tätä kaikkea lupaa lukion uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma<span class=\"yle__accessibilityText\"></span></a><span style=\"font-size: 16px;\">, jonka perusteet julkaistiin torstaina. Ensimmäistä kertaa sen ottavat käyttöön lukionsa vuonna 2021 aloittavat.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-22 14:53:44','2020-04-22 14:53:44','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124319,1,'2020-04-29 05:40:36','2020-04-29 05:40:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuuden lukiolainen kerää kurssien sijaan opintopisteitä, opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana ja saa opinto-ohjausta vielä lukion jälkeenkin. <span style=\"font-size: 16px;\">Tätä kaikkea lupaa lukion uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma<span class=\"yle__accessibilityText\"></span></a><span style=\"font-size: 16px;\">, jonka perusteet julkaistiin torstaina. Ensimmäistä kertaa sen ottavat käyttöön lukionsa vuonna 2021 aloittavat.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-29 05:40:36','2020-04-29 05:40:36','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124318,1,'2020-04-29 05:40:23','2020-04-29 05:40:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuuden lukiolainen kerää kurssien sijaan opintopisteitä, opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana ja saa opinto-ohjausta vielä lukion jälkeenkin. <span style=\"font-size: 16px;\">Tätä kaikkea lupaa lukion uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma<span class=\"yle__accessibilityText\"></span></a><span style=\"font-size: 16px;\">, jonka perusteet julkaistiin torstaina. Ensimmäistä kertaa sen ottavat käyttöön lukionsa vuonna 2021 aloittavat.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-29 05:40:23','2020-04-29 05:40:23','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124317,1,'2020-04-29 05:38:25','2020-04-29 05:38:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\r\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteystyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\r\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuuden lukiolainen kerää kurssien sijaan opintopisteitä, opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana ja saa opinto-ohjausta vielä lukion jälkeenkin. <span style=\"font-size: 16px;\">Tätä kaikkea lupaa lukion uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma<span class=\"yle__accessibilityText\"></span></a><span style=\"font-size: 16px;\">, jonka perusteet julkaistiin torstaina. Ensimmäistä kertaa sen ottavat käyttöön lukionsa vuonna 2021 aloittavat.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-29 05:38:25','2020-04-29 05:38:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124324,1,'2020-04-29 06:00:17','2020-04-29 06:00:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-04-29 06:00:17','2020-04-29 06:00:17','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124335,1,'2020-05-20 08:37:21','2020-05-20 08:37:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Header Section\" _builder_version=\"3.22\" custom_padding=\"|||\"][et_pb_fullwidth_header title=\"Articles\" content_max_width=\"600px\" _builder_version=\"3.16\" title_font=\"Nunito Sans|900||on|||||\" title_text_color=\"#253542\" title_font_size=\"40px\" title_letter_spacing=\"7px\" title_line_height=\"1.4em\" content_font=\"Nunito Sans|700|||||||\" content_text_color=\"#253542\" content_line_height=\"1.8em\" background_color=\"rgba(255, 255, 255, 0)\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-5-2-2-2-2-Recovered-copy-1.jpg\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#253542\" button_one_border_width=\"10px\" button_one_border_color=\"#253542\" button_one_border_radius=\"0px\" button_one_letter_spacing=\"2px\" button_one_font=\"Nunito Sans|800||on|||||\" button_one_use_icon=\"off\" background_layout=\"light\" custom_margin=\"|||\" custom_padding=\"10%||10%|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\" button_one_text_color_hover=\"#ffffff\" button_one_border_color_hover=\"#79abab\" button_one_border_radius_hover=\"0px\" button_one_letter_spacing_hover=\"2px\" button_one_bg_color_hover=\"#79abab\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"on\" button_one_text_color__hover=\"#ffffff\" button_two_text_color__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"on\" button_one_border_color__hover=\"#79abab\" button_two_border_color__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"on\" button_one_border_radius__hover=\"0px\" button_two_border_radius__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"on\" button_one_letter_spacing__hover=\"2px\" button_two_letter_spacing__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"on\" button_one_bg_color__hover=\"#79abab\" button_two_bg_color__hover_enabled=\"off\"]Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod, id commodo mi consectetur.\r[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Articles Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"100px|0px|100px|0px\"][et_pb_row admin_label=\"Blog Posts\" _builder_version=\"3.25\" custom_width_px=\"880px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"12\" include_categories=\"30\" _builder_version=\"3.0.94\" header_font=\"Nunito Sans|800||on|||||\" header_text_color=\"#253542\" header_font_size=\"20px\" header_letter_spacing=\"3px\" header_line_height=\"1.4em\" body_font=\"Nunito Sans||||||||\" body_text_color=\"rgba(37,53,66,0.7)\" body_line_height=\"1.8em\" meta_font=\"Nunito Sans|600|||||||\" meta_text_color=\"rgba(37,53,66,0.4)\" pagination_font=\"Nunito Sans|700||on|||||\" pagination_text_color=\"#f16976\" pagination_font_size=\"14px\" pagination_letter_spacing=\"3px\" pagination_line_height=\"1.7px\" custom_margin=\"|||\" custom_padding=\"|||\" border_width_all=\"0px\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"3.0.89\" header_font=\"Nunito Sans|800||on|||||\" header_font_size=\"14px\" header_letter_spacing=\"2px\" body_font=\"Nunito Sans||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" border_color_all=\"rgba(51,51,51,0)\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Center Aligned CTA\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(37,53,66,0.83)\" background_color_gradient_end=\"#253542\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/bg-img-01-6-2.jpg\" custom_padding=\"100px|0px|100px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" animation_starting_opacity=\"100%\"][et_pb_row admin_label=\"Contents\" _builder_version=\"3.25\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Nunito Sans||||||||\" text_line_height=\"1.8em\" header_font=\"|900|||||||\" header_font_size=\"40px\" header_letter_spacing=\"7px\" header_line_height=\"1.4em\" header_2_font=\"Nunito Sans|900||on|||||\" header_2_font_size=\"34px\" header_2_letter_spacing=\"7px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"600px\" module_alignment=\"center\"]<h2>Join Our Newsletter</h2>\n<p>Nam porttitor blandit accumsan. Ut vel dictum sem, a pretium dui. In malesuada enim in dolor euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" _builder_version=\"3.23\" form_field_background_color=\"#253542\" form_field_text_color=\"#ffffff\" form_field_focus_text_color=\"#ffffff\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#f16976\" button_border_width=\"10px\" button_border_color=\"#f16976\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"Nunito Sans|800||on|||||\" button_use_icon=\"off\" border_radii_fields=\"on||||\" button_border_color_hover=\"#253542\" button_letter_spacing_hover=\"3px\" button_bg_color_hover=\"#253542\" focus_text_color=\"#ffffff\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#253542\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"3px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#253542\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','consultant blog','','inherit','closed','closed','','50059-revision-v1','','','2020-05-20 08:37:21','2020-05-20 08:37:21','',50059,'https://lukuverkosto.fi/home/50059-revision-v1/',0,'revision','',0),(124334,1,'2020-05-20 08:36:49','2020-05-20 08:36:49','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(152,22,232,0.79)\" background_color_gradient_end=\"rgba(52,9,150,0.92)\" background_color_gradient_direction=\"157deg\" background_color_gradient_start_position=\"8%\" background_color_gradient_end_position=\"94%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/pattern-01.png\" background_position=\"bottom_center\" custom_padding=\"0px||189px|\" custom_padding_tablet=\"\" custom_padding_phone=\"||80px|\" custom_css_main_element=\"overflow:hidden;\"][et_pb_row custom_padding_last_edited=\"on|tablet\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"89%\" width_tablet=\"80%\" width_last_edited=\"on|desktop\" max_width=\"89%\" max_width_tablet=\"80%\" max_width_last_edited=\"on|desktop\" custom_padding=\"88px|0px|27px|0px\" custom_padding_tablet=\"60px|||\" custom_padding_phone=\"40px|||\" make_fullwidth=\"on\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" module_class=\"watermark\" _builder_version=\"3.27.4\" text_font=\"Open Sans|800|||||||\" text_text_color=\"rgba(255,255,255,0.08)\" text_font_size=\"210px\" text_line_height=\"210px\" header_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||-100px|\" text_font_size_tablet=\"130px\" text_font_size_phone=\"80px\" text_font_size_last_edited=\"on|phone\" locked=\"off\"]News[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"3.27.4\" text_font=\"|300|||||||\" text_font_size=\"25px\" text_line_height=\"1.3em\" header_font=\"Open Sans|800|||||||\" header_font_size=\"110px\" background_layout=\"dark\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"zoom\" animation_direction=\"right\" animation_duration=\"900ms\" animation_intensity_zoom=\"23%\" header_font_size_tablet=\"80px\" header_font_size_phone=\"50px\" header_font_size_last_edited=\"on|phone\" header_text_shadow_style=\"preset1\" header_text_shadow_color=\"rgba(0,0,0,0.22)\" locked=\"off\"]<h1>News</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f5f5f5\" background_color_gradient_end=\"#ffffff\" background_color_gradient_direction=\"169deg\" background_color_gradient_end_position=\"79%\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"6\" show_more=\"on\" show_author=\"off\" show_date=\"off\" _builder_version=\"3.0.94\" header_font=\"Roboto|300|||||||\" header_font_size=\"18px\" header_line_height=\"1.4em\" body_font=\"||||||||\" meta_font=\"|600|||||||\" meta_text_color=\"#000000\" meta_font_size=\"12px\" meta_line_height=\"2em\" text_orientation=\"left\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_css_read_more=\"display:block;||background:#333;||text-align:center;||padding:8px 20px;||margin-top:10px;||color:#fff;||background-image: linear-gradient(103deg,#9816e8 0%,#340996 100%)!important;||box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);||font-size:16px;||\" border_width_all=\"0px\" box_shadow_style=\"preset1\" box_shadow_blur=\"60px\" box_shadow_color=\"rgba(52,9,150,0.14)\" use_dropshadow=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.91\" background_color=\"#010f25\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" border_color_all=\"#001a42\" global_module=\"1853\" saved_tabs=\"all\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"3.25\" border_color_all=\"#001a42\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"rgba(255,255,255,0.48)\" header_5_font_size=\"20px\" background_layout=\"dark\" border_color_right=\"#515151\"]<h4>Elegance</h4>\n<h5>Divi Child Theme</h5>\n<p>@2017 BestDiviChild.<br />\nAll Right reserved.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_text ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"#969696\" header_5_font_size=\"20px\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"]<h4>Important Link</h4>\n<ul>\n<li><a href=\"#\">Support</a></li>\n<li><a href=\"#\">Services</a></li>\n<li><a href=\"#\">Contact Us</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Case Study</a></li>\n<li><a href=\"#\">Get a Quote</a></li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"36178c9b24\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" description=\"Curabitur taciti elit magna quisque vitae facilisis semper sem mi.\" _builder_version=\"3.23\" form_field_background_color=\"rgba(24,49,86,0.66)\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_text_color=\"rgba(255,255,255,0.48)\" body_font_size=\"13px\" body_line_height=\"2em\" result_message_font=\"||||||||\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_padding=\"0px|||\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" background_layout=\"dark\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\"]<h4>Conact Us</h4>\n<p>info@example.com</p>\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>[/et_pb_text][et_pb_social_media_follow _builder_version=\"3.0.91\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Elegance_Blog','','inherit','closed','closed','','2374-revision-v1','','','2020-05-20 08:36:49','2020-05-20 08:36:49','',2374,'https://lukuverkosto.fi/home/2374-revision-v1/',0,'revision','',0),(124354,1,'2020-05-25 08:31:56','2020-05-25 08:31:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Email%%||et_pb_line_break_holder||%%Oppilaitos/Yritys%%||et_pb_line_break_holder||%%Viesti%%\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','publish','closed','closed','','yhteys','','','2021-08-18 14:55:02','2021-08-18 14:55:02','',0,'https://lukuverkosto.fi/home/?page_id=124354',0,'page','',0),(124915,1,'2021-08-18 14:25:08','2021-08-18 14:25:08','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2021-08-18 14:25:08','2021-08-18 14:25:08','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124418,1,'2020-05-25 08:31:56','2020-05-25 08:31:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]\r\n<h1>yhteystiedot</h1>\r\n[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]\r\n<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]\r\n<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]\r\n<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]\r\n<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]\r\n<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]\r\n<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]\r\n<h2>ota yhteyttä!</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]\r\n\r\nOta rohkeasti yhteyttä – vastaamme mielellämme!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-25 08:31:56','2020-05-25 08:31:56','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124355,1,'2020-05-20 10:07:24','2020-05-20 10:07:24','','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-20 10:07:24','2020-05-20 10:07:24','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124356,1,'2020-05-20 10:08:05','2020-05-20 10:08:05','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>COntact US</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Contact Area\" _builder_version=\"3.25\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Los Angeles</h4>\r\n<p>22 East 41/B Street, New York,<br /> Los Angeles, CA 92301, USA</p>\r\n<p>+22 1234 5678 5411</p>\r\n<p><a href=\"mailto:info@designagency.com\">infoLA@designagency.com</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>San Francisco</h4>\r\n<p>22 East 41/B Street, <br />San Francisco, CA 30401, USA</p>\r\n<p>+22 1234 5678 5411</p>\r\n<p><a href=\"mailto:info@designagency.com\">infoSF@designagency.com</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>New York</h4>\r\n<p>22 East 41/B Street, <br />New York, NY 98765, USA</p>\r\n<p>+22 1234 5678 5411</p>\r\n<p><a href=\"mailto:info@designagency.com\">infoNY@designagency.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"3.18.2\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Get in touch.</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Budget\" field_title=\"Approximate Budget\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-20 10:08:05','2020-05-20 10:08:05','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124359,1,'2020-05-20 10:43:39','2020-05-20 10:43:39','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"]<h4>Lohjan Yhteislyseon lukio</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 369 1469</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 045 6917</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\n<p>Bromarvinkatu 36 <br />10900 Hanko</p>\n<p>+358 40 135 9210</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_padding=\"0px||68px|||\" custom_margin=\"||-33px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_margin=\"-27px|auto||auto||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\n<p>Tammisaarentie 62<br />10320 Karjaa</p>\n<p>+358 19 289 3582</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Karkkilan lukio</h4>\n<p>Koulukuja 7<br />03600 Karkkila</p>\n<p>+358 44 544 6394</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Vihdin lukio</h4>\n<p>Hiidenvedentie 3<br />03100 Vihti</p>\n<p>+358 9 4258 3007</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin _builder_version=\"4.4.3\" pin_address=\"lohja\" hover_enabled=\"0\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p><span>Ota rohkeasti yhteyttä – vastaamme mielellämme!</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\" success_message=\"Kiitokset viestistäsi!\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-20 10:43:39','2020-05-20 10:43:39','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124367,1,'2020-05-22 06:16:29','2020-05-22 06:16:29','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 369 1469</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 045 6917</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\n<p>Bromarvinkatu 36 <br />10900 Hanko</p>\n<p>+358 40 135 9210</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\n<p>Tammisaarentie 62<br />10320 Karjaa</p>\n<p>+358 19 289 3582</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\n<p>Koulukuja 7<br />03600 Karkkila</p>\n<p>+358 44 544 6394</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\n<p>Hiidenvedentie 3<br />03100 Vihti</p>\n<p>+358 9 4258 3007</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p><span>Ota rohkeasti yhteyttä – vastaamme mielellämme!</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-22 06:16:29','2020-05-22 06:16:29','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124361,1,'2020-05-20 10:45:50','2020-05-20 10:45:50','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_padding=\"110px||20px|||\" custom_margin=\"-32px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"]<h4>Lohjan Yhteislyseon lukio</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 369 1469</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\n<p>Rantapuisto 39<br /> 08100 Lohja</p>\n<p>+358 44 045 6917</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\n<p>Bromarvinkatu 36 <br />10900 Hanko</p>\n<p>+358 40 135 9210</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_padding=\"0px||68px|||\" custom_margin=\"||-33px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_margin=\"-27px|auto||auto||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\n<p>Tammisaarentie 62<br />10320 Karjaa</p>\n<p>+358 19 289 3582</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Karkkilan lukio</h4>\n<p>Koulukuja 7<br />03600 Karkkila</p>\n<p>+358 44 544 6394</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Vihdin lukio</h4>\n<p>Hiidenvedentie 3<br />03100 Vihti</p>\n<p>+358 9 4258 3007</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\" hover_enabled=\"0\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin _builder_version=\"4.4.3\" pin_address=\"lohja\" hover_enabled=\"0\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p><span>Ota rohkeasti yhteyttä – vastaamme mielellämme!</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\" success_message=\"Kiitokset viestistäsi!\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-05-20 10:45:50','2020-05-20 10:45:50','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124385,1,'2020-05-22 06:42:22','2020-05-22 06:42:22','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:42:22','2020-05-22 06:42:22','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124381,1,'2020-05-22 06:36:10','2020-05-22 06:36:10','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" form_field_focus_text_color=\"#ffffff\" button_bg_color=\"#ffffff\" button_bg_enable_color=\"on\" button_use_icon=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:36:10','2020-05-22 06:36:10','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124376,1,'2020-05-22 06:27:52','2020-05-22 06:27:52','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:27:52','2020-05-22 06:27:52','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124377,1,'2020-05-22 06:28:41','2020-05-22 06:28:41','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:28:41','2020-05-22 06:28:41','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124379,1,'2020-05-22 06:30:41','2020-05-22 06:30:41','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" form_field_focus_text_color=\"#ffffff\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:30:41','2020-05-22 06:30:41','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124378,1,'2020-05-22 06:29:23','2020-05-22 06:29:23','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" form_field_focus_text_color=\"#ffffff\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:29:23','2020-05-22 06:29:23','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124380,1,'2020-05-22 06:33:10','2020-05-22 06:33:10','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#edf000\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" form_field_focus_text_color=\"#ffffff\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-05-22 06:33:10','2020-05-22 06:33:10','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124374,1,'2020-05-22 06:24:51','2020-05-22 06:24:51','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.20.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" template_type=\"section\"][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','publish','closed','closed','','luku-verkosto-yhteydenotto','','','2023-03-08 13:12:23','2023-03-08 13:12:23','',0,'https://lukuverkosto.fi/home/et_pb_layout/luku-verkosto-yhteydenotto/',0,'et_pb_layout','',0),(125425,1,'2023-03-08 13:12:14','2023-03-08 13:12:14','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" template_type=\"section\"][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:12:14','2023-03-08 13:12:14','',124374,'https://lukuverkosto.fi/home/?p=125425',0,'revision','',0),(125426,1,'2023-03-08 13:12:23','2023-03-08 13:12:23','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.20.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" template_type=\"section\"][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:12:23','2023-03-08 13:12:23','',124374,'https://lukuverkosto.fi/home/?p=125426',0,'revision','',0),(125435,1,'2023-03-08 13:29:19','2023-03-08 13:29:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>Aikataulut päivittyvät.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:29:19','2023-03-08 13:29:19','',125410,'https://lukuverkosto.fi/home/?p=125435',0,'revision','',0),(125436,1,'2023-03-08 13:29:29','2023-03-08 13:29:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>Roadtripin aikataulut päivittyvät.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:29:29','2023-03-08 13:29:29','',125410,'https://lukuverkosto.fi/home/?p=125436',0,'revision','',0),(124393,1,'2020-05-25 08:29:46','2020-05-25 08:29:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','publish','closed','closed','','webinaarit','','','2020-11-27 11:10:20','2020-11-27 11:10:20','',0,'https://lukuverkosto.fi/home/?page_id=124393',0,'page','',0),(124565,1,'2020-11-27 11:05:37','2020-11-27 11:05:37','','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-11-27 11:05:37','2020-11-27 11:05:37','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124567,1,'2020-11-27 11:08:42','2020-11-27 11:08:42','','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-11-27 11:08:42','2020-11-27 11:08:42','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124566,1,'2020-11-27 11:08:15','2020-11-27 11:08:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-11-27 11:08:15','2020-11-27 11:08:15','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124494,1,'2020-05-26 04:53:22','2020-05-26 04:53:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-05-26 04:53:22','2020-05-26 04:53:22','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124444,1,'2020-05-25 13:24:10','2020-05-25 13:24:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" min_height=\"269px\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-05-25 13:24:10','2020-05-25 13:24:10','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124394,1,'2020-05-22 07:26:52','2020-05-22 07:26:52','','Automaattinen luonnos','','inherit','closed','closed','','124393-revision-v1','','','2020-05-22 07:26:52','2020-05-22 07:26:52','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124395,1,'2020-05-22 07:27:02','2020-05-22 07:27:02','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124393-revision-v1','','','2020-05-22 07:27:02','2020-05-22 07:27:02','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124396,1,'2020-05-22 07:27:36','2020-05-22 07:27:36','','home-office-04-1','','inherit','open','closed','','home-office-04-1','','','2020-05-22 07:27:36','2020-05-22 07:27:36','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg',0,'attachment','image/jpeg',0),(124400,1,'2020-05-22 10:56:46','2020-05-22 10:56:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124393-revision-v1','','','2020-05-22 10:56:46','2020-05-22 10:56:46','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124399,1,'2020-05-22 10:56:01','2020-05-22 10:56:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Project 02\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_module=\"124374\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124393-revision-v1','','','2020-05-22 10:56:01','2020-05-22 10:56:01','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124401,1,'2020-05-22 10:56:48','2020-05-22 10:56:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/home-office-04-1.jpg\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"View Project\" _builder_version=\"3.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-05-22 10:56:48','2020-05-22 10:56:48','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124408,1,'2020-05-25 08:06:55','2020-05-25 08:06:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" hover_enabled=\"0\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/?page_id=124393&preview=true\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-25 08:06:55','2020-05-25 08:06:55','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124410,1,'2020-05-25 08:10:13','2020-05-25 08:10:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/?page_id=124393&preview=true\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-25 08:10:13','2020-05-25 08:10:13','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124405,1,'2020-05-25 07:58:39','2020-05-25 07:58:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/?page_id=124393&preview=true\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-25 07:58:39','2020-05-25 07:58:39','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124409,1,'2020-05-25 08:09:44','2020-05-25 08:09:44','','HOME','','publish','closed','closed','','home','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124409',2,'nav_menu_item','',0),(124443,1,'2020-05-25 13:22:33','2020-05-25 13:22:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" min_height=\"269px\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum.\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-05-25 13:22:33','2020-05-25 13:22:33','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124417,1,'2020-05-25 08:32:03','2020-05-25 08:32:03','','WEBINAARIT','','publish','closed','closed','','124417','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124417',3,'nav_menu_item','',0),(124419,1,'2020-05-25 08:34:27','2020-05-25 08:34:27','','YHTEYS','','publish','closed','closed','','124419','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124419',5,'nav_menu_item','',0),(124420,1,'2023-05-25 10:11:11','2020-05-25 08:45:10',' ','','','publish','closed','closed','','124420','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=124420',14,'nav_menu_item','',0),(124509,1,'2020-08-25 07:30:25','2020-08-25 07:30:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"www.webinaarit.lukuverkosto.fi\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" url_new_window=\"on\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 07:30:25','2020-08-25 07:30:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124423,1,'2023-05-25 10:11:11','2020-05-25 08:49:11','','LOGIN','','publish','closed','closed','','login-2','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=124423',15,'nav_menu_item','',0),(124424,1,'2023-05-25 10:11:11','2020-05-25 08:49:36','','Home','','publish','closed','closed','','home-2','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=124424',1,'nav_menu_item','',0),(124435,1,'2020-05-25 10:29:08','2020-05-25 10:29:08','','Divi','','inherit','closed','closed','','9-revision-v1','','','2020-05-25 10:29:08','2020-05-25 10:29:08','',9,'https://lukuverkosto.fi/home/9-revision-v1/',0,'revision','',0),(124428,1,'2020-05-25 10:13:29','2020-05-25 10:13:29','/*show hamburger menu on desktop for specific menu module*/\r\n\r\n@media (min-width: 980px) {\r\n.pa-hamburger-menu .et_pb_menu__menu {\r\n    display: none;\r\n}\r\n\r\n.pa-hamburger-menu .et_mobile_nav_menu {\r\n    display: flex;\r\n    float: none;\r\n    margin: 0 6px;\r\n    align-items: center;\r\n}\r\n}','Divi','','inherit','closed','closed','','9-revision-v1','','','2020-05-25 10:13:29','2020-05-25 10:13:29','',9,'https://lukuverkosto.fi/home/9-revision-v1/',0,'revision','',0),(124425,1,'2020-05-25 10:00:48','2020-05-25 10:00:48','/*show hamburger menu on desktop*/\r\n\r\n@media (min-width: 980px) {\r\n.et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {\r\n    display: none;\r\n}\r\n\r\n.et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu {\r\n    display: flex;\r\n    float: none;\r\n    margin: 0 6px;\r\n    align-items: center;\r\n}\r\n}','Divi','','inherit','closed','closed','','9-revision-v1','','','2020-05-25 10:00:48','2020-05-25 10:00:48','',9,'https://lukuverkosto.fi/home/9-revision-v1/',0,'revision','',0),(124493,1,'2020-05-26 04:51:56','2020-05-26 04:51:56','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-26 04:51:56','2020-05-26 04:51:56','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124449,1,'2020-05-25 17:12:01','2020-05-25 17:12:01','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Korhonen\" position=\"Koordinaattori, tutor, Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Koordinaattori, tutor, Hankoniemen lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Tutor, Lohjan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column _builder_version=\"4.22.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_team_member name=\"Micaela Morero\" position=\"Tutor, Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|17px||||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.22.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.22.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen, PJ\" position=\"Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','publish','closed','closed','','info','','','2023-10-26 07:28:27','2023-10-26 07:28:27','',0,'https://lukuverkosto.fi/home/?page_id=124449',0,'page','',0),(125488,4,'2023-10-26 07:28:27','2023-10-26 07:28:27','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Korhonen\" position=\"Koordinaattori, tutor, Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Koordinaattori, tutor, Hankoniemen lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Tutor, Lohjan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column _builder_version=\"4.22.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_team_member name=\"Micaela Morero\" position=\"Tutor, Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|17px||||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.22.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.22.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen, PJ\" position=\"Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2023-10-26 07:28:27','2023-10-26 07:28:27','',124449,'https://lukuverkosto.fi/home/?p=125488',0,'revision','',0),(125336,2,'2022-04-22 09:37:04','2022-04-22 09:37:04','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jenni Sinkko\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen\" position=\"Karkkilan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2022-04-22 09:37:04','2022-04-22 09:37:04','',124449,'https://lukuverkosto.fi/home/?p=125336',0,'revision','',0),(124905,1,'2021-08-18 14:08:28','2021-08-18 14:08:28','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||\" child_mix_blend_mode=\"darken\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 14:08:28','2021-08-18 14:08:28','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124901,1,'2021-08-18 13:41:19','2021-08-18 13:41:19','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||\" child_mix_blend_mode=\"darken\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" image_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 13:41:19','2021-08-18 13:41:19','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124556,1,'2020-11-11 06:35:01','2020-11-11 06:35:01','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"90.4%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"56.7%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-11-11 06:35:01','2020-11-11 06:35:01','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124535,1,'2020-08-25 12:52:50','2020-08-25 12:52:50','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|0px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\" hover_enabled=\"0\" width=\"90.4%\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" width=\"56.7%\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" custom_margin=\"50px|auto||auto||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-08-25 12:52:50','2020-08-25 12:52:50','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124517,1,'2020-08-25 07:46:22','2020-08-25 07:46:22','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" hover_enabled=\"0\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-08-25 07:46:22','2020-08-25 07:46:22','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124507,1,'2020-08-20 06:47:04','2020-08-20 06:47:04','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-08-20 06:47:04','2020-08-20 06:47:04','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124450,1,'2020-05-25 14:59:51','2020-05-25 14:59:51','','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 14:59:51','2020-05-25 14:59:51','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124451,1,'2020-05-25 15:00:10','2020-05-25 15:00:10','','travel-portrait-01','','inherit','open','closed','','travel-portrait-01','','','2020-05-25 15:00:10','2020-05-25 15:00:10','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-01.jpg',0,'attachment','image/jpeg',0),(124452,1,'2020-05-25 15:00:14','2020-05-25 15:00:14','','travel-portrait-06','','inherit','open','closed','','travel-portrait-06','','','2020-05-25 15:00:14','2020-05-25 15:00:14','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg',0,'attachment','image/jpeg',0),(124453,1,'2020-05-25 15:00:14','2020-05-25 15:00:14','','travel-portrait-04','','inherit','open','closed','','travel-portrait-04','','','2020-05-25 15:00:14','2020-05-25 15:00:14','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-04.jpg',0,'attachment','image/jpeg',0),(124446,1,'2020-05-25 13:27:49','2020-05-25 13:27:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Luku-verkoston blogi</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||70px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Blog Area\" _builder_version=\"3.25\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"9\" show_categories=\"off\" _builder_version=\"3.0.94\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" meta_font=\"Montserrat||||\" meta_text_color=\"#949ba3\" pagination_font=\"Montserrat||||\" pagination_text_color=\"#747d88\" animation_style=\"fade\" border_width_all=\"1px\" border_color_all=\"#d8d8d8\" border_style_all=\"solid\" border_width_all_fullwidth=\"1px\" border_color_all_fullwidth=\"#d8d8d8\" border_style_all_fullwidth=\"solid\" box_shadow_style=\"preset1\" box_shadow_blur=\"24px\" box_shadow_color=\"rgba(53,55,64,0.1)\" use_border_color=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscription Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Subscription Area\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Tilaa uutiskirjeemme\" description=\"<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#747d88\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"42px\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" background_layout=\"light\" animation_style=\"fade\" button_text_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_module=\"124374\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','124251-revision-v1','','','2020-05-25 13:27:49','2020-05-25 13:27:49','',124251,'https://lukuverkosto.fi/home/124251-revision-v1/',0,'revision','',0),(124439,1,'2020-05-25 11:27:08','2020-05-25 11:27:08','','luku-verkoston banneri (1)','','inherit','open','closed','','luku-verkoston-banneri-1','','','2020-05-25 11:27:08','2020-05-25 11:27:08','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/luku-verkoston-banneri-1.png',0,'attachment','image/png',0),(124456,1,'2020-05-25 15:06:34','2020-05-25 15:06:34','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Fearless Leaeders</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eduard Ungureanu\" position=\"Project Manager\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-01.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Christina Foster\" position=\"Creative Director\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 15:06:34','2020-05-25 15:06:34','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124454,1,'2020-05-25 15:00:33','2020-05-25 15:00:33','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>About US</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim.</span></p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Fearless Leaeders</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eduard Ungureanu\" position=\"Project Manager\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-01.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Christina Foster\" position=\"Creative Director\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jason Wardak\" position=\"Visual Media\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-04.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 15:00:33','2020-05-25 15:00:33','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124460,1,'2020-05-25 15:20:13','2020-05-25 15:20:13','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Fearless Leaeders</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"#misha.lindvall\" twitter_url=\"#\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"#misha-lindvall\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 15:20:13','2020-05-25 15:20:13','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124459,1,'2020-05-25 15:19:24','2020-05-25 15:19:24','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Fearless Leaeders</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"#misha.lindvall\" twitter_url=\"#\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"#misha-lindvall\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Christina Foster\" position=\"Creative Director\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 15:19:24','2020-05-25 15:19:24','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124476,1,'2020-05-25 16:59:47','2020-05-25 16:59:47','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" hover_enabled=\"0\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" custom_margin=\"||172px|||\" min_height=\"240px\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Uusi Normaali<span style=\"font-size: 18px; font-family: \'Source Sans Pro\', Helvetica, Arial, Lucida, sans-serif;\"> </span></h2>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Mihin lukuvuosi päättyy, siitä uusi blogi alkaa. Tervetuloa!</span></p>\n<p><span style=\"font-weight: 400;\">Lukuvuonna 2019-2020 LUKU-verkoston jäsenille tarjottiin runsaasti koulutusta. Painopiste oli lukion uusi opetussuunnitelma. Kevättalvella painopiste käännettiin etäoppimiseen ja -opettamiseen.</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkosto ehti toteuttaa Ideapäivän livenä, kun viime lokakuussa 110 opettajaa ja rehtoria kokoontui Vihdin lukioon. </span><a href=\"https://www.oph.fi/fi/blogi/laaja-alaista-osaamista-lukioon-kuuden-allan-mallilla\"><span style=\"font-weight: 400;\">Opetusneuvos </span><b>Petri Lehikoinen</b></a> <span style=\"font-weight: 400;\">esitteli lukion uutta opetussuunnitelmaa ja Kuntaliiton </span><a href=\"https://twitter.com/KyostiVarri\"><span style=\"font-weight: 400;\">erityisasiantuntija </span><b>Kyösti Värri</b></a><span style=\"font-weight: 400;\"> havahdutti yleisöä pohtimaan lukioiden tulevaisuutta maassamuuton kourimassa Suomessa. Tämän jälkeen kuljettiin kahvipöydän kautta pienryhmiin tutustumaan </span><a href=\"https://peda.net/lohja/lukiokoulutus/lohjan-lukio/tl\"><span style=\"font-weight: 400;\">Lohjan yhteislyseon lukion tiimijaksoon</span></a><span style=\"font-weight: 400;\">. Tiimijakso oli vasta päättynyt, ja tiimiopettajat jakoivat tuoreita kokemuksiaan. Kun kullakin oli yleisönä toistakymmentä eri aineiden opettajaa eri kokoisista lukioista, keskustelu porisi ja näkökulmia tiimijakson onnistumisiin ja haasteisiin löydettiin viljalti.  </span></p>\n<p><span style=\"font-weight: 400;\">Kevään 2020 Ideapäivä peruttiin, sillä suunnitteluvaiheessa poikkeustila oli alkamaisillaan. Poikkeustilasta kuitenkin seulottiin saatavilla olevat mahdollisuudet. LUKU-verkoston koordinaattori, oppimisympäristöasiantuntija </span><b>Misha Lindvall</b><span style=\"font-weight: 400;\"> suunnitteli tuhdin setin webinaareja etäoppimisesta ja -opettamisesta. Tarve LUKU-verkoston koulutustarjonnalle on ilmeinen, sillä jokaiseen webinaariin osallistui tai tallenteen tilasi keskimäärin 50 opettajaa. Webinaarien tehokkuus perustui paitsi osaaviin kouluttajiin myös vuorovaikutteisuuteen ja tarvelähtöisyyteen: kysymyksille ja vastauksille varattiin aidosti tarpeeksi aikaa. </span></p>\n<p><i><span style=\"font-weight: 400;\">Uusi normaali </span></i><span style=\"font-weight: 400;\">on LUKU-verkoston kevään viimeisen, toukokuussa pidetyn webinaarin nimi. Siinä Misha Lindvall esitteli käsitettä laajennettu luokkahuone ja kertoi älykkäästä tilanhallinnasta. Keskustelua osallistujien kanssa käytiin myös tavoista tukea opiskelijaa. Ensi elokuussa näemme, poikkeaako uusi normaali kevään 2020 normaalista. Mutta sitä ennen kaunista ja turvallista kesää!</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p>Micaela Morero<br />LUKU-verkoston koordinaattori<span style=\"font-weight: 400;\"></span></p>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Habits Of Effective Online Marketing','','inherit','closed','closed','','607-revision-v1','','','2020-05-25 16:59:47','2020-05-25 16:59:47','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124480,1,'2020-05-25 17:04:22','2020-05-25 17:04:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Uusi Normaali<span style=\"font-size: 18px; font-family: \'Source Sans Pro\', Helvetica, Arial, Lucida, sans-serif;\"> </span></h2>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Mihin lukuvuosi päättyy, siitä uusi blogi alkaa. Tervetuloa!</span></p>\n<p><span style=\"font-weight: 400;\">Lukuvuonna 2019-2020 LUKU-verkoston jäsenille tarjottiin runsaasti koulutusta. Painopiste oli lukion uusi opetussuunnitelma. Kevättalvella painopiste käännettiin etäoppimiseen ja -opettamiseen.</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkosto ehti toteuttaa Ideapäivän livenä, kun viime lokakuussa 110 opettajaa ja rehtoria kokoontui Vihdin lukioon. </span><span style=\"color: #0b78c6;\"><a href=\"https://www.oph.fi/fi/blogi/laaja-alaista-osaamista-lukioon-kuuden-allan-mallilla\" style=\"color: #0b78c6;\"><span style=\"font-weight: 400;\">Opetusneuvos </span><b>Petri Lehikoinen</b></a> </span><span style=\"font-weight: 400;\">esitteli lukion uutta opetussuunnitelmaa ja Kuntaliiton </span><span style=\"color: #0b78c6;\"><a href=\"https://twitter.com/KyostiVarri\" style=\"color: #0b78c6;\"><span style=\"font-weight: 400;\">erityisasiantuntija </span><b>Kyösti Värri</b></a></span><span style=\"font-weight: 400;\"> havahdutti yleisöä pohtimaan lukioiden tulevaisuutta maassamuuton kourimassa Suomessa. Tämän jälkeen kuljettiin kahvipöydän kautta pienryhmiin tutustumaan </span><span style=\"color: #0b78c6;\"><a href=\"https://peda.net/lohja/lukiokoulutus/lohjan-lukio/tl\" style=\"color: #0b78c6;\"><span style=\"font-weight: 400;\">Lohjan yhteislyseon lukion tiimijaksoon</span></a></span><span style=\"font-weight: 400;\">. Tiimijakso oli vasta päättynyt, ja tiimiopettajat jakoivat tuoreita kokemuksiaan. Kun kullakin oli yleisönä toistakymmentä eri aineiden opettajaa eri kokoisista lukioista, keskustelu porisi ja näkökulmia tiimijakson onnistumisiin ja haasteisiin löydettiin viljalti.  </span></p>\n<p><span style=\"font-weight: 400;\">Kevään 2020 Ideapäivä peruttiin, sillä suunnitteluvaiheessa poikkeustila oli alkamaisillaan. Poikkeustilasta kuitenkin seulottiin saatavilla olevat mahdollisuudet. LUKU-verkoston koordinaattori, oppimisympäristöasiantuntija </span><b>Misha Lindvall</b><span style=\"font-weight: 400;\"> suunnitteli tuhdin setin webinaareja etäoppimisesta ja -opettamisesta. Tarve LUKU-verkoston koulutustarjonnalle on ilmeinen, sillä jokaiseen webinaariin osallistui tai tallenteen tilasi keskimäärin 50 opettajaa. Webinaarien tehokkuus perustui paitsi osaaviin kouluttajiin myös vuorovaikutteisuuteen ja tarvelähtöisyyteen: kysymyksille ja vastauksille varattiin aidosti tarpeeksi aikaa. </span></p>\n<p><i><span style=\"font-weight: 400;\">Uusi normaali </span></i><span style=\"font-weight: 400;\">on LUKU-verkoston kevään viimeisen, toukokuussa pidetyn webinaarin nimi. Siinä Misha Lindvall esitteli käsitettä laajennettu luokkahuone ja kertoi älykkäästä tilanhallinnasta. Keskustelua osallistujien kanssa käytiin myös tavoista tukea opiskelijaa. Ensi elokuussa näemme, poikkeaako uusi normaali kevään 2020 normaalista. Mutta sitä ennen kaunista ja turvallista kesää!</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p>Micaela Morero<br />LUKU-verkoston koordinaattori<span style=\"font-weight: 400;\"></span></p>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Habits Of Effective Online Marketing','','inherit','closed','closed','','607-revision-v1','','','2020-05-25 17:04:22','2020-05-25 17:04:22','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124475,1,'2020-05-25 16:57:01','2020-05-25 16:57:01','','lauren-mancke-aOC7TSLb1o8-unsplash','','inherit','open','closed','','lauren-mancke-aoc7tslb1o8-unsplash','','','2020-05-25 16:57:01','2020-05-25 16:57:01','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg',0,'attachment','image/jpeg',0),(124463,1,'2020-05-25 15:48:59','2020-05-25 15:48:59','','Micaela omakuva tammikuu 2020','','inherit','open','closed','','micaela-omakuva-tammikuu-2020','','','2020-05-25 15:52:19','2020-05-25 15:52:19','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020.jpg',0,'attachment','image/jpeg',0),(124464,1,'2020-05-25 15:59:33','2020-05-25 15:59:33','','Micaela omakuva tammikuu 2020','','inherit','open','closed','','micaela-omakuva-tammikuu-2020-2','','','2020-05-25 15:59:33','2020-05-25 15:59:33','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-1.jpg',0,'attachment','image/jpeg',0),(124465,1,'2020-05-25 16:00:12','2020-05-25 16:00:12','','Micaela omakuva tammikuu 2020','','inherit','open','closed','','micaela-omakuva-tammikuu-2020-3','','','2020-05-25 16:00:12','2020-05-25 16:00:12','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg',0,'attachment','image/jpeg',0),(124467,1,'2020-05-25 16:11:58','2020-05-25 16:11:58','','eero lehikoinen','','inherit','open','closed','','eero-lehikoinen-2','','','2020-05-25 16:11:58','2020-05-25 16:11:58','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero-lehikoinen-1.jpg',0,'attachment','image/jpeg',0),(124466,1,'2020-05-25 16:04:53','2020-05-25 16:04:53','','eero lehikoinen','','inherit','open','closed','','eero-lehikoinen','','','2020-05-25 16:04:53','2020-05-25 16:04:53','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero-lehikoinen.jpg',0,'attachment','image/jpeg',0),(124468,1,'2020-05-25 16:13:27','2020-05-25 16:13:27','','eero2','','inherit','open','closed','','eero2','','','2020-05-25 16:13:27','2020-05-25 16:13:27','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg',0,'attachment','image/jpeg',0),(124469,1,'2020-05-25 16:19:34','2020-05-25 16:19:34','','olavi nurmi','','inherit','open','closed','','olavi-nurmi','','','2020-05-25 16:19:34','2020-05-25 16:19:34','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg',0,'attachment','image/jpeg',0),(124471,1,'2020-05-25 16:27:30','2020-05-25 16:27:30','','pia loman','','inherit','open','closed','','pia-loman','','','2020-05-25 16:27:30','2020-05-25 16:27:30','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg',0,'attachment','image/jpeg',0),(124470,1,'2020-05-25 16:22:24','2020-05-25 16:22:24','','pialoman','','inherit','open','closed','','pialoman','','','2020-05-25 16:22:24','2020-05-25 16:22:24','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pialoman.jpg',0,'attachment','image/jpeg',0),(124472,1,'2020-05-25 16:43:43','2020-05-25 16:43:43','','sean connery','','inherit','open','closed','','sean-connery','','','2020-05-25 16:43:43','2020-05-25 16:43:43','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg',0,'attachment','image/jpeg',0),(124491,1,'2020-05-26 04:50:06','2020-05-26 04:50:06','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-26 04:50:06','2020-05-26 04:50:06','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124489,1,'2020-05-25 17:22:41','2020-05-25 17:22:41','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 17:22:41','2020-05-25 17:22:41','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124473,1,'2020-05-25 16:45:25','2020-05-25 16:45:25','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" hover_enabled=\"0\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" twitter_url=\"https://www.instagram.com/mishalindvall/\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" twitter_url=\"https://www.instagram.com/mishalindvall/\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.3\" type=\"1_3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" twitter_url=\"https://www.instagram.com/mishalindvall/\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" twitter_url=\"https://www.instagram.com/mishalindvall/\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_module=\"124374\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 16:45:25','2020-05-25 16:45:25','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124487,1,'2020-05-25 17:19:51','2020-05-25 17:19:51','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Building the future</h2>\r\n<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis iste natus sit voluptatem accusantium doloremque laudantium totam rem aperiam, eaque ipsa quae ab.</p>\r\n<p>Illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. <span style=\"font-size: 16px;\">Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. Fusce ipsum enim, <strong>ultrices at ante sollicitudin</strong>, faucibus hendrenunc. Nullam tempor nulla eu imperdiet interdum.</span></p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Eero Lehikoinen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/eero2.jpeg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" facebook_url=\"https://www.facebook.com/misha.lindvall\" twitter_url=\"https://www.instagram.com/mishalindvall/\" google_url=\"https://meet.google.com/vei-gzmo-vsj\" linkedin_url=\"https://www.linkedin.com/in/misha-lindvall/\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/travel-portrait-06.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/IMG_20170428_135727316-e1590419672929.jpg\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"https://meet.google.com/vjp-wgqx-vcq\" linkedin_url=\"#\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Other Recent Works Section\" _builder_version=\"3.22\" background_color=\"#353740\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_color=\"#fcd21d\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#fcd21d\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>our Work</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#f7f7f7\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Other Recent Works Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"#353740\" hover_overlay_color=\"rgba(252,210,29,0.92)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"View All\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#f7f7f7\" button_border_width=\"4px\" button_border_color=\"#f7f7f7\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#fcd21d\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-05-25 17:19:51','2020-05-25 17:19:51','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124483,1,'2023-05-25 10:11:11','2020-05-25 17:12:01',' ','','','publish','closed','closed','','124483','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/124483/',2,'nav_menu_item','',0),(124484,1,'2020-05-25 17:12:24','2020-05-25 17:12:24','','INFO','','publish','closed','closed','','124484','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124484',1,'nav_menu_item','',0),(124502,1,'2020-05-26 06:08:51','2020-05-26 06:08:51','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/webinaarit/\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-26 06:08:51','2020-05-26 06:08:51','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124497,1,'2020-05-26 04:55:43','2020-05-26 04:55:43','','BLOGI','','publish','closed','closed','','blogi-2','','','2020-05-26 06:09:21','2020-05-26 06:09:21','',0,'https://lukuverkosto.fi/home/?p=124497',4,'nav_menu_item','',0),(124499,1,'2020-05-26 05:01:19','2020-05-26 05:01:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/?page_id=124393&preview=true\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-26 05:01:19','2020-05-26 05:01:19','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124500,1,'2020-05-26 05:03:22','2020-05-26 05:03:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/webinaarit/\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-26 05:03:22','2020-05-26 05:03:22','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124501,1,'2020-05-26 05:05:01','2020-05-26 05:05:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" hover_enabled=\"0\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"https://lukuverkosto.fi/home/info/\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/webinaarit/\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-05-26 05:05:01','2020-05-26 05:05:01','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124505,1,'2020-08-20 06:40:10','2020-08-20 06:40:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Luku-verkoston blogi</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||70px|\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" admin_label=\"Blog Area\" _builder_version=\"3.25\" max_width=\"80%\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"9\" show_categories=\"off\" _builder_version=\"3.0.94\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" meta_font=\"Montserrat||||\" meta_text_color=\"#949ba3\" pagination_font=\"Montserrat||||\" pagination_text_color=\"#747d88\" animation_style=\"fade\" border_width_all=\"1px\" border_color_all=\"#d8d8d8\" border_style_all=\"solid\" border_width_all_fullwidth=\"1px\" border_color_all_fullwidth=\"#d8d8d8\" border_style_all_fullwidth=\"solid\" box_shadow_style=\"preset1\" box_shadow_blur=\"24px\" box_shadow_color=\"rgba(53,55,64,0.1)\" use_border_color=\"on\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscription Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Subscription Area\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"MailChimp|03dac884f0\" name_field=\"on\" title=\"Tilaa uutiskirjeemme\" description=\"<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#747d88\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"42px\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" background_layout=\"light\" animation_style=\"fade\" button_text_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span>Curabitur aliquam justo ex, ac varius sem facilisis a. In vel felis eros. Fusce ipsum enim, ultrices at ante sollicitudin, faucibus hendrerit nunc. Nullam tempor nulla eu imperdiet interdum. Mauris euismod mattis consectetur. </span></p>[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-verkoston blogi','','inherit','closed','closed','','124251-revision-v1','','','2020-08-20 06:40:10','2020-08-20 06:40:10','',124251,'https://lukuverkosto.fi/home/124251-revision-v1/',0,'revision','',0),(124506,1,'2020-08-20 06:41:59','2020-08-20 06:41:59','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" admin_label=\"Contact Area\" _builder_version=\"3.25\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-08-20 06:41:59','2020-08-20 06:41:59','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124511,1,'2023-05-25 10:11:11','2020-08-25 07:34:31','','Webinaarit','','publish','closed','closed','','webinaarit','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=124511',6,'nav_menu_item','',0),(124512,1,'2020-08-25 07:37:05','2020-08-25 07:37:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 07:37:05','2020-08-25 07:37:05','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124537,1,'2020-08-25 12:56:19','2020-08-25 12:56:19','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|0px||\" min_height=\"485px\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\" hover_enabled=\"0\" width=\"90.4%\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" width=\"56.7%\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" min_height=\"367px\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" custom_margin=\"50px|auto||auto||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-08-25 12:56:19','2020-08-25 12:56:19','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124516,1,'2020-08-25 07:46:13','2020-08-25 07:46:13','[et_pb_video src=\"https://youtu.be/EtYaD_kmAhI\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" template_type=\"module\"][/et_pb_video]','making of wappuvideo','','publish','closed','closed','','making-of-wappuvideo','','','2020-08-25 07:46:13','2020-08-25 07:46:13','',0,'https://lukuverkosto.fi/home/et_pb_layout/making-of-wappuvideo/',0,'et_pb_layout','',0),(124520,1,'2020-08-25 07:51:00','2020-08-25 07:51:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 07:51:00','2020-08-25 07:51:00','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124514,1,'2020-08-25 07:44:18','2020-08-25 07:44:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/5-habits-effective-online-marketing/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" hover_enabled=\"0\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" hover_enabled=\"0\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" hover_enabled=\"0\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 07:44:18','2020-08-25 07:44:18','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124523,1,'2020-08-25 08:06:05','2020-08-25 08:06:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Uusi Normaali<span style=\"font-size: 18px; font-family: \'Source Sans Pro\', Helvetica, Arial, Lucida, sans-serif;\"> </span></h2>\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">Mihin lukuvuosi päättyy, siitä uusi blogi alkaa. Tervetuloa!</span>\r\n\r\n<span style=\"font-weight: 400;\">Lukuvuonna 2019-2020 LUKU-verkoston jäsenille tarjottiin runsaasti koulutusta. Painopiste oli lukion uusi opetussuunnitelma. Kevättalvella painopiste käännettiin etäoppimiseen ja -opettamiseen.</span>\r\n\r\n<span style=\"font-weight: 400;\">LUKU-verkosto ehti toteuttaa Ideapäivän livenä, kun viime lokakuussa 110 opettajaa ja rehtoria kokoontui Vihdin lukioon. </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://www.oph.fi/fi/blogi/laaja-alaista-osaamista-lukioon-kuuden-allan-mallilla\"><span style=\"font-weight: 400;\">Opetusneuvos </span><b>Petri Lehikoinen</b></a> </span><span style=\"font-weight: 400;\">esitteli lukion uutta opetussuunnitelmaa ja Kuntaliiton </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://twitter.com/KyostiVarri\"><span style=\"font-weight: 400;\">erityisasiantuntija </span><b>Kyösti Värri</b></a></span><span style=\"font-weight: 400;\"> havahdutti yleisöä pohtimaan lukioiden tulevaisuutta maassamuuton kourimassa Suomessa. Tämän jälkeen kuljettiin kahvipöydän kautta pienryhmiin tutustumaan </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://peda.net/lohja/lukiokoulutus/lohjan-lukio/tl\"><span style=\"font-weight: 400;\">Lohjan yhteislyseon lukion tiimijaksoon</span></a></span><span style=\"font-weight: 400;\">. Tiimijakso oli vasta päättynyt, ja tiimiopettajat jakoivat tuoreita kokemuksiaan. Kun kullakin oli yleisönä toistakymmentä eri aineiden opettajaa eri kokoisista lukioista, keskustelu porisi ja näkökulmia tiimijakson onnistumisiin ja haasteisiin löydettiin viljalti.  </span>\r\n\r\n<span style=\"font-weight: 400;\">Kevään 2020 Ideapäivä peruttiin, sillä suunnitteluvaiheessa poikkeustila oli alkamaisillaan. Poikkeustilasta kuitenkin seulottiin saatavilla olevat mahdollisuudet. LUKU-verkoston koordinaattori, oppimisympäristöasiantuntija </span><b>Misha Lindvall</b><span style=\"font-weight: 400;\"> suunnitteli tuhdin setin webinaareja etäoppimisesta ja -opettamisesta. Tarve LUKU-verkoston koulutustarjonnalle on ilmeinen, sillä jokaiseen webinaariin osallistui tai tallenteen tilasi keskimäärin 50 opettajaa. Webinaarien tehokkuus perustui paitsi osaaviin kouluttajiin myös vuorovaikutteisuuteen ja tarvelähtöisyyteen: kysymyksille ja vastauksille varattiin aidosti tarpeeksi aikaa. </span>\r\n\r\n<i><span style=\"font-weight: 400;\">Uusi normaali </span></i><span style=\"font-weight: 400;\">on LUKU-verkoston kevään viimeisen, toukokuussa pidetyn webinaarin nimi. Siinä Misha Lindvall esitteli käsitettä laajennettu luokkahuone ja kertoi älykkäästä tilanhallinnasta. Keskustelua osallistujien kanssa käytiin myös tavoista tukea opiskelijaa. Ensi elokuussa näemme, poikkeaako uusi normaali kevään 2020 normaalista. Mutta sitä ennen kaunista ja turvallista kesää!</span>\r\n\r\n&nbsp;\r\n\r\nMicaela Morero\r\nLUKU-verkoston koordinaattori\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','uusi normaali','','inherit','closed','closed','','607-revision-v1','','','2020-08-25 08:06:05','2020-08-25 08:06:05','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124524,1,'2020-08-25 08:07:29','2020-08-25 08:07:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 08:07:29','2020-08-25 08:07:29','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124522,1,'2020-08-25 08:04:06','2020-08-25 08:04:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" hover_enabled=\"0\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-08-25 08:04:06','2020-08-25 08:04:06','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124526,1,'2020-08-25 08:16:09','2020-08-25 08:16:09','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_margin=\"|-51px||||\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 6540</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_4\" hover_enabled=\"0\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_4\" hover_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-08-25 08:16:09','2020-08-25 08:16:09','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124530,1,'2020-08-25 08:18:32','2020-08-25 08:18:32','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\" width=\"100%\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-08-25 08:18:32','2020-08-25 08:18:32','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124528,1,'2020-08-25 08:17:09','2020-08-25 08:17:09','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" custom_margin=\"|-46px||||\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\" custom_padding=\"|||17px||\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 6540</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_4\" hover_enabled=\"0\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\" custom_padding=\"|||0px||\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|auto||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\" custom_padding=\"|||16px||\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_4\" hover_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-08-25 08:17:09','2020-08-25 08:17:09','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124532,1,'2020-08-25 08:25:56','2020-08-25 08:25:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" custom_margin=\"|350px||350px||true\" width=\"66.3%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" hover_enabled=\"0\" locked=\"off\" custom_margin=\"|35px||||\" width=\"78.2%\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\" width=\"100%\" custom_margin=\"|||-92px||\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2020-08-25 08:25:56','2020-08-25 08:25:56','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124543,2,'2020-11-11 06:29:49','0000-00-00 00:00:00','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\r\n<div></div>\r\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\r\n<div></div>\r\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\r\n<div></div>\r\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\r\n<div></div>\r\n<div>Micaela Morero</div>\r\n<div>LUKU-verkoston koordinaattori</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','draft','open','open','','','','','2020-11-11 06:29:49','2020-11-11 06:29:49','',0,'https://lukuverkosto.fi/home/?p=124543',0,'post','',0),(124544,2,'2020-11-04 09:38:16','2020-11-04 09:38:16','<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\r\n<div></div>\r\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\r\n<div></div>\r\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\r\n<div></div>\r\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\r\n<div></div>\r\n<div>Micaela Morero</div>\r\n<div>LUKU-verkoston koordinaattori</div>','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','124543-revision-v1','','','2020-11-04 09:38:16','2020-11-04 09:38:16','',124543,'https://lukuverkosto.fi/home/124543-revision-v1/',0,'revision','',0),(124548,1,'2020-11-11 06:25:48','2020-11-11 06:25:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Uusi Normaali<span style=\"font-size: 18px; font-family: \'Source Sans Pro\', Helvetica, Arial, Lucida, sans-serif;\"> </span></h2>\r\n&nbsp;\r\n\r\n<span style=\"font-weight: 400;\">Mihin lukuvuosi päättyy, siitä uusi blogi alkaa. Tervetuloa!</span>\r\n\r\n<span style=\"font-weight: 400;\">Lukuvuonna 2019-2020 LUKU-verkoston jäsenille tarjottiin runsaasti koulutusta. Painopiste oli lukion uusi opetussuunnitelma. Kevättalvella painopiste käännettiin etäoppimiseen ja -opettamiseen.</span>\r\n\r\n<span style=\"font-weight: 400;\">LUKU-verkosto ehti toteuttaa Ideapäivän livenä, kun viime lokakuussa 110 opettajaa ja rehtoria kokoontui Vihdin lukioon. </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://www.oph.fi/fi/blogi/laaja-alaista-osaamista-lukioon-kuuden-allan-mallilla\"><span style=\"font-weight: 400;\">Opetusneuvos </span><b>Petri Lehikoinen</b></a> </span><span style=\"font-weight: 400;\">esitteli lukion uutta opetussuunnitelmaa ja Kuntaliiton </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://twitter.com/KyostiVarri\"><span style=\"font-weight: 400;\">erityisasiantuntija </span><b>Kyösti Värri</b></a></span><span style=\"font-weight: 400;\"> havahdutti yleisöä pohtimaan lukioiden tulevaisuutta maassamuuton kourimassa Suomessa. Tämän jälkeen kuljettiin kahvipöydän kautta pienryhmiin tutustumaan </span><span style=\"color: #0b78c6;\"><a style=\"color: #0b78c6;\" href=\"https://peda.net/lohja/lukiokoulutus/lohjan-lukio/tl\"><span style=\"font-weight: 400;\">Lohjan yhteislyseon lukion tiimijaksoon</span></a></span><span style=\"font-weight: 400;\">. Tiimijakso oli vasta päättynyt, ja tiimiopettajat jakoivat tuoreita kokemuksiaan. Kun kullakin oli yleisönä toistakymmentä eri aineiden opettajaa eri kokoisista lukioista, keskustelu porisi ja näkökulmia tiimijakson onnistumisiin ja haasteisiin löydettiin viljalti.  </span>\r\n\r\n<span style=\"font-weight: 400;\">Kevään 2020 Ideapäivä peruttiin, sillä suunnitteluvaiheessa poikkeustila oli alkamaisillaan. Poikkeustilasta kuitenkin seulottiin saatavilla olevat mahdollisuudet. LUKU-verkoston koordinaattori, oppimisympäristöasiantuntija </span><b>Misha Lindvall</b><span style=\"font-weight: 400;\"> suunnitteli tuhdin setin webinaareja etäoppimisesta ja -opettamisesta. Tarve LUKU-verkoston koulutustarjonnalle on ilmeinen, sillä jokaiseen webinaariin osallistui tai tallenteen tilasi keskimäärin 50 opettajaa. Webinaarien tehokkuus perustui paitsi osaaviin kouluttajiin myös vuorovaikutteisuuteen ja tarvelähtöisyyteen: kysymyksille ja vastauksille varattiin aidosti tarpeeksi aikaa. </span>\r\n\r\n<i><span style=\"font-weight: 400;\">Uusi normaali </span></i><span style=\"font-weight: 400;\">on LUKU-verkoston kevään viimeisen, toukokuussa pidetyn webinaarin nimi. Siinä Misha Lindvall esitteli käsitettä laajennettu luokkahuone ja kertoi älykkäästä tilanhallinnasta. Keskustelua osallistujien kanssa käytiin myös tavoista tukea opiskelijaa. Ensi elokuussa näemme, poikkeaako uusi normaali kevään 2020 normaalista. Mutta sitä ennen kaunista ja turvallista kesää!</span>\r\n\r\n&nbsp;\r\n\r\nMicaela Morero\r\nLUKU-verkoston koordinaattori\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blogipohja','','publish','closed','closed','','blogipohja','','','2020-11-11 06:25:48','2020-11-11 06:25:48','',0,'https://lukuverkosto.fi/home/et_pb_layout/blogipohja/',0,'et_pb_layout','',0),(124549,1,'2020-11-11 06:26:04','2020-11-11 06:26:04','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]\r\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\r\n<div></div>\r\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\r\n<div></div>\r\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\r\n<div></div>\r\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\r\n<div></div>\r\n<div>Micaela Morero</div>\r\n<div>LUKU-verkoston koordinaattori</div>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','124543-revision-v1','','','2020-11-11 06:26:04','2020-11-11 06:26:04','',124543,'https://lukuverkosto.fi/home/124543-revision-v1/',0,'revision','',0),(124550,1,'2020-11-11 06:27:07','2020-11-11 06:27:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\r\n<div></div>\r\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\r\n<div></div>\r\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\r\n<div></div>\r\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\r\n<div></div>\r\n<div>Micaela Morero</div>\r\n<div>LUKU-verkoston koordinaattori</div>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','124543-revision-v1','','','2020-11-11 06:27:07','2020-11-11 06:27:07','',124543,'https://lukuverkosto.fi/home/124543-revision-v1/',0,'revision','',0),(124551,1,'2020-11-11 06:28:00','0000-00-00 00:00:00','','Automaattinen luonnos','','draft','open','open','','','','','2020-11-11 06:28:00','2020-11-11 06:28:00','',0,'https://lukuverkosto.fi/home/?p=124551',0,'post','',0),(124552,1,'2020-11-11 06:28:00','2020-11-11 06:28:00','','Automaattinen luonnos','','inherit','closed','closed','','124551-revision-v1','','','2020-11-11 06:28:00','2020-11-11 06:28:00','',124551,'https://lukuverkosto.fi/home/124551-revision-v1/',0,'revision','',0),(124555,1,'2020-11-11 06:33:29','2020-11-11 06:33:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"http://www.webinaarit.lukuverkosto.fi\" url_new_window=\"on\" button_text=\"Tutustu koulutustarjontaan\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-11-11 06:33:29','2020-11-11 06:33:29','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124558,1,'2020-11-11 07:58:43','2020-11-11 07:58:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||351px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','607-revision-v1','','','2020-11-11 07:58:43','2020-11-11 07:58:43','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124559,1,'2020-11-11 07:59:58','2020-11-11 07:59:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto||49px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','607-revision-v1','','','2020-11-11 07:59:58','2020-11-11 07:59:58','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124562,1,'2020-11-11 09:53:03','2020-11-11 09:53:03','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|20px||49px||\" width=\"84.8%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|0px||0px||\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','607-autosave-v1','','','2020-11-11 09:53:03','2020-11-11 09:53:03','',607,'https://lukuverkosto.fi/home/607-autosave-v1/',0,'revision','',0),(124561,1,'2020-11-11 09:52:51','2020-11-11 09:52:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|20px||49px||\" width=\"84.8%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|0px||0px||\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Työkaluja ja kaluttavaa lukuvuodeksi','','inherit','closed','closed','','607-revision-v1','','','2020-11-11 09:52:51','2020-11-11 09:52:51','',607,'https://lukuverkosto.fi/home/607-revision-v1/',0,'revision','',0),(124568,1,'2020-11-27 11:09:02','2020-11-27 11:09:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaarit','','inherit','closed','closed','','124393-revision-v1','','','2020-11-27 11:09:02','2020-11-27 11:09:02','',124393,'https://lukuverkosto.fi/home/124393-revision-v1/',0,'revision','',0),(124569,1,'2020-11-27 11:09:50','2020-11-27 11:09:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Webinaari pohja','','publish','closed','closed','','webinaari-pohja','','','2020-11-27 11:09:50','2020-11-27 11:09:50','',0,'https://lukuverkosto.fi/home/et_pb_layout/webinaari-pohja/',0,'et_pb_layout','',0),(124570,1,'2020-11-27 11:26:06','2020-11-27 11:26:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet 18.11.2020','','publish','closed','closed','vivalavida','google-workspacen-uutuudet','','','2021-02-01 08:27:15','2021-02-01 08:27:15','',0,'https://lukuverkosto.fi/home/?page_id=124570',0,'page','',0),(124631,1,'2020-11-28 11:31:19','2020-11-28 11:31:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#dddddd\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#dddddd\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 11:31:19','2020-11-28 11:31:19','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124571,1,'2020-11-27 11:12:06','2020-11-27 11:12:06','','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:12:06','2020-11-27 11:12:06','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124572,1,'2020-11-27 11:12:22','2020-11-27 11:12:22','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:12:22','2020-11-27 11:12:22','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124577,1,'2020-11-27 11:27:39','2020-11-27 11:27:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:27:39','2020-11-27 11:27:39','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124824,1,'2021-02-02 10:56:55','2021-02-02 10:56:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Tiedot tulossa</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Päivitetään... </p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:56:55','2021-02-02 10:56:55','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124575,1,'2020-11-27 11:26:00','2020-11-27 11:26:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" _builder_version=\"4.4.3\" hover_enabled=\"0\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" url_new_window=\"on\" hover_enabled=\"0\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:26:00','2020-11-27 11:26:00','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124580,1,'2020-11-27 11:32:30','2020-11-27 11:32:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"160px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:32:30','2020-11-27 11:32:30','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124579,1,'2020-11-27 11:31:45','2020-11-27 11:31:45','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" custom_margin=\"||-226px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" min_height=\"504px\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:31:45','2020-11-27 11:31:45','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124584,1,'2020-11-27 11:36:55','2020-11-27 11:36:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Work-</h1>\n<h1>spacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:36:55','2020-11-27 11:36:55','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124583,1,'2020-11-27 11:36:10','2020-11-27 11:36:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><span style=\"font-size: xx-large;\">Google Workspacen uutuudet</span></h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 11:36:10','2020-11-27 11:36:10','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124586,1,'2020-11-27 11:57:02','2020-11-27 11:57:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12.2020 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','publish','closed','closed','','vuosi-yrittajana','','','2021-09-28 19:14:03','2021-09-28 19:14:03','',0,'https://lukuverkosto.fi/home/?page_id=124586',0,'page','',0),(124859,2,'2021-02-17 13:08:13','2021-02-17 13:08:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12.2020 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2021-02-17 13:08:13','2021-02-17 13:08:13','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124587,1,'2020-11-27 11:43:22','2020-11-27 11:43:22','','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 11:43:22','2020-11-27 11:43:22','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124599,1,'2020-11-27 12:05:50','2020-11-27 12:05:50','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:05:50','2020-11-27 12:05:50','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(125021,1,'2021-10-06 10:58:27','2021-10-06 10:58:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1.2021 klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. </p>\n<p><br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-10-06 10:58:27','2021-10-06 10:58:27','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124595,1,'2020-11-27 11:57:02','2020-11-27 11:57:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tulossa!</p>[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><br />Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.</p>\n<p>Ohjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.</p>\n<p>Ohjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 11:57:02','2020-11-27 11:57:02','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124591,1,'2020-11-27 11:54:09','2020-11-27 11:54:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" width=\"100%\" custom_padding=\"|0px||||\"]<p>02/12 klo 14.50</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 11:54:09','2020-11-27 11:54:09','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124589,1,'2020-11-27 11:47:27','2020-11-27 11:47:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 11:47:27','2020-11-27 11:47:27','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124600,1,'2020-11-27 12:06:53','2020-11-27 12:06:53','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:06:53','2020-11-27 12:06:53','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124598,1,'2020-11-27 12:03:02','2020-11-27 12:03:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\"][et_pb_column _builder_version=\"4.4.3\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.4.3\"][et_pb_fullwidth_code _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:03:02','2020-11-27 12:03:02','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124602,1,'2020-11-27 12:14:06','2020-11-27 12:14:06','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:14:06','2020-11-27 12:14:06','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124601,1,'2020-11-27 12:07:03','2020-11-27 12:07:03','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" success_message=\"Viesti lähetetty! Palaamme juttuun pian!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:07:03','2020-11-27 12:07:03','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124603,1,'2020-11-27 12:20:20','2020-11-27 12:20:20','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.4.3\" field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" hover_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:20:20','2020-11-27 12:20:20','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124611,1,'2020-11-27 12:34:13','2020-11-27 12:34:13','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">päättynyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:34:13','2020-11-27 12:34:13','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124604,1,'2020-11-27 12:20:50','2020-11-27 12:20:50','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.4.3\" field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" hover_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:20:50','2020-11-27 12:20:50','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124608,1,'2020-11-27 12:24:42','2020-11-27 12:24:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 12:24:42','2020-11-27 12:24:42','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124605,1,'2020-11-27 12:21:02','2020-11-27 12:21:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" min_height=\"176px\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" min_height=\"1008px\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" min_height=\"942px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tulossa!</p>[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" url_new_window=\"on\"]<p><br />Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.</p>\n<p>Ohjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.</p>\n<p>Ohjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.4.3\" field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" hover_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 12:21:02','2020-11-27 12:21:02','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124607,1,'2020-11-27 12:22:02','2020-11-27 12:22:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" min_height=\"176px\"]\r\n<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" min_height=\"1008px\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\" min_height=\"942px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\r\n\r\nTulossa!\r\n\r\n[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" url_new_window=\"on\"]\r\n\r\nVuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]\r\n<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\r\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" hover_enabled=\"0\"]\r\n\r\nVoit osallistua joko reaaliajassa tai tilata tallenteen!\r\n\r\n- Tai tehdä molemmat\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.4.3\" field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" hover_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-27 12:22:02','2020-11-27 12:22:02','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124619,1,'2020-11-27 12:44:52','2020-11-27 12:44:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" min_height=\"639px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:44:52','2020-11-27 12:44:52','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124615,1,'2020-11-27 12:43:06','2020-11-27 12:43:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">päättynyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:43:06','2020-11-27 12:43:06','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124612,1,'2020-11-27 12:34:30','2020-11-27 12:34:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" header_level=\"h3\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">päättynyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" custom_padding=\"48px|||||\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:34:30','2020-11-27 12:34:30','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124609,1,'2020-11-27 12:33:13','2020-11-27 12:33:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"0px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Lets Go!</p>[/et_pb_text][et_pb_cta title=\"Webinaaritallenne.\" button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" header_level=\"h3\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.4.3\"][et_pb_fullwidth_code _builder_version=\"4.4.3\"][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Varaa paikkasi nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:33:13','2020-11-27 12:33:13','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124625,1,'2020-11-27 13:05:02','2020-11-27 13:05:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" min_height=\"639px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" hover_enabled=\"0\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" min_height=\"65px\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" min_height=\"369px\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 13:05:02','2020-11-27 13:05:02','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124621,1,'2020-11-27 12:56:06','2020-11-27 12:56:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" min_height=\"639px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" min_height=\"65px\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"-122px|||||\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:56:06','2020-11-27 12:56:06','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124623,1,'2020-11-27 12:56:26','2020-11-27 12:56:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" min_height=\"639px\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" min_height=\"65px\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" min_height=\"369px\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-27 12:56:26','2020-11-27 12:56:26','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124617,1,'2020-11-27 12:44:41','2020-11-27 12:44:41','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:44:41','2020-11-27 12:44:41','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124618,1,'2020-11-27 12:44:42','2020-11-27 12:44:42','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-27 12:44:42','2020-11-27 12:44:42','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124626,1,'2020-11-28 11:20:50','2020-11-28 11:20:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"639px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 11:20:50','2020-11-28 11:20:50','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124637,1,'2020-11-28 12:23:44','2020-11-28 12:23:44','/* Password Protect Form */\r\n\r\n.et_password_protected_form {\r\n padding: 100px;\r\n    height: 100vh;\r\n    background: lightgray;\r\n}','Divi','','inherit','closed','closed','','9-revision-v1','','','2020-11-28 12:23:44','2020-11-28 12:23:44','',9,'https://lukuverkosto.fi/home/9-revision-v1/',0,'revision','',0),(124629,1,'2020-11-28 11:30:53','2020-11-28 11:30:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" background_color=\"#dddddd\" background_enable_image=\"off\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" background_color=\"#dddddd\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Etäopetuksesitueksi</p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 11:30:53','2020-11-28 11:30:53','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124638,1,'2020-11-28 15:05:13','2020-11-28 15:05:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 15:05:13','2020-11-28 15:05:13','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124634,1,'2020-11-28 11:35:57','2020-11-28 11:35:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/2xz0pr5A-NQ\" image_src=\"//i.ytimg.com/vi/2xz0pr5A-NQ/hqdefault.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-08:45)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (08:45-15:35)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) (15:35-33:00)</li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet (33:00-</li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 11:35:57','2020-11-28 11:35:57','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124640,1,'2020-11-28 15:07:53','2020-11-28 15:07:53','','peitekuva','','inherit','open','closed','','peitekuva','','','2020-11-28 15:07:53','2020-11-28 15:07:53','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png',0,'attachment','image/png',0),(124641,1,'2020-11-28 15:13:50','2020-11-28 15:13:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-03:59)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (4:00-</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!) </li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet </li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 15:13:50','2020-11-28 15:13:50','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124643,1,'2020-11-28 15:23:10','2020-11-28 15:23:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-03:59)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (4:00-6:00)</li>\n<li>Google Chat ja Gmail (Workspace-uudistuksen ydin!)  </li>\n<li>Classroomin, Docsin ja Slidesin uudet ominaisuudet </li>\n<li>Muita Googlen resursseja</li>\n<li>Kysymyksiä, kommentteja</li>\n</ol>\n<p>(Video poistuu palvelusta 31.12.2020)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column _builder_version=\"4.4.3\" type=\"4_4\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"|36px||||\" custom_margin=\"-49px|167px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 15:23:10','2020-11-28 15:23:10','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124648,1,'2020-11-28 19:16:52','2020-11-28 19:16:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet 18.11.2020','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 19:16:52','2020-11-28 19:16:52','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124647,1,'2020-11-28 19:16:50','2020-11-28 19:16:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 19:16:50','2020-11-28 19:16:50','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124645,1,'2020-11-28 16:37:00','2020-11-28 16:37:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" hover_enabled=\"0\"][et_pb_column _builder_version=\"4.4.3\" type=\"4_4\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"|36px||||\" custom_margin=\"-49px|167px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet','','inherit','closed','closed','','124570-revision-v1','','','2020-11-28 16:37:00','2020-11-28 16:37:00','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124649,1,'2020-11-28 19:17:36','2020-11-28 19:17:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 19:17:36','2020-11-28 19:17:36','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124650,1,'2020-11-28 19:17:39','2020-11-28 19:17:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2/12 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 19:17:39','2020-11-28 19:17:39','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124651,1,'2020-11-28 19:24:59','2020-11-28 19:24:59','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"90.4%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"56.7%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2020-11-28 19:24:59','2020-11-28 19:24:59','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124659,1,'2020-11-28 19:45:48','2020-11-28 19:45:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 19:45:48','2020-11-28 19:45:48','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124653,1,'2020-11-28 19:40:37','2020-11-28 19:40:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" custom_margin=\"-50px|||||\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 19:40:37','2020-11-28 19:40:37','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124658,1,'2020-11-28 19:44:42','2020-11-28 19:44:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspace','','publish','closed','closed','','google-workspace','','','2020-11-28 19:44:42','2020-11-28 19:44:42','',0,'https://lukuverkosto.fi/home/et_pb_layout/google-workspace/',0,'et_pb_layout','',0),(124660,1,'2020-11-28 19:46:16','2020-11-28 19:46:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Webinaari Tulossa','','publish','closed','closed','','webinaari-tulossa','','','2020-11-28 19:46:16','2020-11-28 19:46:16','',0,'https://lukuverkosto.fi/home/et_pb_layout/webinaari-tulossa/',0,'et_pb_layout','',0),(124661,1,'2020-11-28 19:59:17','2020-11-28 19:59:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1.2021 klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. </p>\n<p><br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','publish','closed','closed','vivalavida','matkalle-maailman-ympari-27-1','','','2021-10-06 11:02:13','2021-10-06 11:02:13','',0,'https://lukuverkosto.fi/home/?page_id=124661',0,'page','',0),(124662,1,'2020-11-28 19:47:05','2020-11-28 19:47:05','','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 19:47:05','2020-11-28 19:47:05','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124681,1,'2020-11-28 20:04:47','2020-11-28 20:04:47','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:04:47','2020-11-28 20:04:47','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124668,1,'2020-11-28 19:59:54','2020-11-28 19:59:54','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">GowEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 19:59:54','2020-11-28 19:59:54','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124669,1,'2020-11-28 20:00:04','2020-11-28 20:00:04','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:00:04','2020-11-28 20:00:04','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124667,1,'2020-11-28 19:59:17','2020-11-28 19:59:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" custom_margin=\"||-169px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"0px|||||\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tulossa! Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa pian</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 19:59:17','2020-11-28 19:59:17','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124664,1,'2020-11-28 19:47:45','2020-11-28 19:47:45','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 19:47:45','2020-11-28 19:47:45','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124670,1,'2020-11-28 20:00:06','2020-11-28 20:00:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" custom_margin=\"||-169px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"0px|||||\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tulossa! Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa pian</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:00:06','2020-11-28 20:00:06','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124678,1,'2020-11-28 20:03:53','2020-11-28 20:03:53','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">test2 wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:03:53','2020-11-28 20:03:53','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124671,1,'2020-11-28 20:00:12','2020-11-28 20:00:12','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:00:12','2020-11-28 20:00:12','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124674,1,'2020-11-28 20:02:06','2020-11-28 20:02:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" custom_margin=\"||-169px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"0px|||||\"]\r\n<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\r\n\r\nTulossa! Google Earth koulutus\r\n\r\n[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]\r\n\r\nEsittelyteksti tulossa pian\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]\r\n<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\r\n<h2><span style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]\r\n\r\nVoit osallistua joko reaaliajassa tai tilata tallenteen!\r\n\r\n- Tai tehdä molemmat\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:02:06','2020-11-28 20:02:06','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124680,1,'2020-11-28 20:04:17','2020-11-28 20:04:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa! Google Earth koulutus\r[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Esittelyteksti tulossa pian\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">test wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:04:17','2020-11-28 20:04:17','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124673,1,'2020-11-28 20:00:20','2020-11-28 20:00:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" custom_margin=\"||-169px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"0px|||||\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tulossa! Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa pian</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:00:20','2020-11-28 20:00:20','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124676,1,'2020-11-28 20:02:42','2020-11-28 20:02:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" custom_margin=\"||-169px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"0px|||||\"]\r\n<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\r\n\r\nTulossa! Google Earth koulutus\r\n\r\n[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]\r\n\r\nEsittelyteksti tulossa pian\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]\r\n<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\r\n<h2><span style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]\r\n\r\nVoit osallistua joko reaaliajassa tai tilata tallenteen!\r\n\r\n- Tai tehdä molemmat\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:02:42','2020-11-28 20:02:42','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124683,1,'2020-11-28 20:05:13','2020-11-28 20:05:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 20:05:13','2020-11-28 20:05:13','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124677,1,'2020-11-28 20:03:02','2020-11-28 20:03:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Google earth wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 20:03:02','2020-11-28 20:03:02','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124679,1,'2020-11-28 20:03:53','2020-11-28 20:03:53','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">test wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:03:53','2020-11-28 20:03:53','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124682,1,'2020-11-28 20:04:49','2020-11-28 20:04:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa! Google Earth koulutus\r[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Esittelyteksti tulossa pian\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">wEbinaariin ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2020-11-28 20:04:49','2020-11-28 20:04:49','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124684,1,'2020-11-28 20:05:49','2020-11-28 20:05:49','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">testi ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:05:49','2020-11-28 20:05:49','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124691,1,'2020-11-28 20:08:19','2020-11-28 20:08:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 20:08:19','2020-11-28 20:08:19','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124685,1,'2020-11-28 20:05:50','2020-11-28 20:05:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">testi ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">testi ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-11-28 20:05:50','2020-11-28 20:05:50','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124693,1,'2020-12-01 11:46:32','2020-12-01 11:46:32','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet 18.11.2020','','inherit','closed','closed','','124570-revision-v1','','','2020-12-01 11:46:32','2020-12-01 11:46:32','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124687,1,'2020-11-28 20:06:23','2020-11-28 20:06:23','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">i ilmoittautuminen</span></h2>\n<h2><span color=\"#ffffff\" style=\"color: #ffffff;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:06:23','2020-11-28 20:06:23','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124689,1,'2020-11-28 20:07:51','2020-11-28 20:07:51','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:07:51','2020-11-28 20:07:51','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124688,1,'2020-11-28 20:07:34','2020-11-28 20:07:34','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:07:34','2020-11-28 20:07:34','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124690,1,'2020-11-28 20:08:08','2020-11-28 20:08:08','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2020-11-28 20:08:08','2020-11-28 20:08:08','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124695,1,'2020-12-01 11:46:54','2020-12-01 11:46:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" custom_padding=\"||0px|||\" custom_margin=\"63px|||||\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet 18.11.2020','','inherit','closed','closed','','124570-revision-v1','','','2020-12-01 11:46:54','2020-12-01 11:46:54','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124698,1,'2020-12-02 13:40:37','2020-12-02 13:40:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" hover_enabled=\"0\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2020-12-02 13:40:37','2020-12-02 13:40:37','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124700,1,'2020-12-02 15:39:59','2020-12-02 15:39:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"||0px|||\" custom_margin=\"62px||-229px|||\" max_height=\"669px\" height=\"400px\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-12-02 15:39:59','2020-12-02 15:39:59','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124706,1,'2020-12-02 15:51:16','2020-12-02 15:51:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Katso ja opi!</p>[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_code _builder_version=\"4.4.3\" height=\"253px\" max_height=\"669px\" custom_margin=\"62px||-229px|||\" custom_padding=\"93px||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-12-02 15:51:16','2020-12-02 15:51:16','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124702,1,'2020-12-02 15:42:24','2020-12-02 15:42:24','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Katso ja opi!</p>[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"93px||0px|||\" custom_margin=\"62px||-229px|||\" max_height=\"669px\" height=\"400px\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"107px|||||\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-12-02 15:42:24','2020-12-02 15:42:24','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124704,1,'2020-12-02 15:44:27','2020-12-02 15:44:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" custom_padding=\"||0px|||\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Katso ja opi!</p>[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"93px||0px|||\" custom_margin=\"62px||-229px|||\" max_height=\"669px\" height=\"330px\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"107px|||||\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-12-02 15:44:27','2020-12-02 15:44:27','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124709,1,'2020-12-02 15:54:52','2020-12-02 15:54:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\"]<p>Tallenne...</p>\n[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>...ja diat</p>[/et_pb_text][et_pb_code _builder_version=\"4.4.3\" height=\"245px\" max_height=\"669px\" custom_margin=\"62px||-229px|||\" custom_padding=\"93px||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','124586-autosave-v1','','','2020-12-02 15:54:52','2020-12-02 15:54:52','',124586,'https://lukuverkosto.fi/home/124586-autosave-v1/',0,'revision','',0),(124708,1,'2020-12-02 15:54:48','2020-12-02 15:54:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\"]<p>Tallenne...</p>\n[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>...ja diat</p>[/et_pb_text][et_pb_code _builder_version=\"4.4.3\" height=\"245px\" max_height=\"669px\" custom_margin=\"62px||-229px|||\" custom_padding=\"93px||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2020-12-02 15:54:48','2020-12-02 15:54:48','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124712,2,'2021-01-07 08:59:46','2021-01-07 08:59:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-01-07 08:59:46','2021-01-07 08:59:46','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124714,2,'2021-01-07 09:13:13','2021-01-07 09:13:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Google Workspacen uutuudet 18.11.2020','','inherit','closed','closed','','124570-revision-v1','','','2021-01-07 09:13:13','2021-01-07 09:13:13','',124570,'https://lukuverkosto.fi/home/124570-revision-v1/',0,'revision','',0),(124715,2,'2021-02-01 13:51:58','2021-02-01 13:51:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/H2qINm7Jot4?t=84\" _builder_version=\"4.4.3\" locked=\"on\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen. Tallenne on nähtävissä 2 viikon ajan webinaarin jälkeen.</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_padding=\"||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vRZfeHTBDajqQrXYi4TbgVrZ_e1pe8RleRT8D9r8cXORA2MTfRLcWL_G6C7BPqit10TfBe2kHJcDt5m/embed?start=true&loop=true&delayms=10000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','publish','closed','closed','vivalavida','nepsy-nuoren-tukeminen-lukiossa','','','2021-05-02 09:02:40','2021-05-02 09:02:40','',0,'https://lukuverkosto.fi/home/?page_id=124715',0,'page','',0),(124780,2,'2021-02-01 13:44:08','2021-02-01 13:44:08','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </span></p>\n<p>Aika: <strong>keskiviikkona 10. helmikuuta klo 15.00-15.45</strong>, voit myös tilata pelkän tallenteen</p>\n<p><span style=\"font-size: 18px;\">Paikka: etänä Google Meetissä osoitteessa <strong><span style=\"color: #0c71c3;\"><a href=\"live.lukuverkosto.fi\" style=\"color: #0c71c3;\">live.lukuverkosto.fi</a></span></strong></span></p>\n<p><span style=\"font-size: 18px;\"><strong>Lisätietoja:</strong> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 13:44:08','2021-02-01 13:44:08','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124718,2,'2021-01-07 09:25:13','2021-01-07 09:25:13','','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:25:13','2021-01-07 09:25:13','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124717,2,'2021-01-07 09:21:05','2021-01-07 09:21:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa! Google Earth koulutus\r[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Esittelyteksti tulossa pian\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-01-07 09:21:05','2021-01-07 09:21:05','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124727,2,'2021-01-07 09:28:24','2021-01-07 09:28:24','','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:28:24','2021-01-07 09:28:24','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124728,2,'2021-01-07 09:28:44','2021-01-07 09:28:44','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:28:44','2021-01-07 09:28:44','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124730,2,'2021-01-07 09:35:20','2021-01-07 09:35:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.3\"][et_pb_column _builder_version=\"4.4.3\" type=\"4_4\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:35:20','2021-01-07 09:35:20','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124732,2,'2021-01-07 09:40:29','2021-01-07 09:40:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.3\" column_structure=\"1_5,3_5,1_5\"][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"3_5\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:40:29','2021-01-07 09:40:29','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124720,2,'2021-01-07 09:26:01','2021-01-07 09:26:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"269px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>uusi normaali -webinaari 13.5.</h1>\n<h1><span style=\"font-weight: normal; font-size: xx-large;\">- poikkeusajan jälkeinen oppimistila</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>00</p>[/et_pb_text][et_pb_cta title=\"Johdanto - Oppimisympäristöt ja oppimistilat\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppimisympäristöt ja oppimistilat sekoittuvat helposti arkipäivän puheessa. Webinaarin johdannossa esitellään käsitteiden erot ja johdatellaan päivän aiheeseen.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>01</p>[/et_pb_text][et_pb_cta title=\"Laajennettu luokkahuone\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Kevään 2020 poikkeustilanne on tuonut virtuaaliopetuksen osaksi pedagogista työtä. Kuinka opittuja taitoja on mahdollista hyödyntää jatkossa? Ja mitä tarkoitetaan laajennetulla luokkahuoneella?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>02</p>[/et_pb_text][et_pb_cta title=\"Viestinnästä informaation hallintaan\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Oppilaitoksien sisäinen ja ulkoinen viestintä on tullut haastatetuksi koronakriisin myötä. Kuinka informaation välittämisestä on mahdollista siirtyä tiedon hallintaan?</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>03</p>[/et_pb_text][et_pb_cta title=\"Arviointikäytänteet\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Uusi aika ja uudet arviointikäytänteet - kuinka voimme tukea formaalisen tai kokonaisvaltaisen arvioinnin toteuttamista uudessa normaalissa?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 03\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>04</p>[/et_pb_text][et_pb_cta title=\"Älykäs tilanhallinta\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Älykäs tilanhallinta on tullut osaksi myös koulutodellisuutta. Kuinka voimme luoda käyttäjäystävällisiä oppimistiloja? Tässä osassa tarkastellaan asiaa älykkään tilanvarauksen kautta. </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 04\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DrsOFYsxrf0\" _builder_version=\"4.4.3\" custom_margin=\"180px||||false|false\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>05</p>[/et_pb_text][et_pb_cta title=\"Lähituki ja opiskelijan tuki\" button_url=\"#\" button_text=\"Lisätietoja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Opiskelijan tuen tarve on tällä hetkellä suurempi kuin kertaakaan 2000-luvulla. Mitä keinoja LUKU-verkostolla on käytettävissä?</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-01-07 09:26:01','2021-01-07 09:26:01','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124736,2,'2021-01-21 09:26:18','2021-01-21 09:26:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]Tulossa! Google Earth koulutus\r[/et_pb_text][et_pb_cta title=\"27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Esittelyteksti tulossa pian\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-01-21 09:26:18','2021-01-21 09:26:18','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124738,2,'2021-01-21 09:31:16','2021-01-21 09:31:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/OYg7dH2UbOU\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. <br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-01-21 09:31:16','2021-01-21 09:31:16','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124740,1,'2021-01-25 13:07:59','2021-01-25 13:07:59','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-01-25 13:07:59','2021-01-25 13:07:59','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124743,1,'2021-01-25 13:09:55','2021-01-25 13:09:55','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-01-25 13:09:55','2021-01-25 13:09:55','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124742,1,'2021-01-25 13:08:31','2021-01-25 13:08:31','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-01-25 13:08:31','2021-01-25 13:08:31','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124747,1,'2021-01-27 14:05:22','2021-01-27 14:05:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/xLw8is64m9Q\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. <br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-01-27 14:05:22','2021-01-27 14:05:22','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124746,1,'2021-01-27 14:04:20','2021-01-27 14:04:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/xLw8is64m9Q\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. <br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-01-27 14:04:20','2021-01-27 14:04:20','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124745,1,'2021-01-25 13:10:41','2021-01-25 13:10:41','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-01-25 13:10:41','2021-01-25 13:10:41','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124751,1,'2021-02-01 08:51:41','2021-02-01 08:51:41','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:51:41','2021-02-01 08:51:41','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124752,1,'2021-02-01 08:51:57','2021-02-01 08:51:57','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:51:57','2021-02-01 08:51:57','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124749,1,'2021-02-01 08:29:31','2021-02-01 08:29:31','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" use_redirect=\"on\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:29:31','2021-02-01 08:29:31','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124759,2,'2021-02-01 09:39:34','2021-02-01 09:39:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><br />Nepsy-nuoren tukeminen lukiossa</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 09:39:34','2021-02-01 09:39:34','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124754,1,'2021-02-01 08:54:20','2021-02-01 08:54:20','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:54:20','2021-02-01 08:54:20','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124753,1,'2021-02-01 08:54:18','2021-02-01 08:54:18','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" conditional_logic=\"on\" conditional_logic_rules=\"%91{%22field%22:%22nimi%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:54:18','2021-02-01 08:54:18','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124755,1,'2021-02-01 08:54:44','2021-02-01 08:54:44','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2021-02-01 08:54:44','2021-02-01 08:54:44','',124374,'https://lukuverkosto.fi/home/124374-revision-v1/',0,'revision','',0),(124757,2,'2021-02-01 09:37:12','2021-02-01 09:37:12','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Etäopetuksesi tueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 09:37:12','2021-02-01 09:37:12','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124779,2,'2021-02-01 13:43:41','2021-02-01 13:43:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </span></p>\n<p>Aika: <strong>keskiviikkona 10. helmikuuta klo 15.00-15.45</strong>, voit myös tilata pelkän tallenteen</p>\n<p><span style=\"font-size: 18px;\">Paikka: etänä Google Meetissä osoitteessa <strong><span style=\"color: #0c71c3;\"><a href=\"live.lukuverkosto.fi\" style=\"color: #0c71c3;\">live.lukuverkosto.fi</a></span></strong></span></p>\n<p><span style=\"font-size: 18px;\"><strong>Lisätietoja:</strong> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 13:43:41','2021-02-01 13:43:41','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124763,2,'2021-02-01 09:54:14','2021-02-01 09:54:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><br />Nepsy-nuoren tukeminen lukiossa</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>&nbsp;</p>\n<p>Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </p>\n<p>&nbsp;</p>\n<p>Aika: keskiviikkona 10. helmikuuta klo 15.00-15.45</p>\n<p>&nbsp;</p>\n<p>Paikka: etänä Google Meetissä osoitteessa live.lukuverkosto.fi</p>\n<p>&nbsp;</p>\n<p>Lisätietoja: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</p>\n<p>Täytä ilmoittautumislomake ja tule mukaan! </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 09:54:14','2021-02-01 09:54:14','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124761,2,'2021-02-01 09:51:28','2021-02-01 09:51:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><br />Nepsy-nuoren tukeminen lukiossa</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>&nbsp;</p>\n<p>Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </p>\n<p>&nbsp;</p>\n<p>Aika: keskiviikkona 10. helmikuuta klo 15.00-15.45</p>\n<p>&nbsp;</p>\n<p>Paikka: etänä Google Meetissä osoitteessa live.lukuverkosto.fi</p>\n<p>&nbsp;</p>\n<p>Lisätietoja: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</p>\n<p>Täytä ilmoittautumislomake ja tule mukaan! </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSfLnXUCkUTa7oFuXxYW5ET66RWgMWrezfEq212-bf2E9W36VQ/viewform?embedded=true\" width=\"640\" height=\"1597\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 09:51:28','2021-02-01 09:51:28','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124777,2,'2021-02-01 13:35:03','2021-02-01 13:35:03','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><br />Nepsy-nuoren tukeminen lukiossa</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>&nbsp;</p>\n<p>Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </p>\n<p>&nbsp;</p>\n<p>Aika: keskiviikkona 10. helmikuuta klo 15.00-15.45</p>\n<p>&nbsp;</p>\n<p>Paikka: etänä Google Meetissä osoitteessa live.lukuverkosto.fi</p>\n<p>&nbsp;</p>\n<p>Lisätietoja: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</p>\n<p>Täytä ilmoittautumislomake ja tule mukaan! </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 13:35:03','2021-02-01 13:35:03','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124766,1,'2021-02-01 10:20:53','2021-02-01 10:20:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1><br />Nepsy-nuoren tukeminen lukiossa</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>&nbsp;</p>\n<p>Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. </p>\n<p>&nbsp;</p>\n<p>Aika: keskiviikkona 10. helmikuuta klo 15.00-15.45</p>\n<p>&nbsp;</p>\n<p>Paikka: etänä Google Meetissä osoitteessa live.lukuverkosto.fi</p>\n<p>&nbsp;</p>\n<p>Lisätietoja: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</p>\n<p>Täytä ilmoittautumislomake ja tule mukaan! </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 10:20:53','2021-02-01 10:20:53','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124767,1,'2021-02-01 14:39:52','2021-02-01 14:39:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.4.3\"][/et_pb_image][et_pb_video src=\"https://youtu.be/sWEMfBIu_pk\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! Voit myös tilata pelkän tallenteen.</p>\n<p><em>Kuva: Dan Barrett, @brandman79, Unsplash.com</em></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','publish','closed','closed','vivalavida','tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021','','','2021-03-10 17:01:20','2021-03-10 17:01:20','',0,'https://lukuverkosto.fi/home/?page_id=124767',0,'page','',0),(124768,1,'2021-02-01 10:37:19','2021-02-01 10:37:19','','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 10:37:19','2021-02-01 10:37:19','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124769,1,'2021-02-01 10:37:50','2021-02-01 10:37:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 10:37:50','2021-02-01 10:37:50','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124773,1,'2021-02-01 10:45:14','2021-02-01 10:45:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" column_structure=\"1_5,3_5,1_5\"][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"3_5\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 10:45:14','2021-02-01 10:45:14','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124786,2,'2021-02-01 14:06:54','2021-02-01 14:06:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 14:06:54','2021-02-01 14:06:54','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124775,1,'2021-02-01 10:46:34','2021-02-01 10:46:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" column_structure=\"1_5,3_5,1_5\"][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"3_5\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 10:46:34','2021-02-01 10:46:34','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124789,2,'2021-02-01 14:37:40','2021-02-01 14:37:40','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Miten jaksaa töissä?</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle.</p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 14:37:40','2021-02-01 14:37:40','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124782,2,'2021-02-01 13:49:25','2021-02-01 13:49:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja miten tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä. Aikaa on myös kysymyksille ja keskustelulle. Jos termi nepsy on sinulle uusi, kannattaa katsoa lyhyt video ohesta.</span></p>\n<p>&nbsp;</p>\n<p>Aika: <strong>keskiviikkona 10. helmikuuta klo 15.00-15.45</strong>, voit myös tilata pelkän tallenteen</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Paikka: etänä Google Meetissä osoitteessa live.lukuverkosto.fi<strong><span style=\"color: #0c71c3;\"></span></strong></span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"><strong>Lisätietoja:</strong> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>&nbsp;</p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 13:49:25','2021-02-01 13:49:25','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124797,1,'2021-02-02 09:18:47','2021-02-02 09:18:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Jos termi nepsy on sinulle uusi, kannattaa katsoa lyhyt video ohesta.</span>\r\n\r\n<span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span>\r\n\r\n<span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span>\r\n\r\n<strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span>\r\n\r\nTäytä ilmoittautumislomake alla ja tule mukaan!\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 09:18:47','2021-02-02 09:18:47','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124784,2,'2021-02-01 13:51:58','2021-02-01 13:51:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi, <br />neuropsykiatrinen valmentaja, erityisopettaja</span> </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Jos termi nepsy on sinulle uusi, kannattaa katsoa lyhyt video ohesta.</span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-01 13:51:58','2021-02-01 13:51:58','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124788,2,'2021-02-01 14:35:46','2021-02-01 14:35:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Miten jaksaa töissä?</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle.</p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 14:35:46','2021-02-01 14:35:46','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124790,2,'2021-02-01 14:38:04','2021-02-01 14:38:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle.</p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-01 14:38:04','2021-02-01 14:38:04','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124793,1,'2021-02-02 08:28:37','2021-02-02 08:28:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]\r\n<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]\r\n\r\n<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r\n\r\n[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]\r\n\r\n<span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Jos termi nepsy on sinulle uusi, kannattaa katsoa lyhyt video ohesta.</span>\r\n\r\n<span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span>\r\n\r\n<span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span>\r\n\r\n<strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span>\r\n\r\nTäytä ilmoittautumislomake alla ja tule mukaan!\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 08:28:37','2021-02-02 08:28:37','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124805,1,'2021-02-02 10:37:59','2021-02-02 10:37:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span><span style=\"font-size: 18px;\"> </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','publish','closed','closed','','opo-ja-ryhmanohjaus-lopsissa-21-4','','','2021-04-13 06:37:48','2021-04-13 06:37:48','',0,'https://lukuverkosto.fi/home/?page_id=124805',0,'page','',0),(124806,1,'2021-02-02 10:28:30','2021-02-02 10:28:30','','Automaattinen luonnos','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:28:30','2021-02-02 10:28:30','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124809,1,'2021-02-02 10:37:59','2021-02-02 10:37:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:37:59','2021-02-02 10:37:59','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124821,1,'2021-02-02 10:53:22','2021-02-02 10:53:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Tiedot tulossa</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Päivitetään... </p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:53:22','2021-02-02 10:53:22','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124808,1,'2021-02-02 10:37:59','2021-02-02 10:37:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ry21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:37:59','2021-02-02 10:37:59','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124816,1,'2021-02-02 10:49:24','2021-02-02 10:49:24','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" custom_padding=\"|||2px||\"]<p><span style=\"color: #efca6b;\">Tiedot tulossa</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Päivitetään... </p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:49:24','2021-02-02 10:49:24','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124810,1,'2021-02-02 10:38:02','2021-02-02 10:38:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 10:38:02','2021-02-02 10:38:02','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124812,1,'2021-02-02 10:44:06','2021-02-02 10:44:06','','HenriHuovinen','','inherit','open','closed','','henrihuovinen','','','2021-02-02 10:44:06','2021-02-02 10:44:06','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg',0,'attachment','image/jpeg',0),(124826,2,'2021-02-02 12:40:47','2021-02-02 12:40:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 12:40:47','2021-02-02 12:40:47','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124815,2,'2021-02-02 10:49:19','2021-02-02 10:49:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Jos termi nepsy on sinulle uusi, tämä video antaa lyhyen määritelmän: <span style=\"color: #0c71c3;\"><a href=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" style=\"color: #0c71c3;\">https://www.youtube.com/watch?v=8m7nOccEGJc</a></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 10:49:19','2021-02-02 10:49:19','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124813,1,'2021-02-02 10:46:44','2021-02-02 10:46:44','','henkka','','inherit','open','closed','','henkka','','','2021-02-02 10:46:44','2021-02-02 10:46:44','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/02/henkka.jpg',0,'attachment','image/jpeg',0),(124823,2,'2021-02-02 10:53:44','2021-02-02 10:53:44','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.4.3\" src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 10:53:44','2021-02-02 10:53:44','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124819,2,'2021-02-02 10:52:37','2021-02-02 10:52:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.4.3\" src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p>&nbsp;</p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>&nbsp;</p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 10:52:37','2021-02-02 10:52:37','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124827,2,'2021-02-02 12:41:32','2021-02-02 12:41:32','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSdbRxjdM7pscsoGKEkYtPmeQHl-FQnWy-NfpfYUoi7EFAw5LQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-02 12:41:32','2021-02-02 12:41:32','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124828,2,'2021-02-02 12:42:50','2021-02-02 12:42:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-02 12:42:50','2021-02-02 12:42:50','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124831,2,'2021-02-02 13:03:59','2021-02-02 13:03:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"> Mitä opon ja ryhmänohjaajan olisi hyvä tietää uudesta LOPSista? M</span><span style=\"font-size: 18px;\">iten Otavan Etevä-materiaali auttaa ryhmän- ja opintojenohjauksessa? Tapausesimerkkinä Haukilahden lukio: miten siellä ohjaaminen järjestetään? Lisäksi tilaa kysymyksille ja keskustelulle. Puhujana opo Henri Huovinen, joka on ollut tekemässä Etevä-materiaalia. Webinaari on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>.<span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">  </a></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" column_structure=\"1_5,3_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\" hover_enabled=\"0\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:03:59','2021-02-02 13:03:59','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124837,2,'2021-02-02 13:20:33','2021-02-02 13:20:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"> Mitä opon ja ryhmänohjaajan olisi hyvä tietää uudesta LOPSista? M</span><span style=\"font-size: 18px;\">iten Otavan Etevä-materiaali auttaa ryhmän- ja opintojenohjauksessa? Tapausesimerkkinä Haukilahden lukio: miten siellä ohjaaminen järjestetään? Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Webinaari on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>!<span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">  </a></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:20:33','2021-02-02 13:20:33','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124833,2,'2021-02-02 13:04:35','2021-02-02 13:04:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"> Mitä opon ja ryhmänohjaajan olisi hyvä tietää uudesta LOPSista? M</span><span style=\"font-size: 18px;\">iten Otavan Etevä-materiaali auttaa ryhmän- ja opintojenohjauksessa? Tapausesimerkkinä Haukilahden lukio: miten siellä ohjaaminen järjestetään? Lisäksi tilaa kysymyksille ja keskustelulle. Puhujana opo Henri Huovinen, joka on ollut tekemässä Etevä-materiaalia. Webinaari on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>.<span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">  </a></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" column_structure=\"1_5,3_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\" hover_enabled=\"0\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:04:35','2021-02-02 13:04:35','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124835,2,'2021-02-02 13:08:22','2021-02-02 13:08:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"> Mitä opon ja ryhmänohjaajan olisi hyvä tietää uudesta LOPSista? M</span><span style=\"font-size: 18px;\">iten Otavan Etevä-materiaali auttaa ryhmän- ja opintojenohjauksessa? Tapausesimerkkinä Haukilahden lukio: miten siellä ohjaaminen järjestetään? Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Webinaari on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>!<span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">  </a></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" column_structure=\"1_5,3_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\" hover_enabled=\"0\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:08:22','2021-02-02 13:08:22','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124839,2,'2021-02-02 13:24:19','2021-02-02 13:24:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu <strong>opoille ja ryhmänohjaajana toimiville opettajille</strong>, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>!<span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">  </a></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:24:19','2021-02-02 13:24:19','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124841,2,'2021-02-02 13:25:52','2021-02-02 13:25:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu <strong>opoille ja ryhmänohjaajana toimiville opettajille</strong>, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div></div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>! </div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-02-02 13:25:52','2021-02-02 13:25:52','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124848,1,'2021-02-10 14:27:02','2021-02-10 14:27:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/H2qINm7Jot4?t=84\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_padding=\"||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vRZfeHTBDajqQrXYi4TbgVrZ_e1pe8RleRT8D9r8cXORA2MTfRLcWL_G6C7BPqit10TfBe2kHJcDt5m/embed?start=true&loop=true&delayms=10000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-10 14:27:02','2021-02-10 14:27:02','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124845,1,'2021-02-10 14:22:21','2021-02-10 14:22:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=8m7nOccEGJc\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row _builder_version=\"4.4.3\" column_structure=\"1_5,3_5,1_5\"][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"3_5\"][et_pb_code _builder_version=\"4.4.3\" hover_enabled=\"0\" custom_padding=\"||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vRZfeHTBDajqQrXYi4TbgVrZ_e1pe8RleRT8D9r8cXORA2MTfRLcWL_G6C7BPqit10TfBe2kHJcDt5m/embed?start=true&loop=true&delayms=10000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_5\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-10 14:22:21','2021-02-10 14:22:21','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124849,1,'2021-02-10 14:27:37','2021-02-10 14:27:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/H2qINm7Jot4?t=84\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_padding=\"||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vRZfeHTBDajqQrXYi4TbgVrZ_e1pe8RleRT8D9r8cXORA2MTfRLcWL_G6C7BPqit10TfBe2kHJcDt5m/embed?start=true&loop=true&delayms=10000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-02-10 14:27:37','2021-02-10 14:27:37','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124856,2,'2021-02-17 12:51:22','2021-02-17 12:51:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1.2021 klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. </p>\n<p><br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-02-17 12:51:22','2021-02-17 12:51:22','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124854,2,'2021-02-17 12:39:41','2021-02-17 12:39:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-169px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"||-4px|||\" custom_padding=\"0px|||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Matkalle maailman ympäri 27.1.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Markus Jylhä</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"30px|auto||auto||\" custom_padding=\"|||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/xLw8is64m9Q\" _builder_version=\"4.4.3\"][/et_pb_video][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Google Earth koulutus</p>[/et_pb_text][et_pb_cta title=\"keskiviikkona 27.1. klo 14.50-16.20\" button_url=\"https://earth.google.com/\" url_new_window=\"on\" button_text=\"Google Earth\'n kotisivulle\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Vie opiskelijat maailmalle virtuaalisesti! Etätyöpajassa Markus Jylhä esittelee Google Earthin ja opastaa luomaan tehtäviä pitkin maailmaa. Et tarvitse ennakkotietoja Google Earthin käytöstä. Google Earth sopii moniin aineisiin: historia, maantiede, biologia, yhteiskuntaoppi, kuvataide... Etänä ke 27.1.2021 klo 14.50-16 ja katsottavissa tallenteena kahden viikon ajan koulutuksen jälkeen. <br />Ilmoittaudu mukaan alla olevalla lomakkeella! Koulutus on maksuton LUKU-verkoston opettajille.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Matkalle maailman ympäri 27.1.2021','','inherit','closed','closed','','124661-revision-v1','','','2021-02-17 12:39:41','2021-02-17 12:39:41','',124661,'https://lukuverkosto.fi/home/124661-revision-v1/',0,'revision','',0),(124852,2,'2021-02-17 12:27:39','2021-02-17 12:27:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/Mainos-10.3..jpg\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! Voit myös tilata pelkän tallenteen.</p>\n<p><em>Kuva: Dan Barrett, @brandman79, Unsplash.com</em></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-02-17 12:27:39','2021-02-17 12:27:39','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124851,2,'2021-02-17 12:24:14','2021-02-17 12:24:14','','Mainos 10.3.','','inherit','open','closed','','mainos-10-3','','','2021-02-17 12:24:14','2021-02-17 12:24:14','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/02/Mainos-10.3..jpg',0,'attachment','image/jpeg',0),(124857,2,'2021-02-17 13:05:28','2021-02-17 13:05:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>Tallenne...</p>[/et_pb_text][et_pb_video src=\"https://youtu.be/Pta6zK-JHOY\" _builder_version=\"4.4.3\" custom_margin=\"21px|||||\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p>...ja diat</p>[/et_pb_text][et_pb_code _builder_version=\"4.4.3\" height=\"245px\" max_height=\"669px\" custom_margin=\"62px||-229px|||\" custom_padding=\"93px||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQzoGz55vxPYKVFVadPjDVUdNndaGQbmBLbQ3llxf2Wt-UQvBBKXAMGeGPpYSeagA/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"1100\" height=\"320\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2021-02-17 13:05:28','2021-02-17 13:05:28','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124939,2,'2021-09-28 19:14:00','2021-09-28 19:14:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"12px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Vuosi yrittäjänä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-161px|auto|-246px|auto||\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2.12.2020 klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"107px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Vuosi yrittäjänä 2.12.2020','','inherit','closed','closed','','124586-revision-v1','','','2021-09-28 19:14:00','2021-09-28 19:14:00','',124586,'https://lukuverkosto.fi/home/124586-revision-v1/',0,'revision','',0),(124864,1,'2021-03-10 17:01:16','2021-03-10 17:01:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.4.3\"][/et_pb_image][et_pb_video src=\"https://youtu.be/sWEMfBIu_pk\" _builder_version=\"4.4.3\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! Voit myös tilata pelkän tallenteen.</p>\n<p><em>Kuva: Dan Barrett, @brandman79, Unsplash.com</em></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-03-10 17:01:16','2021-03-10 17:01:16','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124862,1,'2021-03-10 16:57:14','2021-03-10 16:57:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Työssä jaksamisen lyhyt oppimäärä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Mirka Lindholm, työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_image][et_pb_video src=\"https://youtu.be/sWEMfBIu_pk\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Jaksamisen keinoja työn arkeen</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee opettajan työn ajanhallintaa, työn rajaamista ja työstä palautumista. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin? <strong>Keskiviikkona 10. maaliskuuta</strong> klo 15.00-15.45 tai voit tilata pelkän tallenteen.</p>\n<p>Missä? <strong>Etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</p>\n<p><span style=\"font-size: 18px;\">Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan? <strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! Voit myös tilata pelkän tallenteen.</p>\n<p><em>Kuva: Dan Barrett, @brandman79, Unsplash.com</em></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\"]<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLScH71OqxrheHdfWOGuejYSqG6okL_tTAyfAUZ0djLEVxyAIvQ/viewform?embedded=true\" width=\"640\" height=\"1592\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Ladataan…</iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Työssä jaksamisen lyhyt oppimäärä 10.3.2021','','inherit','closed','closed','','124767-revision-v1','','','2021-03-10 16:57:14','2021-03-10 16:57:14','',124767,'https://lukuverkosto.fi/home/124767-revision-v1/',0,'revision','',0),(124866,2,'2021-04-13 06:15:41','2021-04-13 06:15:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" hover_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu <strong>opoille ja ryhmänohjaajana toimiville opettajille</strong>, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<div></div>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div></div>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>! </div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div> </div>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<div></div>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" hover_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\" hover_enabled=\"0\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:15:41','2021-04-13 06:15:41','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124870,2,'2021-04-13 06:26:04','2021-04-13 06:26:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\">.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"> </span><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p>&nbsp;</p>\n<p> <span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:26:04','2021-04-13 06:26:04','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124868,2,'2021-04-13 06:21:16','2021-04-13 06:21:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p><span style=\"font-size: 18px;\"> </span><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p> <span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle. </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja <strong>Henri Huovinen</strong>, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu <strong>opoille ja ryhmänohjaajana toimiville opettajille</strong>, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Aika: <strong>Keskiviikko 21.4. klo 15.00-15.30</strong>, voit myös tilata pelkän tallenteen</div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Ilmoittaudu mukaan tai tilaa tallenne <span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span>! </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:21:16','2021-04-13 06:21:16','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124873,2,'2021-04-13 06:33:18','2021-04-13 06:33:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:33:18','2021-04-13 06:33:18','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124876,2,'2021-04-13 06:37:48','2021-04-13 06:37:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span><span style=\"font-size: 18px;\"> </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:37:48','2021-04-13 06:37:48','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124872,2,'2021-04-13 06:30:56','2021-04-13 06:30:56','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p>&nbsp;</p>\n<p> <span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:30:56','2021-04-13 06:30:56','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124875,2,'2021-04-13 06:34:46','2021-04-13 06:34:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Opo- ja ryhmänohjaus LOPSIssa 21.4.','','inherit','closed','closed','','124805-revision-v1','','','2021-04-13 06:34:46','2021-04-13 06:34:46','',124805,'https://lukuverkosto.fi/home/124805-revision-v1/',0,'revision','',0),(124877,2,'2021-04-13 06:37:53','2021-04-13 06:37:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>Opo, ryhmänohjaus ja uusi lops</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Henri \"hoo-hoo\" huovinen, opo</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"531px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/02/HenriHuovinen.jpg\" _builder_version=\"4.4.3\" custom_margin=\"||-112px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_padding=\"|||2px||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<p><span style=\"color: #efca6b;\">Ideoita opintojen ja ryhmän-ohjaukseen Etevän avulla</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||70px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\"></span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">13.4.2021: </span><span style=\"font-size: 18px; color: #e02b20;\"><strong>Webinaari siirtyy syksyyn 2021.</strong></span><span style=\"font-size: 18px;\"> Jäsenoppilaitosten LUKU-tutorit mainostavat webinaaria jälleen, kun ajankohta varmistuu. Pahoittelut ja tapaamisiin syksyllä!</span></p>\n<p><span style=\"font-size: 18px;\">Miten uusi LOPS vaikuttaa opintojen ohjaamiseen ja ryhmänohjaamiseen? Tapausesimerkkinä Haukilahden lukion tapa järjestää ohjaaminen. Esittelyssä </span><span style=\"font-size: 18px;\">Otavan Etevä-materiaali ja miten se auttaa ryhmän- ja opintojenohjauksessa. Lisäksi tilaa kysymyksille ja keskustelulle.</span></p>\n<p><span style=\"font-size: 18px;\">Puhujana opo, pyskologian opettaja </span><strong style=\"font-size: 18px;\">Henri Huovinen</strong><span style=\"font-size: 18px;\">, joka on ollut tekemässä Etevä-materiaalia. Puolen tunnin webinaari on tarkoitettu </span><strong style=\"font-size: 18px;\">opoille ja ryhmänohjaajana toimiville opettajille</strong><span style=\"font-size: 18px;\">, ja se on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.  </span><span style=\"font-size: 18px;\"> </span></p>\n<p><span style=\"font-size: 18px;\">Aika: <span style=\"color: #e02b20;\"><strong>Syksy 2021</strong></span> </span><strong style=\"font-size: 18px;\">Keskiviikko 21.4. klo 15.00-15.30</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen.</span><span style=\"font-size: 18px;\"> </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p> Paikka: Google Meet osoitteessa <strong>live.lukuverkosto.fi </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"font-size: 18px;\">Ilmoittaudu mukaan tai tilaa tallenne </span><span style=\"font-size: 18px; color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\">tällä lomakkeella</a></strong></span><span style=\"font-size: 18px;\">! </span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div> </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Lisätiedot: LUKU-verkoston koordinaattorit Micaela Morero (micaela.morero (at) koulu.raasepori.fi) ja Misha Lindvall (misha.lindvall (at) edu.lohja.fi).  </div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong><a href=\"https://forms.gle/Q667bcckMBZ4hQ73A\" style=\"color: #0c71c3;\"> </a></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div><span style=\"color: #0c71c3;\"><strong></strong></span></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\" custom_padding=\"|||40px||\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" link_option_url=\"https://forms.gle/bJMgWeNnipAMLQCC6\"][/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','124805-autosave-v1','','','2021-04-13 06:37:53','2021-04-13 06:37:53','',124805,'https://lukuverkosto.fi/home/124805-autosave-v1/',0,'revision','',0),(124879,2,'2021-05-02 08:59:46','2021-05-02 08:59:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\"]<h1>MITEN tukea nepsy-nuorta lukiossa? ratkaisukeskeisiä vinkkejä arkeen</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Johanna Kiviniemi,\r\nneuropsykiatrinen valmentaja, erityisopettaja</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/H2qINm7Jot4?t=84\" _builder_version=\"4.4.3\" locked=\"on\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" custom_margin=\"63px|||||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"]<span style=\"color: #efca6b; font-size: xx-large;\">Webinaarin sisältö</span>\r[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"72px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span style=\"font-size: 18px;\">Osalla lukio-opiskelijoista on neuropsykiatrisia erityispiirteitä.  Miten tunnistaa tällainen nepsy-nuori ja tukea häntä opinnoissa? Erityisopettaja Johanna Kiviniemi antaa vinkkejä, ja aikaa on myös kysymyksille ja keskustelulle. Oheinen video johdattelee nepsy-termiin. Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.<span style=\"color: #0c71c3;\"></span></span></p>\n<p><span style=\"font-size: 18px;\">Aika: </span><strong style=\"font-size: 18px;\">keskiviikkona 10. helmikuuta klo 15.00-15.45</strong><span style=\"font-size: 18px;\">, voit myös tilata pelkän tallenteen. Tallenne on nähtävissä 2 viikon ajan webinaarin jälkeen.</span></p>\n<p><span style=\"font-size: 18px;\">Paikka: <strong>etänä Google Meetissä</strong> osoitteessa live.lukuverkosto.fi</span></p>\n<p><strong style=\"font-size: 18px;\">Lisätietoja:</strong><span style=\"font-size: 18px;\"> LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Täytä ilmoittautumislomake alla ja tule mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.4.3\"][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.4.3\"][et_pb_code _builder_version=\"4.4.3\" custom_padding=\"||0px|||\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vRZfeHTBDajqQrXYi4TbgVrZ_e1pe8RleRT8D9r8cXORA2MTfRLcWL_G6C7BPqit10TfBe2kHJcDt5m/embed?start=true&loop=true&delayms=10000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Nepsy-nuoren tukeminen lukiossa 10.2.2021','','inherit','closed','closed','','124715-revision-v1','','','2021-05-02 08:59:46','2021-05-02 08:59:46','',124715,'https://lukuverkosto.fi/home/124715-revision-v1/',0,'revision','',0),(124882,2,'2021-05-02 09:10:17','2021-05-02 09:10:17','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"90.4%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"56.7%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-05-02 09:10:17','2021-05-02 09:10:17','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124884,2,'2021-05-02 09:26:22','2021-05-02 09:26:22','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"485px\" custom_padding=\"||15px|0px||\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/Misha-profiilikuva.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||198px||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/Micaela-omakuva-tammikuu-2020-2.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" width=\"100%\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" child_mix_blend_mode=\"darken\"][/et_pb_team_member][/et_pb_column][et_pb_column _builder_version=\"4.4.3\" type=\"1_3\" hover_enabled=\"0\"][et_pb_team_member name=\"Ville Hämäläinen\" image_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" hover_enabled=\"0\" header_font=\"Montserrat|700|||||||\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"367px\" custom_padding=\"||15px|\" hover_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/sean-connery.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/olavi-nurmi.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/pia-loman.jpg\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-05-02 09:26:22','2021-05-02 09:26:22','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124886,1,'2021-05-24 15:37:04','2021-05-24 15:37:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Automaattinen luonnos','','inherit','closed','closed','','124327-revision-v1','','','2021-05-24 15:37:04','2021-05-24 15:37:04','',124327,'https://lukuverkosto.fi/home/124327-revision-v1/',0,'revision','',0),(125279,1,'2022-01-26 11:14:13','2022-01-26 11:14:13','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]We are a full service\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" custom_margin=\"||40px|\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Creative <br /><span style=\"color: #353740;\">Design Agency</span></h1>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has normal.\r[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"4px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/business_01.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>What we do</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"UX Research\" use_icon=\"on\" font_icon=\"%%74%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%103%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Development\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Business Strategy\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Web Design\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Photography\" use_icon=\"on\" font_icon=\"%%108%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://www.youtube.com/watch?v=1ALjCZkKuUM\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-01.jpg\" _builder_version=\"3.0.83\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Generating New Ideas. Solving Big Problems</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Projects\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Satisfied Clients\" number=\"54\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Ongoing Projects\" number=\"12\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Cups Of Coffee\" number=\"906\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"109px||110px|\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-07-1.png\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Why we are different</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make point of using a type specimen book.</p>[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Learn More\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Latest Work</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-02.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-03.jpg\" url=\"#\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"3.25\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-05.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"#\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"#\" button_text=\"See More\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Skill Section\" _builder_version=\"3.22\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Our Skills</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Skill\" _builder_version=\"3.25\" custom_padding=\"20px||10px|\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"flip\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It is a long established fact that a reader. It was popularised in the 1960s with the release.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_counters bar_bg_color=\"#fcd21d\" use_percentages=\"off\" _builder_version=\"3.0.87\" title_font=\"Montserrat|||on|||||\" title_text_color=\"#353740\" title_font_size=\"12px\" title_letter_spacing=\"1px\" title_line_height=\"2em\" percent_font_size=\"1px\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"30%\"][et_pb_counter percent=\"90\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Branding - 90%\r[/et_pb_counter][et_pb_counter percent=\"77\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]UX Research - 77%\r[/et_pb_counter][et_pb_counter percent=\"85%\" _builder_version=\"3.0.83\" title_font=\"||||||||\" percent_font=\"||||\" background_color=\"#ececee\" custom_margin=\"||35px|\" custom_padding=\"|||\" background_enable_color_default=\"on\" parallax_default=\"off\" parallax_method_default=\"on\" bar_background_color_default=\"#fcd21d\" use_percentages=\"off\" allow_player_pause_default=\"off\"]Interface Design - 85%\r[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gradient Background Color Section\" _builder_version=\"3.22\" background_color_gradient_direction=\"90deg\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/background-split-03-1.jpg\" custom_margin=\"||78px|\" custom_margin_tablet=\"||0px|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%||0px|\"][et_pb_row _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/MB-purefront-02.png\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"||-56px|\" custom_margin_tablet=\"||10%|\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1500ms\" animation_intensity_slide=\"10%\" animation_starting_opacity=\"100%\" locked=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" custom_margin=\"40px||50px|\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Award winning Design</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus sapien, tempus nec lectus vitae, varius porttitor turpis. Ut sit amet tincidunt nulla, nec ultrices est. Aliquam sollicitudin tempor dui, ac accumsan metus vulputate sit amet. Donec placerat rutrum tellus et.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Product\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.83\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Branding\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"3.0.82\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonial Section\" _builder_version=\"3.22\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Testimonial Title\" _builder_version=\"3.25\" custom_margin=\"|||\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat|on||on|\" text_text_color=\"#353740\" text_font_size=\"42px\" text_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\"]<p>From Our Clients</p>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"600px\" module_alignment=\"center\" custom_margin=\"|||\"]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Testimonial\" _builder_version=\"3.25\" custom_padding=\"|||\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Mitch Skolnik\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_1.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Andrel Nahaev\" job_title=\"operation Director\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_3.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_testimonial author=\"Eduard Ungureanu\" job_title=\"Tech Support\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_2.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][et_pb_testimonial author=\"Tom Ewer\" job_title=\"Blogger\" company_name=\"Elegant Themes\" portrait_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/portraits-circle-small_5.png\" quote_icon=\"off\" _builder_version=\"3.2\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" use_background_color=\"off\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"20%\"]“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration by injected humour.”\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Let\'s Start Something new<br /><span style=\"color: #FFF;\">Say Hello!</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit laborum. Sed ut perspiciatis unde omnis.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Company\" field_title=\"Company Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','(Blanko etusivupohja)','','inherit','closed','closed','','124327-revision-v1','','','2022-01-26 11:14:13','2022-01-26 11:14:13','',124327,'https://lukuverkosto.fi/home/?p=125279',0,'revision','',0),(125280,1,'2022-01-26 11:34:59','0000-00-00 00:00:00','<!-- wp:divi/placeholder /-->','Blogi-sivun pohja','','draft','closed','closed','','','','','2022-01-26 11:34:59','2022-01-26 11:34:59','',0,'https://lukuverkosto.fi/home/?page_id=125280',0,'page','',0),(125281,1,'2022-01-26 11:34:59','2022-01-26 11:34:59','<!-- wp:divi/placeholder /-->','Blogi-sivun pohja','','inherit','closed','closed','','125280-revision-v1','','','2022-01-26 11:34:59','2022-01-26 11:34:59','',125280,'https://lukuverkosto.fi/home/?p=125281',0,'revision','',0),(124900,1,'2021-08-18 13:40:57','2021-08-18 13:40:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-08-18 13:40:57','2021-08-18 13:40:57','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124898,1,'2021-08-18 12:24:36','2021-08-18 12:24:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" hover_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Nimi: %%Nimi%%||et_pb_line_break_holder||Email: %%Email%%||et_pb_line_break_holder||Viesti: %%Viesti%%\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"3px|||||\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-08-18 12:24:36','2021-08-18 12:24:36','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (124894,1,'2021-08-18 12:11:51','2021-08-18 12:11:51','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||||et_pb_line_break_holder||Nimi: %%Nimi%%||et_pb_line_break_holder||Sähköposti: %%Sähköposti%%||et_pb_line_break_holder||Oppilaitos/yritys: %%Oppilaitos/yritys%%||et_pb_line_break_holder||Viesti: %%Viesti%%\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-08-18 12:11:51','2021-08-18 12:11:51','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124890,1,'2021-08-18 11:39:54','2021-08-18 11:39:54','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Hero Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-05.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"13vw||0|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px|||\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"2%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" prev_background_color=\"#ffffff\"][et_pb_row admin_label=\"Hero Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||10vw|\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"Bungee||||||||\" header_font_size=\"80px\" header_line_height=\"1.4em\" header_2_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" header_font_size_tablet=\"40px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h1>Someron laaturappaus</h1>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\"] Kaksi rappausta yhden hinnalla - ensimmäisen epäonnistuessa tarjoamme jälkimmäisen kaupan päälle. Someron laaturappaus (SoLa) on osa Cleanest Group Oy tuoteperhettä.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"CTA Area\" _builder_version=\"3.25\" background_color=\"#ffffff\" width=\"90%\" max_width=\"90%\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"200ms\" animation_intensity_slide=\"20%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" locked=\"off\" column_structure=\"1_3,2_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" background_color=\"#0072ff\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa ilmainen arviointikäynti\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"40px|10%|40px|10%\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" locked=\"off\"] Soita: <a style=\"white-space: nowrap;\" href=\"el:123456789\">0-800-pete-betoni</a>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"3.22\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-09.jpg\" background_size=\"initial\" module_alignment=\"right\" custom_padding=\"120px||120px|\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Pumppurappaus - ylivoimainen vaihtoehto laattapohjien rappauksiin</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Olemme erikoistuneet linjasaneerauksien laattapohjien rappauksiin <strong>SAINT-GOBAIN WEBER OY AB</strong>:n valmistamilla pikalaasteilla.\r\n\r\nKäytämme tuotannossamme korkeapainepumppaustekniikkaa yhdessä automatisoidun prosessin kanssa. Laasti pumpataan kohteeseen suoraan kuorma-autosta. Tehokas tuotantomme merkitsee <strong>edullisempia hintoja asiakkaillemme</strong>.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" _builder_version=\"3.25\" custom_margin=\"10px|||\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Lujuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Pumppurappaus -menetelmällä saavutetaan laasteille erinomainen tartunta alustaan ja sisäinen lujuus, joka ylittää reilusti vedeneristeiden vaatiman 0,5 N/mm<sup>2</sup> -tason. Valvomme tuotantoamme mm. suorittamalla vetokokeita.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Tasaisuus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Jälkityöstämme ruiskutetun ja linjatun rappauspinnan vedeneristeelle riittävän tasaiseksi ja huokosettomaksi. Erillinen tasoitus ja tasoituksen alle tuleva pohjustus ovat tarpeettomia. Asiakkaamme säästävät näin aikaa ja selvää rahaa.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Suoruus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Pinnan suoruus on laatoittajan kannalta oleellinen tekijä. Suoran ja tasaisen Pumppurappauksen jälkeen vedeneristys- ja laatoitustyöt voivat alkaa luotettavasti suunniteltuna ajankohtana ilman aikaa vieviä jälkitöitä. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Services\" _builder_version=\"3.25\" custom_margin=\"10px|||\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Kuivuminen\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Käyttämämme Weber-pikalaastit kuivuvat nopeasti, jopa kahdessa vuorokaudessa. Vedeneristystyöt voidaan tarvittaessa aloittaa pian Pumppurappaustyön jälkeen.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Täytöt\" button_url=\"#\" button_text=\"Lue lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"] Nopeasti reagoiva laasti mahdollistaa useiden rappauskerrosten tekemisen märkää-märälle-\r\nmenetelmällä.\r[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Nopeus\" button_url=\"#\" button_text=\"Lue Lisää\" _builder_version=\"3.16\" header_level=\"h4\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"14px\" body_line_height=\"1.8em\" background_color=\"rgba(0,0,0,0)\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#0072ff\" button_border_width=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_use_icon=\"off\" background_layout=\"light\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(51,51,51,0.12)\" button_text_color_hover=\"#000000\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#000000\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Asiakkaamme pääsevät aloittamaan laattapohjien oikaisun jälkeiset työvaiheet aikaisemmin. Pumppurappaamalla valmistuu 8 kylpyhuonetta kahdessa työpäivässä.\r[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Muut palvelut\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"About Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-06.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"13vw||13vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\"][et_pb_row admin_label=\"About Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_width_left=\"10px\" border_color_left=\"#ff5400\"]<h2><span style=\"font-size: x-large;\">Tilaa ilmainen arviointikäynti ja remonttisuunnitelma</span></h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Järjestämme mielellämme tutustumiskäynnin työmaille, joille olemme etukäteen pyytäneet vierailu- ja esittelyluvan uusille asiakkaillemme. [/et_pb_text][et_pb_contact_form captcha=\"off\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" custom_padding=\"30px|||\" form_background_color=\"#ffffff\" locked=\"off\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viestisi\" field_title=\"Viestisi\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recent Work\" _builder_version=\"3.22\"][et_pb_row admin_label=\"Service Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Pumppurappauksen työvaiheet</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_line_height=\"1.8em\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"|||\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Linjasaneeraukset ja laattapohien saneeraukset valmiiksi kahdessa työpäivässä.\r\nTyövaiheita on vain kolme.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_tabs active_tab_background_color=\"#ffffff\" inactive_tab_background_color=\"rgba(0,0,0,0)\" _builder_version=\"3.10\" body_font=\"||||||||\" body_text_align=\"left\" body_font_size=\"16px\" body_line_height=\"1.8em\" tab_font=\"Bungee|700||on|||||\" tab_letter_spacing=\"2px\" tab_line_height=\"3em\" custom_padding=\"60px|40px|60px|40px|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" border_width_all=\"0px\" border_color_all=\"#0072ff\" border_width_top=\"10px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\"][et_pb_tab title=\"PRIMEROINTI JA JOHTEIDEN ASENNUS\" _builder_version=\"3.10\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<iframe src=\"https://www.youtube.com/embed/PZLHCiIOuRs?list=PLZP0D9i4Nkjx2Pexci1hvrMv9BmjOBz5m\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/et_pb_tab][et_pb_tab title=\"RAPPAUS\" _builder_version=\"3.2\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-11.jpg\" />\r[/et_pb_tab][et_pb_tab title=\"LAADUNVARMISTUS JA LUOVUTUS\" _builder_version=\"3.10\" body_font=\"||||||||\" tab_font=\"||||||||\" background_color=\"rgba(0,0,0,0)\"]<img src=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-12.jpg\" />\r[/et_pb_tab][/et_pb_tabs][et_pb_code _builder_version=\"3.10\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" admin_label=\"Client Testimonials Section\" _builder_version=\"3.22\" background_color=\"#0072ff\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_11.png\" background_size=\"initial\" background_position=\"top_right\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"5vw||5vw|0|true|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"120px||120px||true\" top_divider_style=\"asymmetric4\" top_divider_repeat=\"0.5x\" top_divider_flip=\"vertical\" bottom_divider_style=\"asymmetric3\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" locked=\"off\"][et_pb_row admin_label=\"Client Testimonials Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ffffff\" border_width_left=\"10px\"]<h2>asiakkailta ja yhteistyökumppaneilta</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Testimonials\" _builder_version=\"3.25\" custom_margin=\"10px|||\" custom_padding=\"23.21875px|0px|0|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\"]“Laaturappaus on bing. Saimme korvaamatonta apua keskikokoisen muurimme rakennustyössä.”\r\n\r\n<b>Donald Trump</b>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.10\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" locked=\"off\"] <span style=\"font-size: 18px;\">\"Työnjälki oli mielestäni hieman niin ja näin. Otamme ammattilaisen seuraavalle kerralla. Hyvä yritys silti.\"</span>\r\n\r\n<b style=\"font-size: 18px;\">Tiina Jokila</b>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman_15.png\" _builder_version=\"3.2\" header_font=\"||||||||\" body_font=\"||||||||\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"40px|30px|40px|30px|true|true\" border_width_all=\"1px\" border_color_all=\"rgba(255,255,255,0.24)\" locked=\"off\"]“Hirmuisen komeita työmiehiä.\r\nUpeita uniformuja. xoxoxo.”\r\n\r\n<strong>Nimetön/\r\n</strong><strong>Tekstaripalsta</strong>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Why Choose Us Section\" _builder_version=\"3.22\" background_size=\"initial\" background_position=\"bottom_right\" module_alignment=\"right\" custom_margin=\"||||false\" custom_padding=\"120px||120px||true\" locked=\"off\"][et_pb_row admin_label=\"FAQ Area\" _builder_version=\"3.25\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Bungee||||||||\" header_2_font_size=\"48px\" header_2_line_height=\"1.4em\" custom_margin=\"|||-40px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||30px\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" header_2_font_size_tablet=\"30px\" header_2_font_size_phone=\"\" header_2_font_size_last_edited=\"on|tablet\" border_color_all=\"#ff5400\" border_width_left=\"10px\"]<h2>Miksi valita meidät?</h2>\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Features\" _builder_version=\"3.25\" custom_margin=\"10px|||\" custom_padding=\"25.609375px|0px|25px|0px|false|false\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"tehokkuus\" use_icon=\"on\" font_icon=\"%%277%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\"] Laaturappaus on markkinoiden ylivoimaisesti tehokkain tapa suorittaa laattapohjien rappaukset\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"edullisuus\" use_icon=\"on\" font_icon=\"%%173%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.2\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Käyttämämme menetelmän avulla säästät sekä aikaa, että rahaa. Täydellinen Win-Win-tilanne.\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"laatutakuu\" use_icon=\"on\" font_icon=\"%%147%%\" icon_color=\"#ff5400\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.0.106\" header_font=\"Bungee||||||||\" header_line_height=\"1.8em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"] Suoritamme jatkuvaa laaduntarkkailua ja annamme työllemme 100 prosenttisen laatutakuun.\r[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Footer Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b303a\" background_color_gradient_end=\"rgba(43,48,58,0.5)\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top left\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://lukuverkosto.fi/home/wp-content/uploads/2018/07/handyman-07.jpg\" module_alignment=\"right\" custom_margin=\"60px|60px|60px|60px|true|true\" custom_margin_tablet=\"0px|0px|0px|0px|true|true\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||13vw|0|false|false\" custom_padding_tablet=\"|||0px\" custom_padding_phone=\"||120px|\" bottom_divider_style=\"asymmetric4\" bottom_divider_repeat=\"0.5x\" bottom_divider_flip=\"horizontal\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" box_shadow_style=\"preset3\" box_shadow_vertical=\"-80px\" box_shadow_blur=\"200px\" box_shadow_spread=\"-40px\" box_shadow_color=\"rgba(0,0,0,0.12)\" next_background_color=\"#ffffff\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" admin_label=\"Footer Area\" _builder_version=\"3.25\" background_color=\"#ff5400\" width=\"90%\" max_width=\"90%\" module_alignment=\"right\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"0px||0px|\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" column_structure=\"2_3,1_3\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" background_color=\"#ffffff\" custom_padding=\"40px|10%|40px|10%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"#7f7f7f\" text_font_size=\"16px\" text_letter_spacing=\"4px\" text_line_height=\"2em\" link_font=\"Bungee||||||||\" link_text_color=\"#ff5400\" link_font_size=\"24px\" link_letter_spacing=\"4px\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"|||\" custom_padding_tablet=\"35px|70px|25px|70px\" custom_padding_phone=\"50px|20px|40px|20px\" custom_padding_last_edited=\"off|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"24px\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"off|desktop\" locked=\"off\"] olemme paikalla 24/7!\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Lähetä sähköpostia\" button_alignment=\"center\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#ff5400\" button_border_width=\"12px\" button_border_color=\"#ff5400\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px||true|true\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"CTA Area\" _builder_version=\"3.25\" custom_margin=\"10vw|||\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_layout=\"dark\" max_width=\"700px\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Kiinnostuitko? Soita ja suunnitellaan yhdessä projektisi laatutakuulla.\r[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"|900||on|||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_letter_spacing=\"2px\" text_line_height=\"1.8em\" link_font=\"Bungee||||||||\" link_text_color=\"#ffffff\" link_font_size=\"30px\" link_letter_spacing=\"4px\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"30px||30px|\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" link_font_size_tablet=\"\" link_font_size_phone=\"24px\" link_font_size_last_edited=\"on|desktop\"] asiakaspalvelu: <a style=\"white-space: nowrap;\" href=\"el:123456789\">o-800-pete-betoni</a>\r[/et_pb_text][et_pb_button button_text=\"Tutustu palveluihin\" _builder_version=\"3.16\" custom_button=\"on\" button_text_size=\"16px\" button_bg_color=\"#0072ff\" button_border_width=\"12px\" button_border_color=\"#0072ff\" button_border_radius=\"0px\" button_letter_spacing=\"4px\" button_font=\"Bungee||||||||\" button_icon=\"%%3%%\" background_layout=\"dark\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Social Media Links\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_social_media_follow _builder_version=\"3.2\" custom_margin=\"|||\" custom_padding=\"|||\" border_radii=\"on|0px|0px|0px|0px\" border_width_all=\"7px\" border_color_all=\"#6c717c\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]youtube[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"skype\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]skype[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.106\" background_color=\"#6c717c\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Someron laaturappaus','','inherit','closed','closed','','123550-revision-v1','','','2021-08-18 11:39:54','2021-08-18 11:39:54','',123550,'https://lukuverkosto.fi/home/123550-revision-v1/',0,'revision','',0),(124896,1,'2021-08-18 12:19:25','2021-08-18 12:19:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\"]Supersuositut Webinaarimme ovat täällä taas. Kevään 2020 tarjonta keskittyy voimakkaasti virtuaaliopetukseen.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p>Supersuosittu webinaaritoiminta jatkuu koko kevään ajan. Opettajien toivomuksista aiheet on rajattu koskemaan etä- ja virtuaaliopetusta. Kevään viimeiset koulutukset käsittelevät G-suite for education ohjelmistojen käyttöä 2. asteen pedagogisessa työssä. Webinaaritarjonta kuuluu kaikkien luku-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\"][et_pb_row _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||||et_pb_line_break_holder||Nimi: %%Nimi%%||et_pb_line_break_holder||Sähköposti: %%Email%%||et_pb_line_break_holder||Viesti: %%Viesti%%\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" custom_padding=\"3px|||||\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos_/_yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-08-18 12:19:25','2021-08-18 12:19:25','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124924,2,'2021-08-18 16:24:56','2021-08-18 16:24:56','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jenni Sinkko\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 16:24:56','2021-08-18 16:24:56','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124912,1,'2021-08-18 14:16:18','2021-08-18 14:16:18','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 14:16:18','2021-08-18 14:16:18','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124907,1,'2021-08-18 14:11:32','2021-08-18 14:11:32','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" min_height=\"36px\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 14:11:32','2021-08-18 14:11:32','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124910,1,'2021-08-18 14:14:12','2021-08-18 14:14:12','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 14:14:12','2021-08-18 14:14:12','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124909,1,'2021-08-18 14:11:59','2021-08-18 14:11:59','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" min_height=\"36px\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pia Loman\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\" min_height=\"607px\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" custom_padding=\"25px|||||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Välimaa-Saari\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikko\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-08-18 14:11:59','2021-08-18 14:11:59','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124914,1,'2021-08-18 14:25:00','2021-08-18 14:25:00','[et_pb_fullwidth_map address=\"Oakland, CA, USA\" address_lat=\"37.8043637\" address_lng=\"-122.2711137\" mouse_wheel=\"off\" use_grayscale_filter=\"on\" grayscale_filter_amount=\"70\" _builder_version=\"4.4.3\" child_filter_saturate=\"30%\" template_type=\"module\"][et_pb_map_pin pin_address=\"Oakland, CA, USA\" pin_address_lat=\"37.8043637\" pin_address_lng=\"-122.2711137\" _builder_version=\"3.0.78\"][/et_pb_map_pin][et_pb_map_pin pin_address=\"lohja\" _builder_version=\"4.4.3\"][/et_pb_map_pin][/et_pb_fullwidth_map]','google-kartta pohja','','publish','closed','closed','','google-kartta-pohja','','','2021-08-18 14:25:00','2021-08-18 14:25:00','',0,'https://lukuverkosto.fi/home/et_pb_layout/google-kartta-pohja/',0,'et_pb_layout','',0),(124918,1,'2021-08-18 14:29:52','2021-08-18 14:29:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Viesti%%\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2021-08-18 14:29:52','2021-08-18 14:29:52','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124917,1,'2021-08-18 14:27:39','2021-08-18 14:27:39','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Email%%||et_pb_line_break_holder||%%Oppilaitos/Yritys%%||et_pb_line_break_holder||%%Viesti%%\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2021-08-18 14:27:39','2021-08-18 14:27:39','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124920,1,'2021-08-18 14:33:13','2021-08-18 14:33:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Email%%||et_pb_line_break_holder||%%Oppilaitos/Yritys%%||et_pb_line_break_holder||%%Viesti%%\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2021-08-18 14:33:13','2021-08-18 14:33:13','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124922,1,'2021-08-18 14:55:02','2021-08-18 14:55:02','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\"]<h1>yhteystiedot</h1>\r[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"4.4.3\" custom_margin=\"-32px|||||\" custom_padding=\"110px||20px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" width=\"66.3%\" custom_margin=\"|350px||350px||true\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_margin=\"|-46px||||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Lohjan Yhteislyseon lukio</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 369 1469\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||17px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Lohjan aikuislinja</h4>\r\nRantapuisto 39\r\n08100 Lohja\r\n\r\n+358 44 045 6917\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"78.2%\" custom_margin=\"|35px||||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Luksia</h4>\n<p>Toivonkatu 4<br /> 08100 Lohja</p>\n<p>+358 19 369 61</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" width=\"100%\" custom_margin=\"|||-92px||\" custom_padding=\"|||0px||\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Hankoniemen lukio</h4>\r\nBromarvinkatu 36\r\n10900 Hanko\r\n\r\n+358 40 135 9210\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" _builder_version=\"3.22\" custom_margin=\"||-33px|||\" custom_padding=\"0px||68px|||\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Contact Area\" _builder_version=\"4.4.3\" custom_margin=\"-27px|350px||auto||\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_intensity_zoom=\"20%\"]<h4>Karjaan lukio</h4>\r\nTammisaarentie 62\r\n10320 Karjaa\r\n\r\n+358 19 289 3582\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" custom_padding=\"|||16px||\" animation_style=\"zoom\" animation_delay=\"100ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Karkkilan lukio</h4>\r\nKoulukuja 7\r\n03600 Karkkila\r\n\r\n+358 44 544 6394\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_font=\"||||on|||#fcd21d|double\" link_text_color=\"#353740\" header_font=\"Montserrat||||\" header_4_font=\"Montserrat|700|||||||\" header_4_text_color=\"#353740\" header_4_font_size=\"22px\" header_4_line_height=\"1.9em\" animation_style=\"zoom\" animation_delay=\"200ms\" animation_intensity_zoom=\"20%\" locked=\"off\"]<h4>Vihdin lukio</h4>\r\nHiidenvedentie 3\r\n03100 Vihti\r\n\r\n+358 9 4258 3007\r\n\r\n&nbsp;\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Map Section\" _builder_version=\"3.22\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_padding=\"110px||110px|\" animation_direction=\"bottom\" saved_tabs=\"all\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\"]<h2>ota yhteyttä!</h2>\r[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\"]Ota rohkeasti yhteyttä – vastaamme mielellämme!\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti LUKU-verkoston sivulta||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Email%%||et_pb_line_break_holder||%%Oppilaitos/Yritys%%||et_pb_line_break_holder||%%Viesti%%\" success_message=\"Kiitokset viestistäsi!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#353740\" button_border_width=\"5px\" button_border_color=\"#353740\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#353740\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/Yritys\" field_title=\"Oppilaitos / Yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Yhteys','','inherit','closed','closed','','124354-revision-v1','','','2021-08-18 14:55:02','2021-08-18 14:55:02','',124354,'https://lukuverkosto.fi/home/124354-revision-v1/',0,'revision','',0),(124932,2,'2021-09-28 17:40:42','0000-00-00 00:00:00','','Erasmus Q & A','','draft','open','open','','','','','2021-09-28 17:40:42','2021-09-28 17:40:42','',0,'https://lukuverkosto.fi/home/?p=124932',0,'post','',0),(124933,2,'2021-09-28 17:40:42','2021-09-28 17:40:42','','Erasmus Q & A','','inherit','closed','closed','','124932-revision-v1','','','2021-09-28 17:40:42','2021-09-28 17:40:42','',124932,'https://lukuverkosto.fi/home/124932-revision-v1/',0,'revision','',0),(124967,1,'2021-10-06 06:36:43','2021-10-06 06:36:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 06:36:43','2021-10-06 06:36:43','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124965,1,'2021-10-06 06:34:22','2021-10-06 06:34:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" inline_fonts=\"Abel\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 06:34:22','2021-10-06 06:34:22','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124941,1,'2021-09-29 10:37:37','2021-09-29 10:37:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"1px||0px|||\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"logosbeneficaireserasmusright_fi_0\" custom_padding=\"|925px|4px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"8px|||||\" custom_margin=\"|auto|-9px|auto||\" min_height=\"20px\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"-40px||-32px|||\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','publish','closed','closed','','erasmus','','','2021-10-07 11:21:20','2021-10-07 11:21:20','',0,'https://lukuverkosto.fi/home/?page_id=124941',0,'page','',0),(124942,1,'2021-09-29 10:26:27','2021-09-29 10:26:27','','Erasmus 6.10.','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:26:27','2021-09-29 10:26:27','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124948,1,'2021-09-29 10:39:34','2021-09-29 10:39:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Päivittyy</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"></span></span></span></li>\n<li> </li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:39:34','2021-09-29 10:39:34','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124947,1,'2021-09-29 10:39:31','2021-09-29 10:39:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Päivittyy</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"></span></span></span></li>\n<li> </li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus 6.10.','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:39:31','2021-09-29 10:39:31','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124946,1,'2021-09-29 10:37:37','2021-09-29 10:37:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<ol>\n<li>Päivittyy</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"></span></span></span></li>\n<li> </li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus 6.10.','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:37:37','2021-09-29 10:37:37','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124944,1,'2021-09-29 10:27:01','2021-09-29 10:27:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Google Workspacen uutuudet</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sami Marttinen (Cloudpoint)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/r8mdfxknr2c\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/11/peitekuva.png\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\">Etäopetuksesitueksi</span></p>[/et_pb_text][et_pb_cta button_url=\"https://blogi.cloudpoint.fi/2020/10/google-g-suite-on-nyt-google-workspace.html\" url_new_window=\"on\" button_text=\"Lisätietoja Cloudpointin blogissa *klik *klik\" _builder_version=\"4.4.3\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p>Koulutuksen aiheet (diat sivun alalaidassa)</p>\n<ol>\n<li>G Suitesta Workspaceksi (00:00-18:29)</li>\n<li>Meetin uudet ominaisuudet ja hallinnointi (18:30-28:04)</li>\n<li>Workspacen ydin: Google Chat ja Gmail (28:05-31:34)</li>\n<li>Docsin uudet ominaisuudet (31:35-40:55)  </li>\n<li>Slidesin uudet ominaisuudet (40:56-44:20)</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\">Classroomin uudet ominaisuudet (44:21-1:12:45)<br /><br /></span></span>\n<p><span style=\"font-size: 18px;\">(Video poistuu palvelusta 31.12.2020)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" custom_padding=\"|||40px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.4.3\" custom_margin=\"-49px|167px||||\" custom_padding=\"|36px||||\" global_colors_info=\"{}\"]<iframe src=\"https://docs.google.com/presentation/d/e/2PACX-1vQm6HEMmkMnrm1gDwUZ9Kj87gGPnu9cIrUGY5bBLEG6tIvYW6AFX-pcZWW18FhEkjvJKESLf6P_Jjgm/embed?start=false&loop=false&delayms=3000\" frameborder=\"0\" width=\"960\" height=\"569\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus 6.10.','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:27:01','2021-09-29 10:27:01','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124950,1,'2021-09-29 10:41:34','2021-09-29 10:41:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.4.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Päivittyy</li>\n<li><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"><span style=\"font-size: 18px;\"></span></span></span></li>\n<li> </li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-09-29 10:41:34','2021-09-29 10:41:34','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124952,1,'2021-10-05 11:27:31','2021-10-05 11:27:31','Haastattelija: Misha Lindvall','Erasmus+ Q &A','','inherit','open','closed','','erasmus-haastattelu','','','2021-10-05 11:28:48','2021-10-05 11:28:48','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3',0,'attachment','audio/mpeg',0),(124953,1,'2021-10-05 11:55:18','2021-10-05 11:55:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio title=\"Erasmus+ Q&A\" artist_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"Erasmus+ Q &A\" audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" hover_enabled=\"0\" sticky_enabled=\"0\" album_name=\"Haastattelijana Misha Lindvall\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li> Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 11:55:18','2021-10-05 11:55:18','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124955,1,'2021-10-05 12:00:53','2021-10-05 12:00:53','','sterlinglanier-lanier-NlKx5eQF9do-unsplash','','inherit','open','closed','','sterlinglanier-lanier-nlkx5eqf9do-unsplash','','','2021-10-05 12:00:53','2021-10-05 12:00:53','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg',0,'attachment','image/jpeg',0),(124957,1,'2021-10-05 12:02:48','2021-10-05 12:02:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio title=\"Erasmus+ Q&A\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"sterlinglanier-lanier-NlKx5eQF9do-unsplash\" audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" hover_enabled=\"0\" sticky_enabled=\"0\" album_name=\"Sanna Benamar\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li> Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 12:02:48','2021-10-05 12:02:48','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124956,1,'2021-10-05 12:01:35','2021-10-05 12:01:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio title=\"Erasmus+ Q&A\" artist_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"sterlinglanier-lanier-NlKx5eQF9do-unsplash\" audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" hover_enabled=\"0\" sticky_enabled=\"0\" album_name=\"Haastattelijana Misha Lindvall\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li> Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 12:01:35','2021-10-05 12:01:35','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124958,1,'2021-10-05 12:03:42','2021-10-05 12:03:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio title=\"Erasmus+ Q&A\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"sterlinglanier-lanier-NlKx5eQF9do-unsplash\" audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" hover_enabled=\"0\" sticky_enabled=\"0\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li> Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 12:03:42','2021-10-05 12:03:42','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124959,1,'2021-10-05 12:06:16','2021-10-05 12:06:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheenssa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 12:06:16','2021-10-05 12:06:16','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124960,1,'2021-10-05 12:06:39','2021-10-05 12:06:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"color: #efca6b;\">SISÄLTÖ</span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.10.8\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A','','inherit','closed','closed','','124941-revision-v1','','','2021-10-05 12:06:39','2021-10-05 12:06:39','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124979,1,'2021-10-06 07:38:43','2021-10-06 07:38:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"79px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-10-06 07:38:43','2021-10-06 07:38:43','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124961,2,'2021-10-05 15:39:21','2021-10-05 15:39:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-10-05 15:39:21','2021-10-05 15:39:21','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124966,1,'2023-05-25 10:11:11','2021-10-06 06:36:14',' ','','','publish','closed','closed','','124966','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=124966',4,'nav_menu_item','',0),(124968,1,'2021-10-06 06:36:46','2021-10-06 06:36:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>ERasmus+ Q&amp;A -podcast</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"92px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 06:36:46','2021-10-06 06:36:46','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124969,1,'2021-10-06 06:51:23','2021-10-06 06:51:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 13.00-16.15\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>LUOKKAHUONEENA EUROOPPA – ETWINNING WEBINAARI <br />Paikka: Verkkoalusta: https://etwinningedufi.whereby.com/koulutus<br />Kouluttaja: <strong>eTwinning-lähettiläs Tiina Sarisalmi</strong><br />Kohde: kaikki lukion eri aineiden opettajat</p>\n<p>eTwinning tarjoaa kätevän ja turvallisen ammatillisen yhteistyöverkoston, johon kuuluu lähes<br />miljoona opettajaa eri puolilta Eurooppaa ja sen lähiympäristöä. eTwinningin kautta on helppo<br />löytää kumppaniluokka ja käynnistää yhteistyö liittyen erilaisiin oppimisen sisältöihin ja<br />tavoitteisiin (kaikki eri oppiaineet sekä monialaiset ilmiöt, ongelmat tai teemat).</p>\n<p><strong>Koulutuksen ohjelma</strong><br />13.00-13.30 Esitellään lyhyesti eTwinning tavoitteet ja oppimiskäsitys ja tutkitaan miten<br />eTwinning tukee lukion opetussuunnitelman toteutumista<br />13.30-13.50 Tutkitaan eTwinning-portaalin julkista sivustoa ja pohditaan millainen voisi olla hyvä<br />oppimisprojekti<br />13.50-14.30 Tutustutaan eTwinning Live -opettajien yhteistyöympäristön työkaluihin:<br />oman profiilin muokkaus, ryhmien toimintaan ja tapahtumiin osallistuminen ja<br />kumppaninhaku<br />14.30–14.45 Jaloittelu- ja kahvitauko<br />14.45–15.15 Projektin suunnittelu ja perustaminen<br />15.15–16.00 Twinspace projektiympäristön eri työkaluihin tutustuminen ja ympäristön käyttö<br />16–16.15 Aikaa kysymyksille ja keskustelulle<br />Käy rekisteröitymässä eTwinningiin ennen webinaaria.<br />Rekisteröitymisohjeet eTwinningiin:<br />1. Mene eTwinningin etusivulle: https://www.etwinning.net/fi/pub/index.htm<br />2. Klikkaa oikeasta yläkulmasta ”kirjaudu tai rekisteröidy”<br />3. Klikkaa alareunasta ”Eikö sinulla ole tiliä. Aloita tästä”<br />4. Esirekisteröityminen: valitse maa ”Suomi”.<br />5. Täydennä tiedot lomakkeeseen<br />6. Mene sähköpostiisi ja vahvista rekisteröityminen<br />7. Kun olet vahvistanut rekisteröitymisen sähköpostissasi, voit täydentää loput tiedot<br />8. Älä jätä rekisteröitymistäsi kesken, vaan täydennä tiedot loppuun.<br />9. Jos kouluasi ei löydy eTwinningin tiedoista, syötä koulusi perustiedot itse.<br />10. Kaikkia muita tietoja paitsi käyttäjätunnusta voit muuttaa tai täydentää myöhemmin.<br />11. Kirjautumalla eTwinningiin (ks. kohta 2.) käyttäjätunnuksella ja salasanalla pääset opettajien<br />eTwinning Live -ympäristöön, jossa voit hakea projektikumppania, perustaa projektin, liittyä<br />projektiin, liittyä ryhmiin kiinnostuksesi mukaan ja osallistua tapahtumiin ja webinaareihin.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','publish','closed','closed','','etwinning-13-10','','','2021-10-07 11:22:22','2021-10-07 11:22:22','',0,'https://lukuverkosto.fi/home/?page_id=124969',0,'page','',0),(124970,1,'2021-10-06 06:43:28','2021-10-06 06:43:28','','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 06:43:28','2021-10-06 06:43:28','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(125031,1,'2021-10-06 11:57:19','2021-10-06 11:57:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 13.00-16.15\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>LUOKKAHUONEENA EUROOPPA – ETWINNING WEBINAARI <br />Paikka: Verkkoalusta: https://etwinningedufi.whereby.com/koulutus<br />Kouluttaja: <strong>eTwinning-lähettiläs Tiina Sarisalmi</strong><br />Kohde: kaikki lukion eri aineiden opettajat</p>\n<p>eTwinning tarjoaa kätevän ja turvallisen ammatillisen yhteistyöverkoston, johon kuuluu lähes<br />miljoona opettajaa eri puolilta Eurooppaa ja sen lähiympäristöä. eTwinningin kautta on helppo<br />löytää kumppaniluokka ja käynnistää yhteistyö liittyen erilaisiin oppimisen sisältöihin ja<br />tavoitteisiin (kaikki eri oppiaineet sekä monialaiset ilmiöt, ongelmat tai teemat).</p>\n<p><strong>Koulutuksen ohjelma</strong><br />13.00-13.30 Esitellään lyhyesti eTwinning tavoitteet ja oppimiskäsitys ja tutkitaan miten<br />eTwinning tukee lukion opetussuunnitelman toteutumista<br />13.30-13.50 Tutkitaan eTwinning-portaalin julkista sivustoa ja pohditaan millainen voisi olla hyvä<br />oppimisprojekti<br />13.50-14.30 Tutustutaan eTwinning Live -opettajien yhteistyöympäristön työkaluihin:<br />oman profiilin muokkaus, ryhmien toimintaan ja tapahtumiin osallistuminen ja<br />kumppaninhaku<br />14.30–14.45 Jaloittelu- ja kahvitauko<br />14.45–15.15 Projektin suunnittelu ja perustaminen<br />15.15–16.00 Twinspace projektiympäristön eri työkaluihin tutustuminen ja ympäristön käyttö<br />16–16.15 Aikaa kysymyksille ja keskustelulle<br />Käy rekisteröitymässä eTwinningiin ennen webinaaria.<br />Rekisteröitymisohjeet eTwinningiin:<br />1. Mene eTwinningin etusivulle: https://www.etwinning.net/fi/pub/index.htm<br />2. Klikkaa oikeasta yläkulmasta ”kirjaudu tai rekisteröidy”<br />3. Klikkaa alareunasta ”Eikö sinulla ole tiliä. Aloita tästä”<br />4. Esirekisteröityminen: valitse maa ”Suomi”.<br />5. Täydennä tiedot lomakkeeseen<br />6. Mene sähköpostiisi ja vahvista rekisteröityminen<br />7. Kun olet vahvistanut rekisteröitymisen sähköpostissasi, voit täydentää loput tiedot<br />8. Älä jätä rekisteröitymistäsi kesken, vaan täydennä tiedot loppuun.<br />9. Jos kouluasi ei löydy eTwinningin tiedoista, syötä koulusi perustiedot itse.<br />10. Kaikkia muita tietoja paitsi käyttäjätunnusta voit muuttaa tai täydentää myöhemmin.<br />11. Kirjautumalla eTwinningiin (ks. kohta 2.) käyttäjätunnuksella ja salasanalla pääset opettajien<br />eTwinning Live -ympäristöön, jossa voit hakea projektikumppania, perustaa projektin, liittyä<br />projektiin, liittyä ryhmiin kiinnostuksesi mukaan ja osallistua tapahtumiin ja webinaareihin.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 11:57:19','2021-10-06 11:57:19','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(125055,1,'2021-10-07 11:14:00','2021-10-07 11:14:00','','logosbeneficaireserasmusright_fi_0','','inherit','open','closed','','logosbeneficaireserasmusright_fi_0','','','2021-10-07 11:14:00','2021-10-07 11:14:00','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg',0,'attachment','image/jpeg',0),(124977,1,'2021-10-06 07:37:23','2021-10-06 07:37:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-10-06 07:37:23','2021-10-06 07:37:23','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124964,2,'2021-10-05 15:57:29','2021-10-05 15:57:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_button button_url=\"https://lukuverkosto.fi/home/matkalle-maailman-ympari-27-1/\" url_new_window=\"on\" button_text=\"Lue lisää seuraavasta webinaarista\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/karjaa.png\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-10-05 15:57:29','2021-10-05 15:57:29','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124972,1,'2021-10-06 06:44:26','2021-10-06 06:44:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 06:44:26','2021-10-06 06:44:26','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(124974,1,'2021-10-06 06:51:23','2021-10-06 06:51:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 15.00-16.00\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Mikä eTwinning? <a href=\"http://www.etwinning.net/fi/pub/about.htm\" target=\"_blank\" rel=\"noopener\">eTwinning</a><span> tarjoaa jokaiselle koulussa työskentelevälle mahdollisuuden ja paikan olla yhteydessä toisiinsa, tehdä yhteistyötä, kehittää projekteja ja tuntea olevansa osa Euroopan jännittävintä oppimisympäristöä.  eTwinning saa rahoitusta </span><a href=\"http://ec.europa.eu/programmes/erasmus-plus/node_fi\" target=\"_blank\" rel=\"noopener\">Erasmus+</a><span>  -ohjelmasta, joka on osa EU:n koulutus-, nuoriso- ja urheiluohjelmaa.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 06:51:23','2021-10-06 06:51:23','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(125022,1,'2021-10-06 10:59:17','2021-10-06 10:59:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 15.00-16.00\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Mikä eTwinning? <a href=\"http://www.etwinning.net/fi/pub/about.htm\" target=\"_blank\" rel=\"noopener\">eTwinning</a><span> tarjoaa jokaiselle koulussa työskentelevälle mahdollisuuden ja paikan olla yhteydessä toisiinsa, tehdä yhteistyötä, kehittää projekteja ja tuntea olevansa osa Euroopan jännittävintä oppimisympäristöä.  eTwinning saa rahoitusta </span><a href=\"http://ec.europa.eu/programmes/erasmus-plus/node_fi\" target=\"_blank\" rel=\"noopener\">Erasmus+</a><span>  -ohjelmasta, joka on osa EU:n koulutus-, nuoriso- ja urheiluohjelmaa.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 10:59:17','2021-10-06 10:59:17','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(124976,1,'2021-10-06 07:35:41','2021-10-06 07:35:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 15.00-16.00\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Mikä eTwinning? <a href=\"http://www.etwinning.net/fi/pub/about.htm\" target=\"_blank\" rel=\"noopener\">eTwinning</a><span> tarjoaa jokaiselle koulussa työskentelevälle mahdollisuuden ja paikan olla yhteydessä toisiinsa, tehdä yhteistyötä, kehittää projekteja ja tuntea olevansa osa Euroopan jännittävintä oppimisympäristöä.  eTwinning saa rahoitusta </span><a href=\"http://ec.europa.eu/programmes/erasmus-plus/node_fi\" target=\"_blank\" rel=\"noopener\">Erasmus+</a><span>  -ohjelmasta, joka on osa EU:n koulutus-, nuoriso- ja urheiluohjelmaa.</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-06 07:35:41','2021-10-06 07:35:41','',124969,'https://lukuverkosto.fi/home/124969-revision-v1/',0,'revision','',0),(124978,1,'2021-10-06 07:38:29','2021-10-06 07:38:29','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"140px\" padding_top_2=\"0px\" padding_left_1=\"10%\" admin_label=\"Feature Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"4.11.1\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"|||\" custom_padding=\"0px|||\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"100px\" box_shadow_color=\"#ffffff\" make_fullwidth=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_left__hover=\"10%\" padding_top__hover=\"140px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Feature Titile\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"||10px|\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Lops2019 -yhteistyö</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||20px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p class=\"yle__article__paragraph\">Tulevaisuudessa lukiolainen kerää kurssien sijaan opintopisteitä, suorittaa oppiainerajat ylittäviä opintokokonaisuuksia ja opiskelee yliopisto- tai ammattikorkeakouluopintoja jo lukion aikana. <br /><span style=\"font-size: 16px;\">Tätä kaikkea on luvassa kun uusi</span><span style=\"font-size: 16px;\"> </span><a class=\"yle__article__link yle__externalLink\" href=\"https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut/lukion-opetussuunnitelman-perusteet-2019\" target=\"_blank\" rel=\"noopener\" style=\"font-size: 16px;\">opetussuunnitelma (LOPS2019)<span class=\"yle__accessibilityText\"></span></a> otetaan ensi kerran käyttöön syksyllä<span style=\"font-size: 16px;\"> 2021.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Features\" _builder_version=\"3.25\" max_width=\"75%\" custom_margin=\"|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Materiaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%65%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"fade\" animation_direction=\"bottom\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Portaali\" url=\"https://drive.google.com/drive/u/0/folders/0AFiYnQWuwVurUk9PVA\" use_icon=\"on\" font_icon=\"%%369%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"48px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-06.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"6%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section]','LOPS2019 yhteistyö','','publish','closed','closed','','lops2019-yhteistyo','','','2021-10-06 07:38:29','2021-10-06 07:38:29','',0,'https://lukuverkosto.fi/home/et_pb_layout/lops2019-yhteistyo/',0,'et_pb_layout','',0),(124983,1,'2021-10-06 07:42:47','2021-10-06 07:42:47','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jenni Sinkko\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Puheenjohtaja\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Johtoryhmän jäsen\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-10-06 07:42:47','2021-10-06 07:42:47','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124981,1,'2021-10-06 07:40:40','2021-10-06 07:40:40','','2021-06-17-hyvaksytyt-unsplash','','inherit','open','closed','','2021-06-17-hyvaksytyt-unsplash','','','2021-10-06 07:40:40','2021-10-06 07:40:40','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/2021-06-17-hyvaksytyt-unsplash.jpg',0,'attachment','image/jpeg',0),(124982,1,'2021-10-06 07:41:02','2021-10-06 07:41:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/2021-06-17-hyvaksytyt-unsplash.jpg\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.11.1\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\" title_text=\"2021-06-17-hyvaksytyt-unsplash\" sticky_enabled=\"0\" custom_margin=\"||133px|||\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"79px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2021-10-06 07:41:02','2021-10-06 07:41:02','',124197,'https://lukuverkosto.fi/home/124197-revision-v1/',0,'revision','',0),(124986,1,'2021-10-06 07:49:19','2021-10-06 07:49:19','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jenni Sinkko\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Karkkilan lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-10-06 07:49:19','2021-10-06 07:49:19','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124985,1,'2021-10-06 07:48:27','2021-10-06 07:48:27','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"3.22\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"3.2\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.4.3\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_end=\"#ffffff\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Jenni Sinkko\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"3.22\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Juha Kujanpää\" position=\"Karkkilan lukio\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.11.1\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2021-10-06 07:48:27','2021-10-06 07:48:27','',124449,'https://lukuverkosto.fi/home/124449-revision-v1/',0,'revision','',0),(124988,1,'2021-10-06 09:35:04','2021-10-06 09:35:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar I Haastattelijana Misha Lindvall\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 09:35:04','2021-10-06 09:35:04','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124990,1,'2021-10-06 09:37:01','2021-10-06 09:37:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-78px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" inline_fonts=\"Abel\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, Editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 09:37:01','2021-10-06 09:37:01','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124993,1,'2021-10-06 09:57:22','2021-10-06 09:57:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" inline_fonts=\"Abel\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 09:57:22','2021-10-06 09:57:22','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(124992,1,'2021-10-06 09:56:11','2021-10-06 09:56:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" inline_fonts=\"Abel\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, Editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-06 09:56:11','2021-10-06 09:56:11','',124941,'https://lukuverkosto.fi/home/124941-revision-v1/',0,'revision','',0),(125243,1,'2022-01-25 14:11:09','2022-01-25 14:11:09','<!-- wp:divi/placeholder /-->','Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.2022','','inherit','closed','closed','','125241-revision-v1','','','2022-01-25 14:11:09','2022-01-25 14:11:09','',125241,'https://lukuverkosto.fi/home/?p=125243',0,'revision','',0),(124995,1,'2021-10-06 10:11:58','2021-10-06 10:11:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1><span style=\"color: #e09900;\">Keväällä 2024</span></h1>\n<h1>IDeapäivä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"xx.x. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1G7dzPTKejPuj_wWxeVUF9EYPK-Su4yDd?usp=sharing\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','publish','closed','closed','','ideapaiva','','','2023-10-12 07:02:39','2023-10-12 07:02:39','',0,'https://lukuverkosto.fi/home/?page_id=124995',0,'page','',0),(125409,1,'2023-03-06 09:38:10','2023-03-06 09:38:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-03-06 09:38:10','2023-03-06 09:38:10','',124995,'https://lukuverkosto.fi/home/?p=125409',0,'revision','',0),(125384,1,'2022-11-01 12:48:15','2022-11-01 12:48:15','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa (sisäänkäynti koulun sisäpihalta)</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijoiden digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-11-01 12:48:15','2022-11-01 12:48:15','',124995,'https://lukuverkosto.fi/home/?p=125384',0,'revision','',0),(125382,1,'2022-10-26 07:30:28','2022-10-26 07:30:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa (sisäänkäynti koulun sisäpihalta)</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijoiden digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-26 07:30:28','2022-10-26 07:30:28','',124995,'https://lukuverkosto.fi/home/?p=125382',0,'revision','',0),(125340,1,'2022-04-26 06:46:28','2022-04-26 06:46:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000; font-size: medium;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 06:46:28','2022-04-26 06:46:28','',124995,'https://lukuverkosto.fi/home/?p=125340',0,'revision','',0),(124996,1,'2021-10-06 10:03:15','2021-10-06 10:03:15','','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-10-06 10:03:15','2021-10-06 10:03:15','',124995,'https://lukuverkosto.fi/home/124995-revision-v1/',0,'revision','',0),(125001,1,'2021-10-06 10:14:14','2021-10-06 10:14:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" inline_fonts=\"Abel\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','editoitu webinaaripohja','','publish','closed','closed','','editoitu-webinaaripohja','','','2021-10-06 10:14:14','2021-10-06 10:14:14','',0,'https://lukuverkosto.fi/home/et_pb_layout/editoitu-webinaaripohja/',0,'et_pb_layout','',0),(125002,1,'2021-10-06 10:16:04','2021-10-06 10:16:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeailtapäivä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>(Sivustoa päivitetään. Koulutuskuvaus tulossa)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-10-06 10:16:04','2021-10-06 10:16:04','',124995,'https://lukuverkosto.fi/home/124995-revision-v1/',0,'revision','',0),(125004,1,'2021-10-06 10:40:54','2021-10-06 10:40:54','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/4fXt4dNDwBM\" _builder_version=\"4.13.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45</p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen työhyvinvoinnin johtaminen -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Työhyvinvoinnin johtaminen 17.11.','','publish','closed','closed','vivalavida','tyohyvinvoinnin-johtaminen-17-11','','','2021-11-18 13:06:14','2021-11-18 13:06:14','',0,'https://lukuverkosto.fi/home/?page_id=125004',0,'page','',0),(125161,2,'2021-11-10 14:23:08','2021-11-10 14:23:08','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Ke 17.11. klo 15-16.</p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-10 14:23:08','2021-11-10 14:23:08','',125004,'https://lukuverkosto.fi/home/?p=125161',0,'revision','',0),(125005,1,'2021-10-06 10:30:11','2021-10-06 10:30:11','','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-10-06 10:30:11','2021-10-06 10:30:11','',125004,'https://lukuverkosto.fi/home/125004-revision-v1/',0,'revision','',0),(125012,1,'2021-10-06 10:42:25','2021-10-06 10:42:25','','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-10-06 10:42:25','2021-10-06 10:42:25','',125011,'https://lukuverkosto.fi/home/125011-revision-v1/',0,'revision','',0),(125242,1,'2022-01-25 14:10:19','2022-01-25 14:10:19','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125241-revision-v1','','','2022-01-25 14:10:19','2022-01-25 14:10:19','',125241,'https://lukuverkosto.fi/home/?p=125242',0,'revision','',0),(125000,1,'2021-10-06 10:11:58','2021-10-06 10:11:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeailtapäivä</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>(Sivustoa päivitetään. Koulutuskuvaus tulossa)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-10-06 10:11:58','2021-10-06 10:11:58','',124995,'https://lukuverkosto.fi/home/124995-revision-v1/',0,'revision','',0),(124998,1,'2021-10-06 10:03:55','2021-10-06 10:03:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Vuosi yrittäjänä</h1>\r\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- pEtri Kajarinne (Nuori yrittäjyys ry)</span></h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/GCcrMCg8gaE\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.12. klo 14.50-16.20\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja vuosi yrittäjänä -ohjelmasta\" _builder_version=\"4.4.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Vuosi yrittäjänä -ohjelmassa lukion opetussuunnitelman teoriatieto kytkeytyy käytäntöön aitojen tilanteiden kautta. Ohjelma tarjoaa monipuolisia mahdollisuuksia työelämätaitojen syventämiseen, yrittäjämäisen asenteen kehittämiseen, yrittäjyyden ymmärtämiseen laaja-alaisesti ja oppiainerajat ylittäviin kokonaisuuksiin.\r\n\r\nOhjelmassa osallistujat perustavat yksin tai ryhmässä oikealla rahalla toimivan NY-yrityksen.\r\n\r\nOhjelma tarjoaa lukion opettajalle avaimet käteen -ratkaisun yrittäjyyden opettamiseen\r[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-10-06 10:03:55','2021-10-06 10:03:55','',124995,'https://lukuverkosto.fi/home/124995-revision-v1/',0,'revision','',0),(125023,1,'2021-10-06 10:59:55','2021-10-06 10:59:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-10-06 10:59:55','2021-10-06 10:59:55','',125004,'https://lukuverkosto.fi/home/125004-revision-v1/',0,'revision','',0),(125010,1,'2021-10-06 10:40:54','2021-10-06 10:40:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" hover_enabled=\"0\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-10-06 10:40:54','2021-10-06 10:40:54','',125004,'https://lukuverkosto.fi/home/125004-revision-v1/',0,'revision','',0),(125007,1,'2021-10-06 10:30:57','2021-10-06 10:30:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-10-06 10:30:57','2021-10-06 10:30:57','',125004,'https://lukuverkosto.fi/home/125004-revision-v1/',0,'revision','',0),(125011,1,'2021-10-06 10:42:53','2021-10-06 10:42:53','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"59px|||||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/x7NI9q7gKBg\" _builder_version=\"4.14.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://docs.google.com/presentation/d/13VIyLect4HcPBLyNOn4IEBlukXEZbUI-/edit?usp=sharing&ouid=106905575174541649898&rtpof=true&sd=true\" url_new_window=\"on\" button_text=\"Koulutuksen diat ja linkkilista *klik *klik\" _builder_version=\"4.14.2\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" custom_margin=\"-80px|auto||auto||\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Tauolla energiaa opiskeluun 1.12.','','publish','closed','closed','vivalavida','tauolla-energiaa-opiskeluun-1-12','','','2021-12-02 08:08:13','2021-12-02 08:08:13','',0,'https://lukuverkosto.fi/home/?page_id=125011',0,'page','',0),(125179,1,'2021-12-02 08:01:49','2021-12-02 08:01:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/x7NI9q7gKBg\" _builder_version=\"4.14.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" custom_margin=\"-80px|auto||auto||\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-12-02 08:01:49','2021-12-02 08:01:49','',125011,'https://lukuverkosto.fi/home/?p=125179',0,'revision','',0),(125009,1,'2021-10-06 10:37:16','2021-10-06 10:37:16','','työhyvinvoinnin johtaminen 17.11.2021','','inherit','open','closed','','tyohyvinvoinnin-johtaminen-17-11-2021','','','2021-10-06 10:37:16','2021-10-06 10:37:16','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png',0,'attachment','image/png',0),(125028,1,'2021-10-06 11:03:07','2021-10-06 11:03:07','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Stressin hallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila &amp; Misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Stressin-hallinta-opetustyössä.png\" title_text=\"Stressin hallinta opetustyössä\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sivua päivitetään. Koulutuskuvaus tulossa.)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-10-06 11:03:07','2021-10-06 11:03:07','',125011,'https://lukuverkosto.fi/home/125011-revision-v1/',0,'revision','',0),(125017,1,'2021-10-06 10:55:23','2021-10-06 10:55:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Stressin hallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila &amp; Misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Stressin-hallinta-opetustyössä.png\" _builder_version=\"4.11.1\" _module_preset=\"default\" title_text=\"Stressin hallinta opetustyössä\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sivua päivitetään. Koulutuskuvaus tulossa.)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-10-06 10:55:23','2021-10-06 10:55:23','',125011,'https://lukuverkosto.fi/home/125011-revision-v1/',0,'revision','',0),(125014,1,'2021-10-06 10:42:53','2021-10-06 10:42:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-10-06 10:42:53','2021-10-06 10:42:53','',125011,'https://lukuverkosto.fi/home/125011-revision-v1/',0,'revision','',0),(125016,1,'2021-10-06 10:54:09','2021-10-06 10:54:09','','Stressin hallinta opetustyössä','','inherit','open','closed','','stressin-hallinta-opetustyossa','','','2021-10-06 10:54:09','2021-10-06 10:54:09','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Stressin-hallinta-opetustyössä.png',0,'attachment','image/png',0),(125024,1,'2021-10-06 11:00:50','2021-10-06 11:00:50','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','webinaariin ilmoittautuminen','','publish','closed','closed','','webinaariin-ilmoittautuminen','','','2021-10-06 11:00:50','2021-10-06 11:00:50','',0,'https://lukuverkosto.fi/home/et_pb_layout/webinaariin-ilmoittautuminen/',0,'et_pb_layout','',0),(125026,1,'2021-10-06 11:02:23','2021-10-06 11:02:23','','Footer','','inherit','closed','closed','','1853-revision-v1','','','2021-10-06 11:02:23','2021-10-06 11:02:23','',1853,'https://lukuverkosto.fi/home/1853-revision-v1/',0,'revision','',0),(125025,1,'2021-10-06 11:01:41','2021-10-06 11:01:41','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#010f25\" custom_margin=\"|||\" custom_padding=\"100px||80px|\" border_color_all=\"#001a42\" saved_tabs=\"all\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"3.25\" border_color_all=\"#001a42\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" header_font=\"||||||||\" header_4_font=\"Roboto||||||||\" header_4_font_size=\"22px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"rgba(255,255,255,0.48)\" header_5_font_size=\"20px\" background_layout=\"dark\" border_color_right=\"#515151\" global_colors_info=\"{}\"]<h4>Elegance</h4>\r\n<h5>Divi Child Theme</h5>\r\n<p>@2017 BestDiviChild.<br />\r\nAll Right reserved.\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text ul_type=\"circle\" ul_position=\"inside\" _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#7a7a7a\" link_font=\"||||||||\" link_text_color=\"rgba(255,255,255,0.48)\" ul_font=\"||||||||\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" header_4_font_size=\"16px\" header_5_font=\"Open Sans|700|||||||\" header_5_text_color=\"#969696\" header_5_font_size=\"20px\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h4>Important Link</h4>\r\n<ul>\r\n<li><a href=\"#\">Support</a></li>\r\n<li><a href=\"#\">Services</a></li>\r\n<li><a href=\"#\">Contact Us</a></li>\r\n<li><a href=\"#\">About Us</a></li>\r\n<li><a href=\"#\">Case Study</a></li>\r\n<li><a href=\"#\">Get a Quote</a></li>\r\n</ul>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_css_main_element=\"border-right:1px solid #11233e;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_signup mailchimp_list=\"36178c9b24\" first_name_field=\"off\" last_name_field=\"off\" title=\"Get The Latest Update\" description=\"Curabitur taciti elit magna quisque vitae facilisis semper sem mi.\" _builder_version=\"3.23\" form_field_background_color=\"rgba(24,49,86,0.66)\" header_font=\"Roboto|||on|||||\" header_font_size=\"15px\" body_font=\"||||||||\" body_text_color=\"rgba(255,255,255,0.48)\" body_font_size=\"13px\" body_line_height=\"2em\" result_message_font=\"||||||||\" background_color=\"rgba(126,190,197,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_use_color_gradient=\"on\" button_bg_color_gradient_start=\"#9816e8\" button_bg_color_gradient_end=\"#340996\" button_bg_color_gradient_direction=\"103deg\" button_border_width=\"0px\" button_border_radius=\"0px\" button_letter_spacing=\"3px\" button_font=\"||||||||\" button_icon=\"%%109%%\" button_icon_placement=\"left\" button_on_hover=\"off\" custom_padding=\"0px|||\" custom_css_newsletter_description=\"padding-right:9%\" custom_css_newsletter_button=\"    padding-top: 7px;||    padding-bottom: 7px;\" border_radii_fields=\"on||||\" border_color_all_fields=\"rgba(63,0,158,0.15)\" box_shadow_style_fields=\"preset3\" box_shadow_color_fields=\"#000a0c\" box_shadow_style_button=\"preset3\" box_shadow_color_button=\"rgba(0,0,0,0.43)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]Curabitur taciti elit magna quisque vitae facilisis semper sem mi.[/et_pb_signup][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"rgba(255,255,255,0.48)\" link_font=\"||||on||||\" link_text_color=\"rgba(255,255,255,0.81)\" header_font=\"||||||||\" header_4_font=\"Roboto|||on|||||\" background_layout=\"dark\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Conact Us</h4>\r\n<p>info@example.com</p>\r\n<p>1406 Church Street, GARDEN CITY, TX, Texas, United States</p>\r[/et_pb_text][et_pb_social_media_follow _builder_version=\"3.0.91\" background_layout=\"dark\" max_width=\"150px\" custom_margin=\"|||30px\" custom_margin_tablet=\"\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"google-plus\" _builder_version=\"3.0.91\" background_color=\"rgba(24,49,86,0)\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]google-plus[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Footer','','inherit','closed','closed','','1853-revision-v1','','','2021-10-06 11:01:41','2021-10-06 11:01:41','',1853,'https://lukuverkosto.fi/home/1853-revision-v1/',0,'revision','',0),(125027,1,'2021-10-06 11:02:28','2021-10-06 11:02:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-10-06 11:02:28','2021-10-06 11:02:28','',125004,'https://lukuverkosto.fi/home/125004-revision-v1/',0,'revision','',0),(125029,1,'2021-10-06 11:03:36','2021-10-06 11:03:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Stressin hallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila &amp; Misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Stressin-hallinta-opetustyössä.png\" title_text=\"Stressin hallinta opetustyössä\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sivua päivitetään. Koulutuskuvaus tulossa.)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-10-06 11:03:36','2021-10-06 11:03:36','',125011,'https://lukuverkosto.fi/home/125011-revision-v1/',0,'revision','',0),(125040,1,'2021-10-07 07:32:13','2021-10-07 07:32:13','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Maailmankansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Maailmankansalaisen kypsyyskoe on YK-liiton globaalikasvatuksen opintokokonaisuus. Se sopii suoritettavaksi kaikenikäisille.</p>\n<p>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\">WEBINAARIN DIAT</a><a href=\"Maailmankansalaisen%20kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.  Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.  Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.\"></a></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Maailmankansalaisen kypsyyskoe (Tallenne)','','publish','closed','closed','','125040-2','','','2021-11-11 09:29:59','2021-11-11 09:29:59','',0,'https://lukuverkosto.fi/home/?page_id=125040',0,'page','',0),(125041,1,'2021-10-07 07:18:39','2021-10-07 07:18:39','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 07:18:39','2021-10-07 07:18:39','',125040,'https://lukuverkosto.fi/home/?p=125041',0,'revision','',0),(125043,1,'2021-10-07 07:29:37','2021-10-07 07:29:37','','MKK_Padlet_8.9.2021','','inherit','open','closed','','mkk_padlet_8-9-2021','','','2021-10-07 07:29:37','2021-10-07 07:29:37','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK_Padlet_8.9.2021.png',0,'attachment','image/png',0),(125044,1,'2021-10-07 07:29:52','2021-10-07 07:29:52','','MKK esitys, Lohja 2021','','inherit','open','closed','','mkk-esitys-lohja-2021','','','2021-10-07 07:29:52','2021-10-07 07:29:52','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf',0,'attachment','application/pdf',0),(125046,1,'2021-10-07 07:40:50','2021-10-07 07:40:50','<!-- wp:divi/placeholder /-->','Maailmankansalaisen kypsyykoe','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 07:40:50','2021-10-07 07:40:50','',125040,'https://lukuverkosto.fi/home/?p=125046',0,'revision','',0),(125047,1,'2021-10-07 07:43:10','2021-10-07 07:43:10','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Project Title</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\"]<h3>Overview</h3>\r\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image with overlay\" module_class=\"ally-image-overlay\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webdesign\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Online Marketing\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Challanges &amp; Our Solution</h3>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||0px|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"1215,1208,1207,1211\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery - fullwidth\" module_class=\"ally-gallery\" _builder_version=\"3.0.87\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" _builder_version=\"3.22\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Results%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Results</h2>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Client View</h3>\r[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.2\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Are you ready to start?</h3>\r\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\r[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Maailmankansalaisen kypsyyskoe','','inherit','closed','closed','','123998-revision-v1','','','2021-10-07 07:43:10','2021-10-07 07:43:10','',123998,'https://lukuverkosto.fi/home/?p=125047',0,'revision','',0),(125045,1,'2021-10-07 07:32:13','2021-10-07 07:32:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">mAailman kansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">Mikä ihmeen kypsyyskoe?</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.ykliitto.fi/kasvattajille/yk-osaksi-opetusta/maailmankansalaisen-kypsyyskoe\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span style=\"font-size: 18px;\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\"></a>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</span></p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><span style=\"font-size: 18px;\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\">Koulutusmateriaali: MKK esitys, Lohja 2021</a></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 07:32:13','2021-10-07 07:32:13','',125040,'https://lukuverkosto.fi/home/?p=125045',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (125048,1,'2021-10-07 07:43:27','2021-10-07 07:43:27','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Project Title%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h1>Project Title</h1>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Overview%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\"]<h3>Overview</h3>\r\n<p>Sed porttitor lectus nibh. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Donec rutrum congue leo eget malesuada. Donec rutrum congue leo eget malesuada. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Sed porttitor lectus nibh. Sed porttitor lectus nibh. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.</p>\r[/et_pb_text][et_pb_image src=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/sample-image4.jpg\" align=\"center\" force_fullwidth=\"on\" align_tablet=\"center\" align_last_edited=\"on|desktop\" admin_label=\"Image with overlay\" module_class=\"ally-image-overlay\" _builder_version=\"3.23\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"500ms\" animation_intensity_slide=\"10%\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"bottom\" sticky=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Brand Identity\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webdesign\" use_icon=\"on\" font_icon=\"%%106%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Quisque velit nisi, pretium ut lacinia in, elementum id enim. Curabitur non nulla sit amet nisl tempus quis.</p>\r[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Online Marketing\" use_icon=\"on\" font_icon=\"%%365%%\" icon_color=\"#999999\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"50px\" admin_label=\"Blurb - Style 5\" module_class=\"ally-blurb5\" _builder_version=\"3.0.87\" header_font_size=\"24\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_font_size_tablet=\"22\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum.</p>\r[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Challanges & Our Solution%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Challanges &amp; Our Solution</h3>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" custom_padding=\"0px||0px|\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" width_tablet=\"100%\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_gallery gallery_ids=\"1215,1208,1207,1211\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"Gallery - fullwidth\" module_class=\"ally-gallery\" _builder_version=\"3.0.87\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" _builder_version=\"3.22\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Results%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h2>Results</h2>\r\n<p>Pellentesque in ipsum id orci porta dapibus. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.</p>\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" column_structure=\"1_2,1_2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Cost per sale decrease\" number=\"46\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_circle_counter title=\"Coversion rates increase\" number=\"100\" _builder_version=\"3.0.47\" title_font=\"Source Sans Pro|on||on|\" title_font_size=\"15\" title_letter_spacing=\"2px\" number_font=\"Judson||||\" number_font_size=\"51\"][/et_pb_circle_counter][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#000000\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Client View%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" module_alignment=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Client View</h3>\r[/et_pb_text][et_pb_testimonial author=\"Katy Author\" job_title=\"CEO\" company_name=\"Katy\'s Company\" portrait_url=\"http://lukuverkosto.fi/home/wp-content/uploads/2017/04/person2.jpg\" quote_icon_color=\"#ffffff\" module_class=\"ally-testimonial\" _builder_version=\"3.2\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" background_layout=\"dark\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Nulla quis lorem ut libero malesuada feugiat.</p>\r[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.22\" background_color=\"#f8f8f8\" transparent_background=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text %22Are you ready to start?%22\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" module_alignment=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Are you ready to start?</h3>\r\n<p><strong class=\"ally-lines\">WE SURE ARE</strong></p>\r[/et_pb_text][et_pb_button button_url=\"#\" button_text=\"Yes, I\'m ready\" button_alignment=\"center\" admin_label=\"Button %22Yes, I\'m ready%22\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Maailmankansalaisen kypsyyskoe','','inherit','closed','closed','','123998-revision-v1','','','2021-10-07 07:43:27','2021-10-07 07:43:27','',123998,'https://lukuverkosto.fi/home/?p=125048',0,'revision','',0),(125241,1,'2022-01-25 14:11:09','2022-01-25 14:11:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" custom_margin=\"|auto||29px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Positiivinen ajattelu ja kommunikointi opetustyössä</h1>\n<h1><span style=\"color: #e02b20;\">webinaari on PERUTTU!</span> </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sara lehtovuori, sari salonen</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.3. klo 15.00-15.45\" button_url=\"https://www.oph.fi/fi/kehittaminen-ja-kansainvalisyys/erasmus-ohjelma-2021-2027\" url_new_window=\"on\" button_text=\"Lisätietoja erasmus+ ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" link_option_url=\"https://erasmus-plus.ec.europa.eu/fi\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.2022','','publish','closed','closed','','positiivinen-ajattelu-ja-kommunikointi-opetustyossa-2-3-2022','','','2022-02-28 09:45:47','2022-02-28 09:45:47','',0,'https://lukuverkosto.fi/home/?page_id=125241',0,'page','',0),(125050,1,'2021-10-07 08:03:04','2021-10-07 08:03:04','<!-- wp:divi/placeholder /-->','Maailmankansalaisen kypsyykoe (Tallenne)','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 08:03:04','2021-10-07 08:03:04','',125040,'https://lukuverkosto.fi/home/?p=125050',0,'revision','',0),(125059,1,'2021-10-07 11:22:22','2021-10-07 11:22:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>E-twinning</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">13.10.2021</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/DEymCXSFunQ\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.10. klo 13.00-16.15\" button_url=\"https://www.etwinning.net/fi/pub/index.htm\" url_new_window=\"on\" button_text=\"Lisätietoja eTwinning -ohjelmasta\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>LUOKKAHUONEENA EUROOPPA – ETWINNING WEBINAARI <br />Paikka: Verkkoalusta: https://etwinningedufi.whereby.com/koulutus<br />Kouluttaja: <strong>eTwinning-lähettiläs Tiina Sarisalmi</strong><br />Kohde: kaikki lukion eri aineiden opettajat</p>\n<p>eTwinning tarjoaa kätevän ja turvallisen ammatillisen yhteistyöverkoston, johon kuuluu lähes<br />miljoona opettajaa eri puolilta Eurooppaa ja sen lähiympäristöä. eTwinningin kautta on helppo<br />löytää kumppaniluokka ja käynnistää yhteistyö liittyen erilaisiin oppimisen sisältöihin ja<br />tavoitteisiin (kaikki eri oppiaineet sekä monialaiset ilmiöt, ongelmat tai teemat).</p>\n<p><strong>Koulutuksen ohjelma</strong><br />13.00-13.30 Esitellään lyhyesti eTwinning tavoitteet ja oppimiskäsitys ja tutkitaan miten<br />eTwinning tukee lukion opetussuunnitelman toteutumista<br />13.30-13.50 Tutkitaan eTwinning-portaalin julkista sivustoa ja pohditaan millainen voisi olla hyvä<br />oppimisprojekti<br />13.50-14.30 Tutustutaan eTwinning Live -opettajien yhteistyöympäristön työkaluihin:<br />oman profiilin muokkaus, ryhmien toimintaan ja tapahtumiin osallistuminen ja<br />kumppaninhaku<br />14.30–14.45 Jaloittelu- ja kahvitauko<br />14.45–15.15 Projektin suunnittelu ja perustaminen<br />15.15–16.00 Twinspace projektiympäristön eri työkaluihin tutustuminen ja ympäristön käyttö<br />16–16.15 Aikaa kysymyksille ja keskustelulle<br />Käy rekisteröitymässä eTwinningiin ennen webinaaria.<br />Rekisteröitymisohjeet eTwinningiin:<br />1. Mene eTwinningin etusivulle: https://www.etwinning.net/fi/pub/index.htm<br />2. Klikkaa oikeasta yläkulmasta ”kirjaudu tai rekisteröidy”<br />3. Klikkaa alareunasta ”Eikö sinulla ole tiliä. Aloita tästä”<br />4. Esirekisteröityminen: valitse maa ”Suomi”.<br />5. Täydennä tiedot lomakkeeseen<br />6. Mene sähköpostiisi ja vahvista rekisteröityminen<br />7. Kun olet vahvistanut rekisteröitymisen sähköpostissasi, voit täydentää loput tiedot<br />8. Älä jätä rekisteröitymistäsi kesken, vaan täydennä tiedot loppuun.<br />9. Jos kouluasi ei löydy eTwinningin tiedoista, syötä koulusi perustiedot itse.<br />10. Kaikkia muita tietoja paitsi käyttäjätunnusta voit muuttaa tai täydentää myöhemmin.<br />11. Kirjautumalla eTwinningiin (ks. kohta 2.) käyttäjätunnuksella ja salasanalla pääset opettajien<br />eTwinning Live -ympäristöön, jossa voit hakea projektikumppania, perustaa projektin, liittyä<br />projektiin, liittyä ryhmiin kiinnostuksesi mukaan ja osallistua tapahtumiin ja webinaareihin.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','eTwinning 13.10.','','inherit','closed','closed','','124969-revision-v1','','','2021-10-07 11:22:22','2021-10-07 11:22:22','',124969,'https://lukuverkosto.fi/home/?p=125059',0,'revision','',0),(125057,1,'2021-10-07 11:20:53','2021-10-07 11:20:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"1px||0px|||\" template_type=\"section\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"logosbeneficaireserasmusright_fi_0\" custom_padding=\"|925px|4px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"8px|||||\" custom_margin=\"|auto|-9px|auto||\" min_height=\"20px\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"-40px||-32px|||\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','ERASMUS+ LEIMA','','publish','closed','closed','','erasmus-leima','','','2021-10-07 11:20:53','2021-10-07 11:20:53','',0,'https://lukuverkosto.fi/home/et_pb_layout/erasmus-leima/',0,'et_pb_layout','',0),(125058,1,'2021-10-07 11:21:20','2021-10-07 11:21:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"1px||0px|||\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"logosbeneficaireserasmusright_fi_0\" custom_padding=\"|925px|4px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"8px|||||\" custom_margin=\"|auto|-9px|auto||\" min_height=\"20px\"][et_pb_column _builder_version=\"4.11.1\" _module_preset=\"default\" type=\"4_4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"-40px||-32px|||\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Erasmus Q & A 6.10.2021','','inherit','closed','closed','','124941-revision-v1','','','2021-10-07 11:21:20','2021-10-07 11:21:20','',124941,'https://lukuverkosto.fi/home/?p=125058',0,'revision','',0),(125052,1,'2021-10-07 08:15:16','2021-10-07 08:15:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Maailmankansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Maailmankansalaisen kypsyyskoe on YK-liiton globaalikasvatuksen opintokokonaisuus. Se sopii suoritettavaksi kaikenikäisille.</p>\n<p>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><a href=\"Maailmankansalaisen%20kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.  Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.  Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.\">WEBINAARIN DIAT</a></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Maailmankansalaisen kypsyykoe (Tallenne)','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 08:15:16','2021-10-07 08:15:16','',125040,'https://lukuverkosto.fi/home/?p=125052',0,'revision','',0),(125054,1,'2021-10-07 08:19:20','2021-10-07 08:19:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Maailmankansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Maailmankansalaisen kypsyyskoe on YK-liiton globaalikasvatuksen opintokokonaisuus. Se sopii suoritettavaksi kaikenikäisille.</p>\n<p>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\">WEBINAARIN DIAT</a><a href=\"Maailmankansalaisen%20kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.  Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.  Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.\"></a></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Maailmankansalaisen kypsyykoe (Tallenne)','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 08:19:20','2021-10-07 08:19:20','',125040,'https://lukuverkosto.fi/home/?p=125054',0,'revision','',0),(125060,1,'2021-10-07 11:23:15','2021-10-07 11:23:15','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Maailmankansalaisen kypsyyskoe<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Heidi Saarinen, Globaalikasvatuksen koordinaattori</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/yOKQCeyp7yQ\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIETOJA AIHEESTA\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Maailmankansalaisen kypsyyskoe on YK-liiton globaalikasvatuksen opintokokonaisuus. Se sopii suoritettavaksi kaikenikäisille.</p>\n<p>Maailmankansalaisen kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.</p>\n<p>Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.</p>\n<p>Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.</p>\n<p><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/MKK-esitys-Lohja-2021.pdf\" rel=\"attachment wp-att-125044\">WEBINAARIN DIAT</a><a href=\"Maailmankansalaisen%20kypsyyskokeen aikana tekijä tutustuu valitsemaansa kansainvälisyyteen liittyvään teemaan yksin, pareittain tai ryhmässä. Työn aikana tekijä syventää tietämystään ja ymmärrystään valitsemastaan aiheesta tutkimalla sitä eri näkökulmista. Hän oppii havaitsemaan yhteyksiä asioiden välillä sekä tunnistaa yksilön vastuun ja omat mahdollisuutensa vaikuttaa.  Kypsyyskokeen suorittaminen aktivoi monipuolisen tiedonhankinnan ohella oman oppimisen arviointiin, oppimisprosessin seurantaan ja saadun tiedon jakamiseen.  Kypsyyskoe soveltuu osaksi koulujen ja oppilaitosten opetustarjontaa, se voi olla vapaavalintainen kurssi, projekti- tai päättötyö, tai se voi korvata osia yksittäisestä opintokokonaisuudesta. Maailmankansalaisen kypsyyskokeita on tehty vuodesta 1994 lähtien.\"></a></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">\"Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>\".</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Maailmankansalaisen kypsyykoe (Tallenne)','','inherit','closed','closed','','125040-revision-v1','','','2021-10-07 11:23:15','2021-10-07 11:23:15','',125040,'https://lukuverkosto.fi/home/?p=125060',0,'revision','',0),(125061,1,'2021-10-13 12:00:28','2021-10-13 12:00:28','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - rehtori lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Podcastin vierasjoukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Suosittelemme</h3>\n<h2>Lohjan Lukio arkkitehdin silmin</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Kausi 1, Jakso 3    |    21min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">| Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" custom_margin=\"-109px|||||\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','LUKIOCAST','','publish','closed','closed','','125061-2','','','2022-01-26 11:13:17','2022-01-26 11:13:17','',0,'https://lukuverkosto.fi/home/?page_id=125061',0,'page','',0),(125062,1,'2021-10-13 09:03:22','2021-10-13 09:03:22','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 09:03:22','2021-10-13 09:03:22','',125061,'https://lukuverkosto.fi/home/?p=125062',0,'revision','',0),(125063,1,'2021-10-13 09:04:43','2021-10-13 09:04:43','','podcast-01','','inherit','open','closed','','podcast-01','','','2021-10-13 09:04:43','2021-10-13 09:04:43','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png',0,'attachment','image/png',0),(125064,1,'2021-10-13 09:04:49','2021-10-13 09:04:49','','podcast-02-1','','inherit','open','closed','','podcast-02-1','','','2021-10-13 09:04:49','2021-10-13 09:04:49','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png',0,'attachment','image/png',0),(125065,1,'2021-10-13 09:04:52','2021-10-13 09:04:52','','podcast-03','','inherit','open','closed','','podcast-03','','','2021-10-13 09:04:52','2021-10-13 09:04:52','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png',0,'attachment','image/png',0),(125066,1,'2021-10-13 09:04:56','2021-10-13 09:04:56','','podcast-04','','inherit','open','closed','','podcast-04','','','2021-10-13 09:04:56','2021-10-13 09:04:56','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg',0,'attachment','image/jpeg',0),(125067,1,'2021-10-13 09:04:57','2021-10-13 09:04:57','','portrait-square-12','','inherit','open','closed','','portrait-square-12','','','2021-10-13 09:04:57','2021-10-13 09:04:57','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/portrait-square-12.jpg',0,'attachment','image/jpeg',0),(125068,1,'2021-10-13 09:04:58','2021-10-13 09:04:58','','portrait-square-05','','inherit','open','closed','','portrait-square-05','','','2021-10-13 09:04:58','2021-10-13 09:04:58','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/portrait-square-05.jpg',0,'attachment','image/jpeg',0),(125069,1,'2021-10-13 09:04:58','2021-10-13 09:04:58','','logo_04','','inherit','open','closed','','logo_04','','','2021-10-13 09:04:58','2021-10-13 09:04:58','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png',0,'attachment','image/png',0),(125070,1,'2021-10-13 09:04:58','2021-10-13 09:04:58','','logo_06','','inherit','open','closed','','logo_06-2','','','2021-10-13 09:04:58','2021-10-13 09:04:58','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png',0,'attachment','image/png',0),(125071,1,'2021-10-13 09:04:59','2021-10-13 09:04:59','','logo_02','','inherit','open','closed','','logo_02-3','','','2021-10-13 09:04:59','2021-10-13 09:04:59','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png',0,'attachment','image/png',0),(125072,1,'2021-10-13 09:04:59','2021-10-13 09:04:59','','logo_05','','inherit','open','closed','','logo_05-2','','','2021-10-13 09:04:59','2021-10-13 09:04:59','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png',0,'attachment','image/png',0),(125073,1,'2021-10-13 09:05:01','2021-10-13 09:05:01','','logo_01','','inherit','open','closed','','logo_01-2','','','2021-10-13 09:05:01','2021-10-13 09:05:01','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png',0,'attachment','image/png',0),(125087,1,'2021-10-13 13:04:47','2021-10-13 13:04:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - rehtori lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Podcastin vierasjoukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Suosittelemme</h3>\n<h2>Lohjan Lukio arkkitehdin silmin</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Kausi 1, Jakso 3    |    21min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">| Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" custom_margin=\"-109px|||||\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 13:04:47','2021-10-13 13:04:47','',125061,'https://lukuverkosto.fi/home/?p=125087',0,'revision','',0),(125077,1,'2021-10-13 10:22:33','2021-10-13 10:22:33','','profiilikuva','','inherit','open','closed','','profiilikuva','','','2021-10-13 10:22:33','2021-10-13 10:22:33','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png',0,'attachment','image/png',0),(125082,1,'2021-10-13 12:00:28','2021-10-13 12:00:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Kirjavaan joukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Latest Episode</h3>\n<h2>Collaborating with Clients</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Season 2, Episode 4    |    38min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">|Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 12:00:28','2021-10-13 12:00:28','',125061,'https://lukuverkosto.fi/home/?p=125082',0,'revision','',0),(125078,1,'2021-10-13 10:24:21','2021-10-13 10:24:21','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar pretium ante. Cras aliquam risus ullamcorper odio interdum facilisis. Vestibulum vitae augue tempor, commodo sapien ut, condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras luctus ornare est, sed pharetra mauris vestibulum in.</p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Latest Episode</h3>\n<h2>Collaborating with Clients</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" global_colors_info=\"{}\"]<p>Season 2, Episode 4    |    38min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Local Search Engine Optimization\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Client Contracts\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Selling Products Online\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Caching Tools and Plugins\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||60px\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>New Episodes Weekly</h3>\nLive Every Thursday @ 9am[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Want to Be a Guest?</h3>\n<p><a href=\"#\">Come Onto the Show</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Listen</h3>\n<p><a href=\"#\">Elegant Podcasts</a>  |  <a href=\"#\">Divi Corner</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"700px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Stay Connected to Get The Latest Podcast Alerts</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_signup mailchimp_list=\"elegantthemestest|68f113e9e0\" layout=\"top_bottom\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"Subscribe Now\" _builder_version=\"3.23\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#fe4943\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" max_width=\"600px\" module_alignment=\"right\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" twitter_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"More About the Podcast\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 10:24:21','2021-10-13 10:24:21','',125061,'https://lukuverkosto.fi/home/?p=125078',0,'revision','',0),(125075,1,'2021-10-13 09:11:42','2021-10-13 09:11:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_button button_text=\"Play Trailer\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>About DiviNation</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar pretium ante. Cras aliquam risus ullamcorper odio interdum facilisis. Vestibulum vitae augue tempor, commodo sapien ut, condimentum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras luctus ornare est, sed pharetra mauris vestibulum in.</p>[/et_pb_text][et_pb_button button_text=\"Read More\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Latest Episode</h3>\n<h2>Collaborating with Clients</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" global_colors_info=\"{}\"]<p>Season 2, Episode 4    |    38min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Recent Episodes</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Local Search Engine Optimization\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Client Contracts\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Selling Products Online\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Caching Tools and Plugins\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||60px\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>New Episodes Weekly</h3>\nLive Every Thursday @ 9am[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Want to Be a Guest?</h3>\n<p><a href=\"#\">Come Onto the Show</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Listen</h3>\n<p><a href=\"#\">Elegant Podcasts</a>  |  <a href=\"#\">Divi Corner</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"700px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Stay Connected to Get The Latest Podcast Alerts</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_signup mailchimp_list=\"elegantthemestest|68f113e9e0\" layout=\"top_bottom\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"Subscribe Now\" _builder_version=\"3.23\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#fe4943\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" max_width=\"600px\" module_alignment=\"right\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>Meet The Hosts</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Amanda Doe\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/portrait-square-12.jpg\" facebook_url=\"#\" twitter_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Cameron James\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/portrait-square-05.jpg\" facebook_url=\"#\" twitter_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"More About the Podcast\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Get In Touch</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 09:11:42','2021-10-13 09:11:42','',125061,'https://lukuverkosto.fi/home/?p=125075',0,'revision','',0),(125080,1,'2021-10-13 11:08:42','2021-10-13 11:08:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat moninaisilta elämänkentiltä. Kirjavaan joukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Latest Episode</h3>\n<h2>Collaborating with Clients</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" global_colors_info=\"{}\"]<p>Season 2, Episode 4    |    38min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Local Search Engine Optimization\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Client Contracts\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Selling Products Online\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Caching Tools and Plugins\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" custom_margin=\"||60px\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>New Episodes Weekly</h3>\nLive Every Thursday @ 9am[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Want to Be a Guest?</h3>\n<p><a href=\"#\">Come Onto the Show</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"]<h3>Listen</h3>\n<p><a href=\"#\">Elegant Podcasts</a>  |  <a href=\"#\">Divi Corner</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" max_width=\"700px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Stay Connected to Get The Latest Podcast Alerts</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_signup mailchimp_list=\"elegantthemestest|68f113e9e0\" layout=\"top_bottom\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"Subscribe Now\" _builder_version=\"3.23\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#fe4943\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" max_width=\"600px\" module_alignment=\"right\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.23\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 11:08:42','2021-10-13 11:08:42','',125061,'https://lukuverkosto.fi/home/?p=125080',0,'revision','',0),(125084,1,'2021-10-13 12:05:45','2021-10-13 12:05:45','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - rehtori lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Kirjavaan joukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Suosittelemme</h3>\n<h2>Lohjan Lukio arkkitehdin silmin</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Kausi 1, Jakso 3    |    21min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">|Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 12:05:45','2021-10-13 12:05:45','',125061,'https://lukuverkosto.fi/home/?p=125084',0,'revision','',0),(125086,1,'2021-10-13 12:08:20','2021-10-13 12:08:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - rehtori lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Kirjavaan joukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Suosittelemme</h3>\n<h2>Lohjan Lukio arkkitehdin silmin</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Kausi 1, Jakso 3    |    21min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">| Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" custom_margin=\"-109px|||||\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125061-revision-v1','','','2021-10-13 12:08:20','2021-10-13 12:08:20','',125061,'https://lukuverkosto.fi/home/?p=125086',0,'revision','',0),(125093,2,'2021-10-28 14:59:44','2021-10-28 14:59:44','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-10-28 14:59:44','2021-10-28 14:59:44','',124995,'https://lukuverkosto.fi/home/?p=125093',0,'revision','',0),(125095,1,'2021-11-01 09:22:20','2021-11-01 09:22:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 09:22:20','2021-11-01 09:22:20','',124995,'https://lukuverkosto.fi/home/?p=125095',0,'revision','',0),(125096,1,'2021-11-01 09:24:05','2021-11-01 09:24:05','','ideapäivän pajat','','inherit','open','closed','','ideapaivan-pajat','','','2021-11-01 09:24:05','2021-11-01 09:24:05','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat.png',0,'attachment','image/png',0),(125100,1,'2021-11-01 10:22:28','2021-11-01 10:22:28','','ideapäivän pajat (2)','','inherit','open','closed','','ideapaivan-pajat-2','','','2021-11-01 10:22:28','2021-11-01 10:22:28','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png',0,'attachment','image/png',0),(125101,1,'2021-11-01 10:26:56','2021-11-01 10:26:56','','ideapäivän pajat (3)','','inherit','open','closed','','ideapaivan-pajat-3','','','2021-11-01 10:26:56','2021-11-01 10:26:56','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-3.png',0,'attachment','image/png',0),(125098,1,'2021-11-01 09:30:08','2021-11-01 09:30:08','','ideapäivän pajat (1)','','inherit','open','closed','','ideapaivan-pajat-1','','','2021-11-01 09:30:08','2021-11-01 09:30:08','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png',0,'attachment','image/png',0),(125099,1,'2021-11-01 09:41:42','2021-11-01 09:41:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 09:41:42','2021-11-01 09:41:42','',124995,'https://lukuverkosto.fi/home/?p=125099',0,'revision','',0),(125103,1,'2021-11-01 10:33:56','2021-11-01 10:33:56','','ideapäivän pajat (4)','','inherit','open','closed','','ideapaivan-pajat-4','','','2021-11-01 10:33:56','2021-11-01 10:33:56','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png',0,'attachment','image/png',0),(125107,1,'2021-11-01 10:43:37','2021-11-01 10:43:37','','ideapäivän pajat (7)','','inherit','open','closed','','ideapaivan-pajat-7','','','2021-11-01 10:43:37','2021-11-01 10:43:37','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-7.png',0,'attachment','image/png',0),(125108,1,'2021-11-01 10:45:32','2021-11-01 10:45:32','','ideapäivän pajat (8)','','inherit','open','closed','','ideapaivan-pajat-8','','','2021-11-01 10:45:32','2021-11-01 10:45:32','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-8.png',0,'attachment','image/png',0),(125104,1,'2021-11-01 10:38:44','2021-11-01 10:38:44','','ideapäivän pajat (5)','','inherit','open','closed','','ideapaivan-pajat-5','','','2021-11-01 10:38:44','2021-11-01 10:38:44','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png',0,'attachment','image/png',0),(125105,1,'2021-11-01 10:41:42','2021-11-01 10:41:42','','ideapäivän pajat (6)','','inherit','open','closed','','ideapaivan-pajat-6','','','2021-11-01 10:41:42','2021-11-01 10:41:42','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png',0,'attachment','image/png',0),(125106,1,'2021-11-01 10:42:25','2021-11-01 10:42:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-3.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (3)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 10:42:25','2021-11-01 10:42:25','',124995,'https://lukuverkosto.fi/home/?p=125106',0,'revision','',0),(125111,1,'2021-11-01 10:48:57','2021-11-01 10:48:57','','ideapäivän pajat (9)','','inherit','open','closed','','ideapaivan-pajat-9','','','2021-11-01 10:48:57','2021-11-01 10:48:57','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png',0,'attachment','image/png',0),(125112,1,'2021-11-01 10:49:10','2021-11-01 10:49:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 10:49:10','2021-11-01 10:49:10','',124995,'https://lukuverkosto.fi/home/?p=125112',0,'revision','',0),(125110,1,'2021-11-01 10:45:54','2021-11-01 10:45:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-7.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (7)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-8.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (8)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 10:45:54','2021-11-01 10:45:54','',124995,'https://lukuverkosto.fi/home/?p=125110',0,'revision','',0),(125114,1,'2021-11-01 11:05:25','2021-11-01 11:05:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: etänä osoitteessa ideapaiva.lukuverkosto.fi (linkki tulossa tähän sivuun)</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 11:05:25','2021-11-01 11:05:25','',124995,'https://lukuverkosto.fi/home/?p=125114',0,'revision','',0),(125117,1,'2021-11-01 11:10:45','2021-11-01 11:10:45','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 11:10:45','2021-11-01 11:10:45','',124995,'https://lukuverkosto.fi/home/?p=125117',0,'revision','',0),(125116,1,'2021-11-01 11:10:39','2021-11-01 11:10:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: LINKIT KOULUTUKSIIN SIVUN ALALAIDASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 11:10:39','2021-11-01 11:10:39','',124995,'https://lukuverkosto.fi/home/?p=125116',0,'revision','',0),(125118,1,'2021-11-01 11:11:30','2021-11-01 11:11:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 11:11:30','2021-11-01 11:11:30','',124995,'https://lukuverkosto.fi/home/?p=125118',0,'revision','',0),(125120,1,'2021-11-01 11:25:12','2021-11-01 11:25:12','','ideapäivän pajat (10)','','inherit','open','closed','','ideapaivan-pajat-10','','','2021-11-01 11:25:12','2021-11-01 11:25:12','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png',0,'attachment','image/png',0),(125122,1,'2021-11-01 16:34:04','2021-11-01 16:34:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://meet.google.com/hkx-njpe-hrf\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 16:34:04','2021-11-01 16:34:04','',124995,'https://lukuverkosto.fi/home/?p=125122',0,'revision','',0),(125121,1,'2021-11-01 11:26:40','2021-11-01 11:26:40','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-01 11:26:40','2021-11-01 11:26:40','',124995,'https://lukuverkosto.fi/home/?p=125121',0,'revision','',0),(125124,1,'2021-11-02 11:55:39','2021-11-02 11:55:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://meet.google.com/hkx-njpe-hrf\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 11:55:39','2021-11-02 11:55:39','',124995,'https://lukuverkosto.fi/home/?p=125124',0,'revision','',0),(125123,1,'2021-11-02 10:07:27','2021-11-02 10:07:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Johanna kiviniemen webinaari 10.2. (tallenne)\" _builder_version=\"4.11.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (9)\" url=\" meet.google.com/qfw-eckg-qqy\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (4)\" url=\"meet.google.com/csp-berr-jyf\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (5)\" hover_enabled=\"0\" sticky_enabled=\"0\" url_new_window=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.12.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" _builder_version=\"4.12.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.12.0\" _module_preset=\"default\" type=\"1_3\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.12.0\" _module_preset=\"default\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 10:07:27','2021-11-02 10:07:27','',124995,'https://lukuverkosto.fi/home/?p=125123',0,'revision','',0),(125125,1,'2021-11-02 12:05:07','2021-11-02 12:05:07','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 12:05:07','2021-11-02 12:05:07','',124995,'https://lukuverkosto.fi/home/?p=125125',0,'revision','',0),(125128,1,'2021-11-02 12:54:03','2021-11-02 12:54:03','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 12:54:03','2021-11-02 12:54:03','',124995,'https://lukuverkosto.fi/home/?p=125128',0,'revision','',0),(125127,1,'2021-11-02 12:05:53','2021-11-02 12:05:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" custom_margin=\"||-185px|||\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 12:05:53','2021-11-02 12:05:53','',124995,'https://lukuverkosto.fi/home/?p=125127',0,'revision','',0),(125129,1,'2021-11-02 12:56:00','2021-11-02 12:56:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/jzp-kdzh-wgs\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 12:56:00','2021-11-02 12:56:00','',124995,'https://lukuverkosto.fi/home/?p=125129',0,'revision','',0),(125130,1,'2021-11-02 14:43:04','2021-11-02 14:43:04','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-02 14:43:04','2021-11-02 14:43:04','',124995,'https://lukuverkosto.fi/home/?p=125130',0,'revision','',0),(125135,1,'2021-11-03 09:26:34','2021-11-03 09:26:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: </b><b>ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"www.staget.lukuverkosto.fi\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 09:26:34','2021-11-03 09:26:34','',124995,'https://lukuverkosto.fi/home/?p=125135',0,'revision','',0),(125136,1,'2021-11-03 09:27:24','2021-11-03 09:27:24','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: </b><a href=\"staget.lukuverkosto.fi\"><b>ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></a></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 09:27:24','2021-11-03 09:27:24','',124995,'https://lukuverkosto.fi/home/?p=125136',0,'revision','',0),(125358,1,'2022-04-26 10:41:09','2022-04-26 10:41:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 10:41:09','2022-04-26 10:41:09','',124995,'https://lukuverkosto.fi/home/?p=125358',0,'revision','',0),(125139,1,'2021-11-03 09:31:20','2021-11-03 09:31:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 09:31:20','2021-11-03 09:31:20','',124995,'https://lukuverkosto.fi/home/?p=125139',0,'revision','',0),(125138,1,'2021-11-03 09:28:59','2021-11-03 09:28:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: </b><a href=\"www.staget.lukuverkosto.fi\"><b>ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></a></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"www.staget.lukuverkosto.fi\" sticky_enabled=\"0\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 09:28:59','2021-11-03 09:28:59','',124995,'https://lukuverkosto.fi/home/?p=125138',0,'revision','',0),(125146,1,'2021-11-03 15:01:21','2021-11-03 15:01:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:01:21','2021-11-03 15:01:21','',124995,'https://lukuverkosto.fi/home/?p=125146',0,'revision','',0),(125145,1,'2021-11-03 15:00:20','2021-11-03 15:00:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/AmOUpA5-2Rk\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:00:20','2021-11-03 15:00:20','',124995,'https://lukuverkosto.fi/home/?p=125145',0,'revision','',0),(125144,1,'2021-11-03 14:58:28','2021-11-03 14:58:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/AmOUpA5-2Rk\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 14:58:28','2021-11-03 14:58:28','',124995,'https://lukuverkosto.fi/home/?p=125144',0,'revision','',0),(125142,1,'2021-11-03 14:34:30','2021-11-03 14:34:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.11.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-03 14:34:30','2021-11-03 14:34:30','',125004,'https://lukuverkosto.fi/home/?p=125142',0,'revision','',0),(125147,1,'2021-11-03 15:03:16','2021-11-03 15:03:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:03:16','2021-11-03 15:03:16','',124995,'https://lukuverkosto.fi/home/?p=125147',0,'revision','',0),(125149,1,'2021-11-03 15:07:53','2021-11-03 15:07:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:07:53','2021-11-03 15:07:53','',124995,'https://lukuverkosto.fi/home/?p=125149',0,'revision','',0),(125148,1,'2021-11-03 15:04:00','2021-11-03 15:04:00','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:04:00','2021-11-03 15:04:00','',124995,'https://lukuverkosto.fi/home/?p=125148',0,'revision','',0),(125150,1,'2021-11-03 15:08:58','2021-11-03 15:08:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\" custom_padding=\"||34px|||\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-03 15:08:58','2021-11-03 15:08:58','',124995,'https://lukuverkosto.fi/home/?p=125150',0,'revision','',0),(125152,1,'2021-11-04 10:42:20','2021-11-04 10:42:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.12.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.11.1\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.12.0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.12.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p><a href=\"https://drive.google.com/file/d/13ihD8VYR8254o6IdzunRZFRXplVePCsE/view?usp=sharing\"><strong>KOULUTUKSEN DIAT (linkki)</strong></a><b></b></p>\n<p><strong><a href=\"https://drive.google.com/drive/folders/17Y9tOnLmFzq0nvikSTEn3EwmficgG0VL?usp=sharing\">KOULUTUKSEN JAMBOARDIT (linkki)</a></strong></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.1\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.12.0\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.12.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2021-11-04 10:42:20','2021-11-04 10:42:20','',124995,'https://lukuverkosto.fi/home/?p=125152',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (125157,1,'2021-11-05 09:26:48','2021-11-05 09:26:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.12.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13-14.30 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-05 09:26:48','2021-11-05 09:26:48','',125011,'https://lukuverkosto.fi/home/?p=125157',0,'revision','',0),(125156,1,'2021-11-05 09:25:47','2021-11-05 09:25:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.12.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13-14.30 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-05 09:25:47','2021-11-05 09:25:47','',125011,'https://lukuverkosto.fi/home/?p=125156',0,'revision','',0),(125154,1,'2021-11-05 09:13:07','2021-11-05 09:13:07','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Stressin-hallinta-opetustyössä.png\" title_text=\"Stressin hallinta opetustyössä\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.12.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13-14.30 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Stressin hallinta opetustyössä 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-05 09:13:07','2021-11-05 09:13:07','',125011,'https://lukuverkosto.fi/home/?p=125154',0,'revision','',0),(125159,1,'2021-11-05 10:01:30','2021-11-05 10:01:30','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.12.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13-14.30 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-05 10:01:30','2021-11-05 10:01:30','',125011,'https://lukuverkosto.fi/home/?p=125159',0,'revision','',0),(125165,1,'2021-11-16 08:29:49','2021-11-16 08:29:49','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Ke 17.11. klo 15-16.</p>\n<ol></ol>\n<p>(Sisältöä päivitetään. Koulutuskuvaus tulossa.)</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.12.1\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-16 08:29:49','2021-11-16 08:29:49','',125004,'https://lukuverkosto.fi/home/?p=125165',0,'revision','',0),(125166,1,'2021-11-16 08:32:13','2021-11-16 08:32:13','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Ke 17.11. klo 15-16.</p>\n<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45 </p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa live.lukuverkosto.fi</p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-16 08:32:13','2021-11-16 08:32:13','',125004,'https://lukuverkosto.fi/home/?p=125166',0,'revision','',0),(125167,1,'2021-11-16 08:32:55','2021-11-16 08:32:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Ke 17.11. klo 15-16.</p>\n<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45 </p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa! </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-16 08:32:55','2021-11-16 08:32:55','',125004,'https://lukuverkosto.fi/home/?p=125167',0,'revision','',0),(125168,1,'2021-11-16 08:33:20','2021-11-16 08:33:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45</p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-16 08:33:20','2021-11-16 08:33:20','',125004,'https://lukuverkosto.fi/home/?p=125168',0,'revision','',0),(125175,1,'2021-11-18 12:42:43','2021-11-18 12:42:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/4fXt4dNDwBM\" _builder_version=\"4.13.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45</p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen työhyvinvoinnin johtaminen -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-18 12:42:43','2021-11-18 12:42:43','',125004,'https://lukuverkosto.fi/home/?p=125175',0,'revision','',0),(125169,1,'2021-11-16 09:57:49','2021-11-16 09:57:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/työhyvinvoinnin-johtaminen-17.11.2021.png\" title_text=\"työhyvinvoinnin johtaminen 17.11.2021\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45</p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen työhyvinvoinnin johtaminen -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" custom_margin=\"||60px|\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-16 09:57:49','2021-11-16 09:57:49','',125004,'https://lukuverkosto.fi/home/?p=125169',0,'revision','',0),(125170,1,'2021-11-16 12:26:59','2021-11-16 12:26:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.30 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-16 12:26:59','2021-11-16 12:26:59','',125011,'https://lukuverkosto.fi/home/?p=125170',0,'revision','',0),(125171,1,'2021-11-16 12:28:14','2021-11-16 12:28:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.00-14.30<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.12.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-16 12:28:14','2021-11-16 12:28:14','',125011,'https://lukuverkosto.fi/home/?p=125171',0,'revision','',0),(125172,1,'2021-11-16 12:35:26','2021-11-16 12:35:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Kim Lindblad, koulutuspäällikkö</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.12.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-16 12:35:26','2021-11-16 12:35:26','',125011,'https://lukuverkosto.fi/home/?p=125172',0,'revision','',0),(125176,1,'2021-11-18 13:06:13','2021-11-18 13:06:13','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.1\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Työhyvinvoinnin johtaminen<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Mirka Lindholm, Työterveyspsykologi</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/4fXt4dNDwBM\" _builder_version=\"4.13.1\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://lukuverkosto.fi/home/tyossa-jaksamisen-lyhyt-oppimaara-10-3-2021/\" url_new_window=\"on\" button_text=\"Mirka Lindholmin webinaari 10.3. (tallenne)\" _builder_version=\"4.13.1\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<ol></ol>\n<p>Tässä webinaarissa työterveyspsykologi Mirka Lindholm käsittelee työhyvinvoinnin johtamisen keskeisiä elementtejä. Webinaarin lopussa on aikaa kysymyksille ja keskustelulle. <span>Koulutus on maksuton LUKU-verkoston jäsenoppilaitosten henkilökunnalle.</span></p>\n<p>Milloin?<span> </span><strong>Keskiviikkona 17. marraskuuta</strong><span> </span>klo 15.00-15.45</p>\n<p>Missä?<span> </span><strong>Etänä Google Meetissä</strong><span> </span>osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a></p>\n<p><span>Lisätiedot: LUKU-verkoston koordinaattorit Misha Lindvall (misha.lindvall (at) edu.lohja.fi) ja Micaela Morero (micaela.morero (at) koulu.raasepori.fi).</span></p>\n<p>Miten mukaan?<span> </span><strong>Ilmoittaudu alla olevalla lomakkeella</strong>, tervetuloa!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.12.1\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen työhyvinvoinnin johtaminen -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"7d9f696b-37c3-4b1d-aa28-02e2934f03d2\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Työhyvinvoinnin johtaminen 17.11.','','inherit','closed','closed','','125004-revision-v1','','','2021-11-18 13:06:13','2021-11-18 13:06:13','',125004,'https://lukuverkosto.fi/home/?p=125176',0,'revision','',0),(125174,1,'2021-11-16 14:25:47','2021-11-16 14:25:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/BEsV06u4vYQ\" _builder_version=\"4.12.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://www.eslu.fi/kouluvuosienliikunta/koulutukset_opiskeluvuosille/\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ESLUN KOULUTUKSISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" custom_margin=\"-80px|auto||auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-11-16 14:25:47','2021-11-16 14:25:47','',125011,'https://lukuverkosto.fi/home/?p=125174',0,'revision','',0),(125180,1,'2021-12-02 08:07:17','2021-12-02 08:07:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/x7NI9q7gKBg\" _builder_version=\"4.14.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://docs.google.com/presentation/d/13VIyLect4HcPBLyNOn4IEBlukXEZbUI-/edit?usp=sharing&ouid=106905575174541649898&rtpof=true&sd=true\" url_new_window=\"on\" button_text=\"Koulutuksen diat ja linkkilista *klik *klik\" _builder_version=\"4.14.2\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" custom_margin=\"-80px|auto||auto||\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-12-02 08:07:17','2021-12-02 08:07:17','',125011,'https://lukuverkosto.fi/home/?p=125180',0,'revision','',0),(125181,1,'2021-12-02 08:07:55','2021-12-02 08:07:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"59px|||||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/x7NI9q7gKBg\" _builder_version=\"4.14.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://docs.google.com/presentation/d/13VIyLect4HcPBLyNOn4IEBlukXEZbUI-/edit?usp=sharing&ouid=106905575174541649898&rtpof=true&sd=true\" url_new_window=\"on\" button_text=\"Koulutuksen diat ja linkkilista *klik *klik\" _builder_version=\"4.14.2\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" custom_margin=\"-80px|auto||auto||\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-12-02 08:07:55','2021-12-02 08:07:55','',125011,'https://lukuverkosto.fi/home/?p=125181',0,'revision','',0),(125182,1,'2021-12-02 08:08:12','2021-12-02 08:08:12','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"59px|||||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">tauoilla energiaa opiskeluun 1.12. klo 13.15-14.45<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- sari lähdesmäki </span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.13.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|auto|-62px|auto||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/x7NI9q7gKBg\" _builder_version=\"4.14.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.13.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://docs.google.com/presentation/d/13VIyLect4HcPBLyNOn4IEBlukXEZbUI-/edit?usp=sharing&ouid=106905575174541649898&rtpof=true&sd=true\" url_new_window=\"on\" button_text=\"Koulutuksen diat ja linkkilista *klik *klik\" _builder_version=\"4.14.2\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><span><b></b></span></p>\n<p><b>Aika: ke 1.12. klo 13.15-14.45 </b></p>\n<p><a href=\"https://meet.google.com/kgb-mccq-ukk\"><b>Linkki: live.lukuverkosto.fi</b></a></p>\n<p>Koulutuksen tavoitteena on miettiä, mitä hyötyä tauottamisesta on opiskelupäivän aikana sekä miten se vaikuttaa oppimiseen (opintomenestykseen), vireystilaan ja kokonaisvaltaiseen hyvinvointiin. Keskeinen tavoite on antaa runsaasti vinkkejä ja ideoita fyysisesti aktiivisemman opiskelupäivän tiimoilta.</p>\n<p>Koulutuksen voi toteuttaa sekä etä- että lähikoulutuksena. Koulutus on pääosin toiminnallinen. Koulutuksen kesto on kaksi (2) tuntia.</p>\n<p><strong>Koulutuksen rakenne:</strong></p>\n<ul>\n<li>Perustelua istumisen katkaisemiselle</li>\n<li>Istumisen katkaisemisen/tauottamisen vaikutukset oppimiseen ja vireystilaan</li>\n<li>Aktiivinen/aktivoiva oppimisympäristö</li>\n<li>Runsaasti ideoita, vinkkejä ja linkkejä käytännön toteutukseen</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"0px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"|auto|142px|auto||\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" custom_margin=\"-80px|auto||auto||\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Tauolla energiaa oppitunnilla -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%||et_pb_line_break_holder||||et_pb_line_break_holder||\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.13.1\" _unique_id=\"75bdf0ab-fcc6-46ea-95d2-d518ddeb1119\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0},{%22value%22:%22Karkkilan lukio%22,%22checked%22:0,%22dragID%22:5}%93\" fullwidth_field=\"on\" _builder_version=\"4.12.1\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen paikan päällä luokassa B204 (liikkuva koulu luokka)%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.13.1\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Tauolla energiaa opiskeluun 1.12.','','inherit','closed','closed','','125011-revision-v1','','','2021-12-02 08:08:12','2021-12-02 08:08:12','',125011,'https://lukuverkosto.fi/home/?p=125182',0,'revision','',0),(125192,1,'2022-01-24 10:04:52','2022-01-24 10:04:52','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Hovilan Bologna<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" disabled_on=\"off|off|off\" _builder_version=\"4.16\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.16\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','publish','closed','closed','','125192-2','','','2023-05-25 09:48:56','2023-05-25 09:48:56','',0,'https://lukuverkosto.fi/home/?page_id=125192',0,'page','',0),(125474,1,'2023-05-25 09:48:56','2023-05-25 09:48:56','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">Hovilan Bologna<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" disabled_on=\"off|off|off\" _builder_version=\"4.16\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.16\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2023-05-25 09:48:56','2023-05-25 09:48:56','',125192,'https://lukuverkosto.fi/home/?p=125474',0,'revision','',0),(125193,1,'2022-01-24 09:12:21','2022-01-24 09:12:21','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 09:12:21','2022-01-24 09:12:21','',125192,'https://lukuverkosto.fi/home/?p=125193',0,'revision','',0),(125194,1,'2022-01-24 09:17:35','2022-01-24 09:17:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+ Q&amp;A -podcast<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Sanna Benamar (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/Erasmus-projekti-haastattelu-Benamar-Lindvall-kaksois-kysymys-poistettu.mp3\" title=\"Erasmus+ Q&A\" album_name=\"Sanna Benamar\" _builder_version=\"4.11.1\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ projektin vetäjältä vaaditaan?</li>\n<li>Minkälaisia resursseja Erasmus+ projekti vaatii oppilaitokselta kautta koordinaattorilta?</li>\n<li>Kuinka tehdä onnistunut Erasmus+ hakemus?</li>\n<li>Mitkä ovat koordinaattorin tärkeimmät työtehtävät projektin alkuvaiheessa?</li>\n<li>Mihin tarvitaan koekaniineja?</li>\n</ol>\n<p>(Haastattelija: Misha Lindvall, editointi ja tuotanto: Aleksi Hakkarainen)</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','podcast pohja','','publish','closed','closed','','podcast-pohja','','','2022-01-24 09:17:35','2022-01-24 09:17:35','',0,'https://lukuverkosto.fi/home/et_pb_layout/podcast-pohja/',0,'et_pb_layout','',0),(125196,1,'2023-05-25 10:11:11','2022-01-24 09:31:46','','Podcastit','','publish','closed','closed','','podcastit','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125196',3,'nav_menu_item','',0),(125197,1,'2022-01-24 09:35:20','2022-01-24 09:35:20','\"Bologna_podcast_final\".','Stressinhallinta opetustyössä','','inherit','open','closed','','bologna_podcast_final','','','2022-01-24 09:37:00','2022-01-24 09:37:00','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3',0,'attachment','audio/mpeg',0),(125289,1,'2022-01-26 13:03:29','2022-01-26 13:03:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022 klo 15<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.14.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" disabled_on=\"off|off|off\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-26 13:03:29','2022-01-26 13:03:29','',125192,'https://lukuverkosto.fi/home/?p=125289',0,'revision','',0),(125238,1,'2022-01-25 13:38:50','2022-01-25 13:38:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022 klo 15<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.14.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" disabled_on=\"on|on|on\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" disabled=\"on\" global_colors_info=\"{}\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-25 13:38:50','2022-01-25 13:38:50','',125192,'https://lukuverkosto.fi/home/?p=125238',0,'revision','',0),(125198,1,'2022-01-24 09:54:38','2022-01-24 09:54:38','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 09:54:38','2022-01-24 09:54:38','',125192,'https://lukuverkosto.fi/home/?p=125198',0,'revision','',0),(125202,1,'2022-01-24 09:59:26','2022-01-24 09:59:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 09:59:26','2022-01-24 09:59:26','',125192,'https://lukuverkosto.fi/home/?p=125202',0,'revision','',0),(125201,1,'2022-01-24 09:59:26','2022-01-24 09:59:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 25.1.','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 09:59:26','2022-01-24 09:59:26','',125192,'https://lukuverkosto.fi/home/?p=125201',0,'revision','',0),(125200,1,'2022-01-24 09:58:23','2022-01-24 09:58:23','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Stressinhallinta opetustyössä 25.1.','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 09:58:23','2022-01-24 09:58:23','',125192,'https://lukuverkosto.fi/home/?p=125200',0,'revision','',0),(125207,1,'2022-01-24 10:05:09','2022-01-24 10:05:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:05:09','2022-01-24 10:05:09','',125192,'https://lukuverkosto.fi/home/?p=125207',0,'revision','',0),(125203,1,'2022-01-24 10:00:17','2022-01-24 10:00:17','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Stressinhallinta opetustyössä 26.1.','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:00:17','2022-01-24 10:00:17','',125192,'https://lukuverkosto.fi/home/?p=125203',0,'revision','',0),(125204,1,'2023-05-25 10:11:11','2022-01-24 10:01:53','','Hovilan Bologna','','publish','closed','closed','','125204','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125204',5,'nav_menu_item','',0),(125205,1,'2022-01-24 10:02:09','2022-01-24 10:02:09','<!-- wp:divi/placeholder -->\n\n\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n\n\n<!-- /wp:divi/placeholder -->','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:02:09','2022-01-24 10:02:09','',125192,'https://lukuverkosto.fi/home/?p=125205',0,'revision','',0),(125206,1,'2022-01-24 10:05:09','2022-01-24 10:05:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:05:09','2022-01-24 10:05:09','',125192,'https://lukuverkosto.fi/home/?p=125206',0,'revision','',0),(125208,1,'2022-01-24 10:06:05','2022-01-24 10:06:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:06:05','2022-01-24 10:06:05','',125192,'https://lukuverkosto.fi/home/?p=125208',0,'revision','',0),(125209,1,'2022-01-24 10:06:52','2022-01-24 10:06:52','<!-- wp:divi/placeholder -->\n\n\n\n\n\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n\n\n\n\n\n<!-- /wp:divi/placeholder -->','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:06:52','2022-01-24 10:06:52','',125192,'https://lukuverkosto.fi/home/?p=125209',0,'revision','',0),(125212,1,'2022-01-24 10:07:50','2022-01-24 10:07:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:07:50','2022-01-24 10:07:50','',125192,'https://lukuverkosto.fi/home/?p=125212',0,'revision','',0),(125210,1,'2022-01-24 10:07:19','2022-01-24 10:07:19','<!-- wp:divi/placeholder -->\n\n\n\n\n\n\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n\n\n\n\n\n\n<!-- /wp:divi/placeholder -->','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:07:19','2022-01-24 10:07:19','',125192,'https://lukuverkosto.fi/home/?p=125210',0,'revision','',0),(125211,1,'2022-01-24 10:07:50','2022-01-24 10:07:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:07:50','2022-01-24 10:07:50','',125192,'https://lukuverkosto.fi/home/?p=125211',0,'revision','',0),(125236,1,'2022-01-25 13:36:19','2022-01-25 13:36:19','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022 klo 15<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.14.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" disabled_on=\"on|on|on\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" disabled=\"on\" global_colors_info=\"{}\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.gif\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-25 13:36:19','2022-01-25 13:36:19','',125192,'https://lukuverkosto.fi/home/?p=125236',0,'revision','',0),(125215,1,'2022-01-24 10:09:59','2022-01-24 10:09:59','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022 klo 15<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Stressinhallinta opetustyössä 26.1.2022','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:09:59','2022-01-24 10:09:59','',125192,'https://lukuverkosto.fi/home/?p=125215',0,'revision','',0),(125214,1,'2022-01-24 10:09:11','2022-01-24 10:09:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_color=\"#e8e8e8\" background_enable_image=\"off\" min_height=\"269px\" custom_margin=\"||-226px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"18px\" custom_margin=\"-24px||-120px|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor,Ubuntu\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1><span style=\"font-family: Ubuntu; font-weight: normal;\"><strong><span style=\"font-size: xx-large;\">ERasmus+podcast: Stressinhallinta opetustyössä 26.1.2022 klo 15<br /></span></strong></span><span style=\"font-size: x-large; font-weight: normal;\">- Risto Hovila, Sanna Benamar, misha Lindvall (Lohjan yhteislyseon lukio)</span></h1>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.11.1\" background_color=\"#e8e8e8\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.11.1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"587px\" custom_margin=\"50px|||\" custom_padding=\"72px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_audio audio=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/Bologna_podcast_final.mp3\" title=\"Hovilan Bologna\" album_name=\"Risto Hovila, Sanna Benamar, Misha Lindvall\" _builder_version=\"4.14.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/sterlinglanier-lanier-NlKx5eQF9do-unsplash.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"Stressinhallinta opetustyössä\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.11.1\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.11.1\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"72px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"65px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" inline_fonts=\"Abel\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #efca6b;\"></span></p>\n<p><span style=\"font-family: Abel; font-weight: normal;\"><strong><span style=\"color: #efca6b; font-size: xx-large;\">SISÄLTÖ</span></strong></span></p>[/et_pb_text][et_pb_cta button_url=\"https://ec.europa.eu/programmes/erasmus-plus/node_fi\" url_new_window=\"on\" button_text=\"LISÄTIEtOJA ERASMUS+ HANKKEISTA\" _builder_version=\"4.13.0\" header_level=\"h3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" min_height=\"369px\" custom_margin=\"-99px||69px|||\" custom_padding=\"70px|||||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" inline_fonts=\"Abel\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p><span><b></b></span></p>\n<ol>\n<li>Mitä Erasmus+ koordinaattori puuhailee opettajien matkustellessa?</li>\n<li>Minkälainen on erasmus+matkailijan työviikko ja päiväohjelma?</li>\n<li>Minkälaisen vastaanoton Suomi-turisti sai Bolognassa?</li>\n<li>Täyttikö koulutus odotukset?</li>\n<li>Entä mikä oli matkan parasta antia?<br /><br />\n<p><span style=\"font-size: 18px;\">(Editointi ja tuotanto: Risto Hovila)</span></p>\n</li>\n</ol>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"1px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logosbeneficaireserasmusright_fi_0.jpg\" title_text=\"logosbeneficaireserasmusright_fi_0\" _builder_version=\"4.11.1\" _module_preset=\"default\" custom_padding=\"|925px|4px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.11.1\" _module_preset=\"default\" min_height=\"20px\" custom_margin=\"|auto|-9px|auto||\" custom_padding=\"8px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.11.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.11.1\" _module_preset=\"default\" custom_margin=\"-40px||-32px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"font-size: small;\">Euroopan komissio ei vastaa julkaisun sisällöstä. Lisätietoa Erasmus+ -ohjelmasta: <a href=\"http://www.oph.fi/erasmusplus\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"1\">www.oph.fi/erasmusplus</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125192-revision-v1','','','2022-01-24 10:09:11','2022-01-24 10:09:11','',125192,'https://lukuverkosto.fi/home/?p=125214',0,'revision','',0),(125216,1,'2022-01-24 10:11:49','2022-01-24 10:11:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/gUhxrkltb0A\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','publish','closed','closed','vivalavida','kiire-pysahtymaan-16-2-2022','','','2022-02-17 06:38:46','2022-02-17 06:38:46','',0,'https://lukuverkosto.fi/home/?page_id=125216',0,'page','',0),(125303,1,'2022-02-16 17:00:48','2022-02-16 17:00:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/NF3DBuufg0w\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 17:00:48','2022-02-16 17:00:48','',125216,'https://lukuverkosto.fi/home/?p=125303',0,'revision','',0),(125217,1,'2022-01-24 10:11:49','2022-01-24 10:11:49','<!-- wp:divi/placeholder /-->','Kiire pysähtymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-01-24 10:11:49','2022-01-24 10:11:49','',125216,'https://lukuverkosto.fi/home/?p=125217',0,'revision','',0),(125220,1,'2022-01-24 13:35:58','2022-01-24 13:35:58','','LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22','','inherit','open','closed','','lukuverkoston-koulutukset-kevat-2o22','','','2022-01-24 13:35:58','2022-01-24 13:35:58','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png',0,'attachment','image/png',0),(125221,1,'2022-01-24 13:36:11','2022-01-24 13:36:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire pysähtymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-01-24 13:36:11','2022-01-24 13:36:11','',125216,'https://lukuverkosto.fi/home/?p=125221',0,'revision','',0),(125219,1,'2022-01-24 10:15:17','2022-01-24 10:15:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire pysähtymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-01-24 10:15:17','2022-01-24 10:15:17','',125216,'https://lukuverkosto.fi/home/?p=125219',0,'revision','',0),(125222,1,'2022-01-24 13:36:25','2022-01-24 13:36:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire pysähtymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-01-24 13:36:25','2022-01-24 13:36:25','',125216,'https://lukuverkosto.fi/home/?p=125222',0,'revision','',0),(125227,2,'2022-01-25 07:15:43','2022-01-25 07:15:43','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|20px||49px||\" width=\"84.8%\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|0px||0px||\"]<h1 class=\"entry-title\">Työkaluja ja kaluttavaa lukuvuodeksi</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div>Marraskuussa tätä kirjoittaessani koronavirusepidemia ei näytä taittuvan. Toisaalta etätyöskentely on tullut niin tutuksi, että webinaareihin osallistuminen on entistäkin luontevampaa. LUKU-verkosto tarjoaa tänäkin lukuvuonna monipuolisissa koulutuksissaan sekä työkaluja (<b><a href=\"http://webinaari7.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari7.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEXH4CvYAXEsFxK11XzHCMGbNyedg\">Googlen Workspacestä 18.11.2020</a></b>) että kaluttavaa eli opetuksen sisältöjä (<b><a href=\"http://webinaari8.lyll.fi/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://webinaari8.lyll.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNFadx_eqnwEfMVSun_giacmKPDDXw\">Vuosi yrittäjänä 2.12.2020</a></b>).</div>\n<div> </div>\n<div>Lukiolaki takaa opiskelijalle oikeuden ja mahdollisuuden tutustua yrittäjyyteen: \"Oppimäärän mukainen opetus on järjestettävä siten, että opiskelijalla on mahdollisuus kehittää kansainvälistä osaamistaan sekä työelämä- ja yrittäjyysosaamistaan.\"</div>\n<div> </div>\n<div>Lukion uusi opetussuunnitelma tietysti noudattaa lakia: \"Opiskelijalle tarjotaan oppimiskokemuksia, jotka kannustavat ennakkoluulottomuuteen, aloitteellisuuteen, yrittäjämäiseen toimintaan, yhteistyöhön, vastuullisuuteen sekä rakentavaan ongelmanratkaisuun kestävän tulevaisuuden periaatteiden mukaisesti.\" Tavoite on antaa opiskelijoille mahdollisuus oppia yrittäjän elämään kuuluvaa sinnikkyyttä, omatoimisuutta, luovuutta ja tarjota learning by doing -kokemuksia. Nämä taidot hyödyttävät paitsi yrittäjän uralla, myös palkkatyössä - ja elämässä ylipäätään!</div>\n<div> </div>\n<div>LUKU-verkoston webinaarit tarjoavat koulutuksen lisäksi mahdollisuuden keskustelulle. Muutaman kymmenen osallistujan kesken on helppo kommentoida ja vaihtaa ideoita ja vertailla oppilaitosten työtapoja. Palautetta sekä toiveita ja ideoita tuleviin koulutuksiin kuulostellaan webinaarien lisäksi jäsenoppilaitoksilla, jossa palautetta voi antaa omalle <b><a href=\"https://lukuverkosto.fi/home/info/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://lukuverkosto.fi/home/info/&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNEblsrBZ4B5NlGu8YhAh8PgM-RxHw\">tutorille</a> </b>tai lähettää suoraan koordinaattoreille <b><a href=\"http://www.lukuverkosto.fi/\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.lukuverkosto.fi&amp;source=gmail&amp;ust=1604568341799000&amp;usg=AFQjCNGVswHBs21A2jXw9T4CswNMZgBf1A\">etusivun lomakkeella</a></b>. Vastaamme varmasti!</div>\n<div> </div>\n<div>Micaela Morero</div>\n<div>LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Hyvinvointia kevääseen','','inherit','closed','closed','','607-autosave-v1','','','2022-01-25 07:15:43','2022-01-25 07:15:43','',607,'https://lukuverkosto.fi/home/?p=125227',0,'revision','',0),(125228,2,'2022-01-25 07:49:48','2022-01-25 07:49:48','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125230,\"sizeSlug\":\"large\",\"linkDestination\":\"media\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\"><img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-125230\"/></a><figcaption><em>Kuva: <a href=\"https://unsplash.com/@forest_ms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Forest Simon</a> sivustolla <a href=\"https://unsplash.com/collections/59127756/yard-birds-winter?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash</a></em></figcaption></figure>\n<!-- /wp:image -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Hyvinvointia kevääseen 2022','','publish','closed','open','','hyvinvointia-kevaaseen-2022','','','2022-01-26 11:09:41','2022-01-26 11:09:41','',0,'https://lukuverkosto.fi/home/?p=125228',0,'post','',0),(125229,2,'2022-01-25 07:17:17','2022-01-25 07:17:17','<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022. Se oli tarkoitus pitää Hangossa, mutta tämänhetkinen pandemiatilanne ei sitä salli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125228-revision-v1','','','2022-01-25 07:17:17','2022-01-25 07:17:17','',125228,'https://lukuverkosto.fi/home/?p=125229',0,'revision','',0),(125230,2,'2022-01-25 07:22:05','2022-01-25 07:22:05','','forest-simon-rT-I7IB_eHg-unsplash','','inherit','open','closed','','forest-simon-rt-i7ib_ehg-unsplash','','','2022-01-25 07:22:05','2022-01-25 07:22:05','',125228,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg',0,'attachment','image/jpeg',0),(125231,2,'2022-01-25 07:44:19','2022-01-25 07:44:19','<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125230,\"sizeSlug\":\"large\",\"linkDestination\":\"media\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\"><img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-125230\"/></a><figcaption><em>Kuva: <a href=\"https://unsplash.com/@forest_ms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Forest Simon</a> sivustolla <a href=\"https://unsplash.com/collections/59127756/yard-birds-winter?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash</a></em></figcaption></figure>\n<!-- /wp:image -->','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125228-revision-v1','','','2022-01-25 07:44:19','2022-01-25 07:44:19','',125228,'https://lukuverkosto.fi/home/?p=125231',0,'revision','',0),(125232,2,'2022-01-25 07:49:48','2022-01-25 07:49:48','<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125230,\"sizeSlug\":\"large\",\"linkDestination\":\"media\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\"><img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-125230\"/></a><figcaption><em>Kuva: <a href=\"https://unsplash.com/@forest_ms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Forest Simon</a> sivustolla <a href=\"https://unsplash.com/collections/59127756/yard-birds-winter?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash</a></em></figcaption></figure>\n<!-- /wp:image -->','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125228-revision-v1','','','2022-01-25 07:49:48','2022-01-25 07:49:48','',125228,'https://lukuverkosto.fi/home/?p=125232',0,'revision','',0),(125234,1,'2022-01-25 13:36:01','2022-01-25 13:36:01','','LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22','','inherit','open','closed','','lukuverkoston-koulutukset-kevat-2o22-2','','','2022-01-25 13:36:01','2022-01-25 13:36:01','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.gif',0,'attachment','image/gif',0),(125239,1,'2023-05-25 10:11:11','2022-01-25 14:06:50',' ','','','publish','closed','closed','','125239','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125239',7,'nav_menu_item','',0),(125251,1,'2023-05-25 10:11:11','2022-01-25 14:26:46',' ','','','publish','closed','closed','','125251','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125251',8,'nav_menu_item','',0),(125252,1,'2022-01-25 14:31:30','2022-01-25 14:31:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.15\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.15\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.15\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.15\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.15\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.15\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.15\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.15\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.15\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.15\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>OHJELMA</p>\n<p><span style=\"font-size: 18px;\">Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa Abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.15\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.15\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.15\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.15\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.15\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.15\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','publish','closed','closed','vivalavida','kohti-virtuaalista-abittia-ja-sen-yli-9-3-2022','','','2022-03-22 07:06:32','2022-03-22 07:06:32','',0,'https://lukuverkosto.fi/home/?page_id=125252',0,'page','',0),(125253,1,'2022-01-25 14:28:31','2022-01-25 14:28:31','<!-- wp:divi/placeholder /-->','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-01-25 14:28:31','2022-01-25 14:28:31','',125252,'https://lukuverkosto.fi/home/?p=125253',0,'revision','',0),(125262,1,'2022-01-26 10:04:07','2022-01-26 10:04:07','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 10:04:07','2022-01-26 10:04:07','',124374,'https://lukuverkosto.fi/home/?p=125262',0,'revision','',0),(125245,1,'2022-01-25 14:22:37','2022-01-25 14:22:37','','1','','inherit','open','closed','','1-4','','','2022-01-25 14:22:37','2022-01-25 14:22:37','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/1.png',0,'attachment','image/png',0),(125246,1,'2022-01-25 14:22:45','2022-01-25 14:22:45','','2','','inherit','open','closed','','2-4','','','2022-01-25 14:22:45','2022-01-25 14:22:45','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/2.png',0,'attachment','image/png',0),(125247,1,'2022-01-25 14:22:51','2022-01-25 14:22:51','','','','inherit','open','closed','','3-2','','','2022-01-25 14:23:10','2022-01-25 14:23:10','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png',0,'attachment','image/png',0),(125248,1,'2022-01-25 14:22:57','2022-01-25 14:22:57','','4','','inherit','open','closed','','4-2','','','2022-01-25 14:22:57','2022-01-25 14:22:57','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/4.png',0,'attachment','image/png',0),(125249,1,'2022-01-25 14:23:04','2022-01-25 14:23:04','','5','','inherit','open','closed','','5-2','','','2022-01-25 14:23:04','2022-01-25 14:23:04','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png',0,'attachment','image/png',0),(125250,1,'2022-01-25 14:25:45','2022-01-25 14:25:45','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Positiivinen ajattelu ja kommunikointi opetustyössä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sara lehtovuori, sari salonen</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.3. klo 15.00-15.45\" button_url=\"https://vuosiyrittajana.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja erasmus+ ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" link_option_url=\"https://erasmus-plus.ec.europa.eu/fi\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.2022','','inherit','closed','closed','','125241-revision-v1','','','2022-01-25 14:25:45','2022-01-25 14:25:45','',125241,'https://lukuverkosto.fi/home/?p=125250',0,'revision','',0),(125256,1,'2023-05-25 10:11:11','2022-01-25 14:32:18',' ','','','publish','closed','closed','','125256','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125256',9,'nav_menu_item','',0),(125257,1,'2022-01-25 14:33:45','2022-01-25 14:33:45','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/084voyQ4YO4\" _builder_version=\"4.17.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.16.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><strong>Google Workspace for Education - mitä uutta opetukseen?</strong></p>\n<p>Kuluva lukuvuosi on tuonut paljon uusia pedagogisia toimintoja ja ominaisuuksia Googlen tuoteperheeseen. Käydään läpi yhdessä muutamia keskeisimmistä uusista toiminnoista esimerkein ja kurkataan myös tulevaan. </p>\n<p>Google for Educationin keskiössä on oppimisen mahdollistaminen kaikille ja kaikkialle, opettajien työn tukeminen ja turvallinen sähköinen oppimisympäristö, ja tähän kohdistuu myös ensi lukukauden suurin Classroom-toiminnallisuus. </p>\n<p>Tule mukaan kuulemaan uutuuksista tarkemmin!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','publish','closed','closed','vivalavida','google-workspace-ja-hybridiopetus-13-4-2022','','','2022-04-13 15:02:11','2022-04-13 15:02:11','',0,'https://lukuverkosto.fi/home/?page_id=125257',0,'page','',0),(125333,1,'2022-04-13 15:01:36','2022-04-13 15:01:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/084voyQ4YO4\" _builder_version=\"4.17.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.16.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><strong>Google Workspace for Education - mitä uutta opetukseen?</strong></p>\n<p>Kuluva lukuvuosi on tuonut paljon uusia pedagogisia toimintoja ja ominaisuuksia Googlen tuoteperheeseen. Käydään läpi yhdessä muutamia keskeisimmistä uusista toiminnoista esimerkein ja kurkataan myös tulevaan. </p>\n<p>Google for Educationin keskiössä on oppimisen mahdollistaminen kaikille ja kaikkialle, opettajien työn tukeminen ja turvallinen sähköinen oppimisympäristö, ja tähän kohdistuu myös ensi lukukauden suurin Classroom-toiminnallisuus. </p>\n<p>Tule mukaan kuulemaan uutuuksista tarkemmin!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-04-13 15:01:36','2022-04-13 15:01:36','',125257,'https://lukuverkosto.fi/home/?p=125333',0,'revision','',0),(125258,1,'2022-01-25 14:33:45','2022-01-25 14:33:45','<!-- wp:divi/placeholder /-->','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-01-25 14:33:45','2022-01-25 14:33:45','',125257,'https://lukuverkosto.fi/home/?p=125258',0,'revision','',0),(125255,1,'2022-01-25 14:31:23','2022-01-25 14:31:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/4.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-01-25 14:31:23','2022-01-25 14:31:23','',125252,'https://lukuverkosto.fi/home/?p=125255',0,'revision','',0),(125261,1,'2023-05-25 10:11:11','2022-01-25 14:37:25',' ','','','publish','closed','closed','','125261','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125261',10,'nav_menu_item','',0),(125263,1,'2022-01-26 10:05:43','2022-01-26 10:05:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png\" title_text=\"5\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-01-26 10:05:43','2022-01-26 10:05:43','',125257,'https://lukuverkosto.fi/home/?p=125263',0,'revision','',0),(125260,1,'2022-01-25 14:36:48','2022-01-25 14:36:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"5\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Vuosi Yrittäjyys -webinaariin\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-01-25 14:36:48','2022-01-25 14:36:48','',125257,'https://lukuverkosto.fi/home/?p=125260',0,'revision','',0),(125264,1,'2022-01-26 10:07:26','2022-01-26 10:07:26','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 10:07:26','2022-01-26 10:07:26','',124374,'https://lukuverkosto.fi/home/?p=125264',0,'revision','',0),(125265,1,'2022-01-26 10:07:30','2022-01-26 10:07:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png\" title_text=\"5\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-01-26 10:07:30','2022-01-26 10:07:30','',125257,'https://lukuverkosto.fi/home/?p=125265',0,'revision','',0),(125269,1,'2022-01-26 10:14:11','2022-01-26 10:14:11','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 10:14:11','2022-01-26 10:14:11','',124374,'https://lukuverkosto.fi/home/?p=125269',0,'revision','',0),(125267,1,'2022-01-26 10:09:26','2022-01-26 10:09:26','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 10:09:26','2022-01-26 10:09:26','',124374,'https://lukuverkosto.fi/home/?p=125267',0,'revision','',0),(125268,1,'2022-01-26 10:09:34','2022-01-26 10:09:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png\" title_text=\"5\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen Google Workspace ja Hybridiopetus -webinaariin||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-01-26 10:09:34','2022-01-26 10:09:34','',125257,'https://lukuverkosto.fi/home/?p=125268',0,'revision','',0),(125277,1,'2022-01-26 11:09:41','2022-01-26 11:09:41','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:paragraph -->\n<p>Kevätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja <strong>hyvinvoinnista</strong>. Tammikuussa teemana on <strong>stressinhallinta opetustyössä </strong>(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee, <strong>miksi ei ole enää aikaa</strong>. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat <strong>positiivisesta ajattelusta ja myönteisestä koulusta</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo <strong>virtuaali-Abitin</strong> tilanteesta maaliskuussa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":125230,\"sizeSlug\":\"large\",\"linkDestination\":\"media\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><a href=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash.jpg\"><img src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/forest-simon-rT-I7IB_eHg-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-125230\"/></a><figcaption><em>Kuva: <a href=\"https://unsplash.com/@forest_ms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Forest Simon</a> sivustolla <a href=\"https://unsplash.com/collections/59127756/yard-birds-winter?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash</a></em></figcaption></figure>\n<!-- /wp:image -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125228-revision-v1','','','2022-01-26 11:09:41','2022-01-26 11:09:41','',125228,'https://lukuverkosto.fi/home/?p=125277',0,'revision','',0),(125278,1,'2022-01-26 11:13:16','2022-01-26 11:13:16','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"top right\" background_color_gradient_end_position=\"45%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-01.png\" parallax=\"on\" custom_padding=\"12vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(26,24,68,0)\" background_color_gradient_end=\"#1a1844\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-02-1.png\" background_position=\"top_center\" width=\"100%\" max_width=\"100%\" custom_padding=\"|10%||10%||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"Lato|900|||||||\" header_font_size=\"82px\" header_letter_spacing=\"1px\" header_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_font_size_tablet=\"62px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4>Uusi jakso ulkona nyt!</h4>\n<h1>LukioCast</h1>\n<p>- Podcast lukioarjesta.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"%%40%%\" icon_color=\"#fe4943\" use_icon_font_size=\"on\" icon_font_size=\"80px\" _builder_version=\"3.17.2\" header_font=\"||||||||\" header_font_size=\"14px\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Panu Ruoste - rehtori lukiota rakentamassa\" album_name=\"KAUSI 1, JAKSO 1\" _builder_version=\"4.11.2\" title_font=\"Lato|900|||||||\" title_text_align=\"center\" title_font_size=\"20px\" title_letter_spacing=\"1px\" title_line_height=\"1.8em\" caption_font=\"Lato|700||on|||||\" caption_text_align=\"center\" caption_text_color=\"#fe4943\" caption_font_size=\"10px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" max_width=\"1000px\" module_alignment=\"center\" custom_padding=\"0px||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"CTAs\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0|0px|54px|0px|false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Tilaa nyt\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Katso Traileri\" button_alignment=\"center\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#fe4943\" button_bg_color=\"#ffffff\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_padding=\"18px|213px|18px|213px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|63px||63px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"3.22\" background_color=\"#1a1844\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" background_size=\"contain\" background_position=\"top_left\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" padding_top_bottom_link_2=\"true\" _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"2_5,3_5\"][et_pb_column type=\"2_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-04.jpg\" align_tablet=\"center\" align_last_edited=\"on|desktop\" _builder_version=\"3.23\" border_radii=\"on|3px|3px|3px|3px\" box_shadow_style=\"preset3\" box_shadow_vertical=\"32px\" box_shadow_blur=\"48px\" box_shadow_spread=\"-16px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"30px||30px|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"52px\" header_2_line_height=\"1.2em\" background_layout=\"dark\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MIKÄ  LUKIOCAST?</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"4.11.2\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Lukiocastin keskiössä ovat ihmiset, tarinat ja kohtaamiset. Haastateltavat tulevat mitä moninaisimmilta elämänkentiltä. Podcastin vierasjoukkoon mahtuu niin toimitusjohtajia, opiskelijoita, rehtoreita kuin vaikkapa erityissuunnittelijoita. Yhteisenä nimittäjänä on tarttumapinta-ala lukioarkeen. </p>[/et_pb_text][et_pb_button button_text=\"lUE LISÄÄ\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.14\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Episodes\" _builder_version=\"3.22\" background_color=\"#1a1844\" custom_padding=\"0px||||false\" top_divider_style=\"waves2\" top_divider_color=\"#1a1844\" top_divider_height=\"12vw\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" top_divider_height_tablet=\"60px\" top_divider_height_phone=\"60px\" top_divider_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"14vw|10vw|60px|10vw\" custom_padding_tablet=\"|10%||10%||true\" custom_padding_phone=\"|||\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||\" padding_tablet=\"|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"15px\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Lato|900|||||||\" header_2_text_color=\"#1a1844\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.6em\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"left\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Suosittelemme</h3>\n<h2>Lohjan Lukio arkkitehdin silmin</h2>\n<p>Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. Consectetur et tristique non, pulvinar preti. Cras luctus ornare est, sed pharetra mauris vestibulum in. In nulla sem. </p>[/et_pb_text][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" text_text_color=\"#1a1844\" max_width=\"500px\" module_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Kausi 1, Jakso 3    |    21min</p>[/et_pb_text][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/Watery_Sunrise_.mp3\" _builder_version=\"3.17.2\" title_font=\"Lato||||||||\" title_text_align=\"left\" title_font_size=\"24px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" module_alignment=\"left\" custom_margin=\"16%||\" custom_padding=\"|0px||0px||true\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_audio][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"center_left\" custom_padding=\"24vw|6vw|60px|\" custom_padding_tablet=\"60px|10%||10%||true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_tablet=\"60px|10%||10%||true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>VIIMEISET JAKSOT</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" custom_margin=\"30px||50px||false\" custom_padding=\"|||\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 4:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 3:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 2:\" _builder_version=\"3.17.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_audio][et_pb_audio audio=\"http://sayeed.sandbox.etdevs.com/divi/wp-content/uploads/sites/2/2018/10/podcast-audio.m4a\" title=\"Jakso 1:\" _builder_version=\"4.11.2\" title_font=\"Lato|700|||||||\" title_text_align=\"left\" title_font_size=\"18px\" title_line_height=\"1.8em\" caption_font=\"Lato|||on|||||\" caption_text_align=\"left\" caption_font_size=\"11px\" caption_letter_spacing=\"4px\" caption_line_height=\"1.8em\" background_color=\"rgba(196,196,196,0)\" custom_margin=\"||50px\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" title_font_size_tablet=\"16px\" title_font_size_phone=\"\" title_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_audio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Subscribe\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(254,73,67,0)\" background_color_gradient_end=\"rgba(254,73,67,0.26)\" background_color_gradient_direction=\"90deg\" parallax=\"on\" custom_padding=\"80px|0px|80px|0px|true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.11.2\" custom_margin=\"||60px\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Uusi jakso joka viikko!</h3>\n<p><span style=\"color: #ff0000;\">Ensiesitys keskiviikkoisin @ 15:00</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Haluatko vieraaksi?</h3>\n<p><a href=\"#\">Ota yhteyttä!</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.11.2\" text_font=\"||||||||\" link_font=\"||||||||\" link_text_color=\"#fe4943\" header_font=\"||||||||\" header_3_font=\"Lato|700|||||||\" header_3_font_size=\"18px\" header_3_line_height=\"1.8em\" background_layout=\"dark\" hover_enabled=\"0\" header_3_font_size_tablet=\"16px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" header_5_font_size__hover=\"16px\" header_5_font_size__hover_enabled=\"16px\" header_5_line_height__hover=\"1em\" header_5_line_height__hover_enabled=\"1em\" background_layout__hover=\"light\" background_layout__hover_enabled=\"light\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" text_font_size__hover=\"14px\" text_font_size__hover_enabled=\"14px\" text_letter_spacing__hover=\"0px\" text_letter_spacing__hover_enabled=\"0px\" text_line_height__hover=\"1.7em\" text_line_height__hover_enabled=\"1.7em\" text_text_shadow_style__hover=\"none\" text_text_shadow_style__hover_enabled=\"none\" text_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" text_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" link_font_size__hover=\"14px\" link_font_size__hover_enabled=\"14px\" link_letter_spacing__hover=\"0px\" link_letter_spacing__hover_enabled=\"0px\" link_line_height__hover=\"1em\" link_line_height__hover_enabled=\"1em\" link_text_shadow_style__hover=\"none\" link_text_shadow_style__hover_enabled=\"none\" link_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" link_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ul_font_size__hover=\"14px\" ul_font_size__hover_enabled=\"14px\" ul_letter_spacing__hover=\"0px\" ul_letter_spacing__hover_enabled=\"0px\" ul_line_height__hover=\"1em\" ul_line_height__hover_enabled=\"1em\" ul_text_shadow_style__hover=\"none\" ul_text_shadow_style__hover_enabled=\"none\" ul_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ul_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" ol_font_size__hover=\"14px\" ol_font_size__hover_enabled=\"14px\" ol_letter_spacing__hover=\"0px\" ol_letter_spacing__hover_enabled=\"0px\" ol_line_height__hover=\"1em\" ol_line_height__hover_enabled=\"1em\" ol_text_shadow_style__hover=\"none\" ol_text_shadow_style__hover_enabled=\"none\" ol_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" ol_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" quote_font_size__hover=\"14px\" quote_font_size__hover_enabled=\"14px\" quote_letter_spacing__hover=\"0px\" quote_letter_spacing__hover_enabled=\"0px\" quote_line_height__hover=\"1em\" quote_line_height__hover_enabled=\"1em\" quote_text_shadow_style__hover=\"none\" quote_text_shadow_style__hover_enabled=\"none\" quote_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" quote_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_3_font_size__hover=\"22px\" header_3_font_size__hover_enabled=\"22px\" header_3_letter_spacing__hover=\"0px\" header_3_letter_spacing__hover_enabled=\"0px\" header_3_line_height__hover=\"1em\" header_3_line_height__hover_enabled=\"1em\" header_3_text_shadow_style__hover=\"none\" header_3_text_shadow_style__hover_enabled=\"none\" header_3_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_3_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_4_font_size__hover=\"18px\" header_4_font_size__hover_enabled=\"18px\" header_4_letter_spacing__hover=\"0px\" header_4_letter_spacing__hover_enabled=\"0px\" header_4_line_height__hover=\"1em\" header_4_line_height__hover_enabled=\"1em\" header_4_text_shadow_style__hover=\"none\" header_4_text_shadow_style__hover_enabled=\"none\" header_4_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_4_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_5_letter_spacing__hover=\"0px\" header_5_letter_spacing__hover_enabled=\"0px\" header_5_text_shadow_style__hover=\"none\" header_5_text_shadow_style__hover_enabled=\"none\" header_5_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_5_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" header_6_font_size__hover=\"14px\" header_6_font_size__hover_enabled=\"14px\" header_6_letter_spacing__hover=\"0px\" header_6_letter_spacing__hover_enabled=\"0px\" header_6_line_height__hover=\"1em\" header_6_line_height__hover_enabled=\"1em\" header_6_text_shadow_style__hover=\"none\" header_6_text_shadow_style__hover_enabled=\"none\" header_6_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_6_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" text_orientation__hover=\"left\" text_orientation__hover_enabled=\"left\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" sticky_enabled=\"0\"]<h3>Kuuntele LukioCast</h3>\n<p><a href=\"#\">Spotify</a> <span style=\"color: #ff0000;\">| Apple Music</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"3.22\" background_color=\"#1a1844\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b3ea0\" background_color_gradient_end=\"#1a1844\" background_color_gradient_type=\"radial\" background_color_gradient_direction_radial=\"left\" background_color_gradient_end_position=\"36%\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/podcast-03.png\" parallax=\"on\" custom_padding=\"8vw||0||false|false\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" custom_margin=\"-109px|||||\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" text_orientation=\"center\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>TAPAA ISÄNTÄMME!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.14\" max_width=\"120px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,3_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" image_url=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/profiilikuva.png\" facebook_url=\"#\" icon_color=\"#ffffff\" _builder_version=\"4.11.2\" header_font=\"Lato|700|||||||\" header_font_size=\"18px\" header_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width_tablet=\"\" max_width_phone=\"240px\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" border_radii_image=\"on|200px|200px|200px|200px\" locked=\"off\" global_colors_info=\"{}\" header_font_size__hover=\"22px\" header_font_size__hover_enabled=\"22px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_line_height__hover=\"1em\" header_line_height__hover_enabled=\"1em\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\" title_text=\"profiilikuva\" sticky_enabled=\"0\" linkedin_url=\"#\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" global_colors_info=\"{}\"]<p>Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna, ac sodales orci. Ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare nunc ut elit maximus convallis. Pellentesque rhoncus placerat nisi n</p>[/et_pb_text][et_pb_button button_text=\"Lisätietoja podcastista\" _builder_version=\"4.11.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#fe4943\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px||18px||true|false\" custom_padding_phone=\"|80px||80px||true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"false\" _builder_version=\"3.25\" width=\"100%\" max_width=\"100%\" custom_margin=\"60px|||\" custom_margin_tablet=\"0px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"27px|0px|0|0px|false|false\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"1%\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"120px|||20vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" padding_phone=\"|||||false\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|tablet\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"50px\" header_2_line_height=\"1.4em\" background_layout=\"dark\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ota yhteyttä!</h2>[/et_pb_text][et_pb_divider color=\"#fe4943\" divider_weight=\"5px\" _builder_version=\"3.17.2\" max_width=\"120px\" module_alignment=\"left\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text _builder_version=\"3.27.4\" text_font_size=\"15px\" text_line_height=\"2em\" link_font=\"||||||||\" link_text_color=\"#fe4943\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{}\"]Pellentesque rhoncus placerat nisi non lobortis. Etiam efficitur bibendum consequat. In porta mauris ac lacus sollicitudin, vel sagittis nisl sodales. Proin vitae blandit urna.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" background_color=\"#fe4943\" custom_padding=\"100px|10vw|100px|10vw\" custom_padding_tablet=\"60px|10%|60px|10%|true|true\" custom_padding_phone=\"||||true|\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" padding_phone=\"||||true|\" padding_tablet=\"60px|10%|60px|10%|true|true\" padding_last_edited=\"on|phone\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Lähetä viesti\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.11.2\" form_field_background_color=\"#ffffff\" form_field_font=\"||||||||\" form_field_font_size=\"16px\" form_field_line_height=\"1.8em\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#1a1844\" button_border_width=\"12px\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" custom_margin=\"|||-13vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|3px|3px|3px|3px\" form_background_color=\"#ffffff\" global_colors_info=\"{}\" success_message=\"Viesti lähetetty!\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköpostiosoite\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.11.2\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.22\" background_color=\"#fe4943\" parallax=\"on\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" global_colors_info=\"{}\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\"][et_pb_row _builder_version=\"3.25\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" global_colors_info=\"{}\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_2_font=\"Lato|900|||||||\" header_2_font_size=\"82px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.2em\" header_4_font=\"Raleway|||on|||||\" header_4_font_size=\"22px\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"800px\" module_alignment=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" header_2_font_size_tablet=\"\" header_2_font_size_phone=\"48px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]<h4>DiviNation</h4>\n<h2>Listen Now!</h2>\n<p>Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Pellentesque in ipsum id orci porta dapibus. Sed porttitor lectus nibh</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_04.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_06.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_02.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_05.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/logo_01.png\" _builder_version=\"3.23\" always_center_on_mobile=\"off\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_text=\"Subscribe Now\" button_alignment=\"center\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#1a1844\" button_border_color=\"rgba(0,0,0,0)\" button_letter_spacing=\"4px\" button_font=\"Raleway|700||on|||||\" background_layout=\"dark\" custom_padding=\"18px|200px|18px|200px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"|50px||50px||true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][et_pb_social_media_follow _builder_version=\"3.17.2\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"3.14\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','LUKIOCAST','','inherit','closed','closed','','125061-revision-v1','','','2022-01-26 11:13:16','2022-01-26 11:13:16','',125061,'https://lukuverkosto.fi/home/?p=125278',0,'revision','',0),(125271,1,'2022-01-26 10:20:44','2022-01-26 10:20:44','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 10:20:44','2022-01-26 10:20:44','',124374,'https://lukuverkosto.fi/home/?p=125271',0,'revision','',0),(125272,1,'2022-01-26 10:20:46','2022-01-26 10:20:46','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/4.png\" title_text=\"4\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-01-26 10:20:46','2022-01-26 10:20:46','',125252,'https://lukuverkosto.fi/home/?p=125272',0,'revision','',0),(125274,1,'2022-01-26 11:05:19','2022-01-26 11:05:19','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2022-01-26 11:05:19','2022-01-26 11:05:19','',124374,'https://lukuverkosto.fi/home/?p=125274',0,'revision','',0),(125275,1,'2022-01-26 11:05:21','2022-01-26 11:05:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/4.png\" title_text=\"4\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-01-26 11:05:21','2022-01-26 11:05:21','',125252,'https://lukuverkosto.fi/home/?p=125275',0,'revision','',0),(125283,1,'2022-01-26 11:38:01','2022-01-26 11:38:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/05/lauren-mancke-aOC7TSLb1o8-unsplash.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"row\" _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"84.8%\" custom_margin=\"|20px||49px||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|0px||0px||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1 class=\"entry-title\">Blogin otsikko!</h1>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<div></div>\n<div>BLOGITEKSTI tähän</div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div>Kirjoittajan nimi</div>\n<div>Rooli</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','BLOGI-pohja','','publish','closed','closed','','blogi-pohja','','','2022-01-26 11:38:01','2022-01-26 11:38:01','',0,'https://lukuverkosto.fi/home/et_pb_layout/blogi-pohja/',0,'et_pb_layout','',0),(125284,1,'2022-01-26 11:39:27','2022-01-26 11:39:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.14.5\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled\" sticky_enabled=\"0\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"row\" _builder_version=\"4.14.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"84.8%\" custom_margin=\"|20px||49px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|0px||0px||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1 class=\"entry-title\" style=\"text-align: left;\">Hyvinvointia kevääseen 2022</h1>\n<p style=\"text-align: left;\"> </p>\n<p style=\"text-align: left;\">K<span style=\"font-size: 18px;\">evätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">hyvinvoinnista</strong><span style=\"font-size: 18px;\">. Tammikuussa teemana on</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">stressinhallinta opetustyössä </strong><span style=\"font-size: 18px;\">(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee,</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">miksi ei ole enää aikaa</strong><span style=\"font-size: 18px;\">. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">positiivisesta ajattelusta ja myönteisestä koulusta</strong><span style=\"font-size: 18px;\">.</span></p>\n<p style=\"text-align: left;\">Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo<span> </span><strong>virtuaali-Abitin</strong><span> </span>tilanteesta maaliskuussa.</p>\n<p style=\"text-align: left;\">Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<p style=\"text-align: left;\">Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<p style=\"text-align: left;\"> </p>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"><strong>Micaela Morero</strong></div>\n<div style=\"text-align: left;\">LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Hyvinvointia kevääseen 2022','','publish','closed','closed','','hyvinvointia-kevaaseen-2022','','','2022-01-26 11:46:29','2022-01-26 11:46:29','',0,'https://lukuverkosto.fi/home/?page_id=125284',0,'page','',0),(125285,1,'2022-01-26 11:39:27','2022-01-26 11:39:27','<!-- wp:divi/placeholder /-->','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125284-revision-v1','','','2022-01-26 11:39:27','2022-01-26 11:39:27','',125284,'https://lukuverkosto.fi/home/?p=125285',0,'revision','',0),(125287,1,'2022-01-26 11:46:10','2022-01-26 11:46:10','','aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled','','inherit','open','closed','','aniket-bhattacharya-cgyrwbe6hm4-unsplash-scaled','','','2022-01-26 11:46:10','2022-01-26 11:46:10','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/01/aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(125288,1,'2022-01-26 11:46:29','2022-01-26 11:46:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"Section\" _builder_version=\"4.14.5\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled-1.jpg\" min_height=\"240px\" custom_margin=\"||172px|||\" custom_padding=\"||258px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"aniket-bhattacharya-CgyrwbE6Hm4-unsplash-scaled\" sticky_enabled=\"0\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.22\" custom_margin=\"-176px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"row\" _builder_version=\"4.14.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"84.8%\" custom_margin=\"|20px||49px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.27.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|0px||0px||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1 class=\"entry-title\" style=\"text-align: left;\">Hyvinvointia kevääseen 2022</h1>\n<p style=\"text-align: left;\"> </p>\n<p style=\"text-align: left;\">K<span style=\"font-size: 18px;\">evätlukukaudella 2022 LUKU-verkosto tarjoaa webinaareja ja podcasteja</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">hyvinvoinnista</strong><span style=\"font-size: 18px;\">. Tammikuussa teemana on</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">stressinhallinta opetustyössä </strong><span style=\"font-size: 18px;\">(Misha Lindvall ja Risto Hovila, 26.1.). Helmikuussa Lohjan liikuntakoordinaattori Juha Koivuporras ihmettelee,</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">miksi ei ole enää aikaa</strong><span style=\"font-size: 18px;\">. Maaliskuussa saamme terveisiä Lohjan Yhteislyseon lukion Erasmus-projektista, kun lehtorit Sara Lehtovuori ja Sari Salonen kertovat</span><span style=\"font-size: 18px;\"> </span><strong style=\"font-size: 18px;\">positiivisesta ajattelusta ja myönteisestä koulusta</strong><span style=\"font-size: 18px;\">.</span></p>\n<p style=\"text-align: left;\">Ylioppilastutkintolautakunta kehittää Abitista entistä virtuaalisempaa. Misha Lindvall kertoo<span> </span><strong>virtuaali-Abitin</strong><span> </span>tilanteesta maaliskuussa.</p>\n<p style=\"text-align: left;\">Kevätlukauden webinaarit päättyvät Ideapäivään 11.5.2022, joka vielä tänä keväänä on etänä. Olen toiveikas syksyn suhteen, marraskuussa 2022 tavannemme jo ainakin osin lähinä.</p>\n<p style=\"text-align: left;\">Tarkemmat tiedot webinaareista ovat kohdassa Webinaarit, tule mukaan!</p>\n<p style=\"text-align: left;\"> </p>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"><strong>Micaela Morero</strong></div>\n<div style=\"text-align: left;\">LUKU-verkoston koordinaattori</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Hyvinvointia kevääseen 2022','','inherit','closed','closed','','125284-revision-v1','','','2022-01-26 11:46:29','2022-01-26 11:46:29','',125284,'https://lukuverkosto.fi/home/?p=125288',0,'revision','',0),(125290,1,'2022-01-31 11:19:26','2022-01-31 11:19:26','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire pysähtymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-01-31 11:19:26','2022-01-31 11:19:26','',125216,'https://lukuverkosto.fi/home/?p=125290',0,'revision','',0),(125291,1,'2022-01-31 11:21:21','2022-01-31 11:21:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Positiivinen ajattelu ja kommunikointi opetustyössä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sara lehtovuori, sari salonen</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.3. klo 15.00-15.45\" button_url=\"https://www.oph.fi/fi/kehittaminen-ja-kansainvalisyys/erasmus-ohjelma-2021-2027\" url_new_window=\"on\" button_text=\"Lisätietoja erasmus+ ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" link_option_url=\"https://erasmus-plus.ec.europa.eu/fi\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.2022','','inherit','closed','closed','','125241-revision-v1','','','2022-01-31 11:21:21','2022-01-31 11:21:21','',125241,'https://lukuverkosto.fi/home/?p=125291',0,'revision','',0),(125292,1,'2022-01-31 11:21:22','2022-01-31 11:21:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Positiivinen ajattelu ja kommunikointi opetustyössä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sara lehtovuori, sari salonen</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.3. klo 15.00-15.45\" button_url=\"https://www.oph.fi/fi/kehittaminen-ja-kansainvalisyys/erasmus-ohjelma-2021-2027\" url_new_window=\"on\" button_text=\"Lisätietoja erasmus+ ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" link_option_url=\"https://erasmus-plus.ec.europa.eu/fi\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125241-autosave-v1','','','2022-01-31 11:21:22','2022-01-31 11:21:22','',125241,'https://lukuverkosto.fi/home/?p=125292',0,'revision','',0),(125300,1,'2022-02-16 13:51:35','2022-02-16 13:51:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 13:51:35','2022-02-16 13:51:35','',125216,'https://lukuverkosto.fi/home/?p=125300',0,'revision','',0),(125298,1,'2022-02-16 13:50:11','2022-02-16 13:50:11','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Kiire eksymään16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 13:50:11','2022-02-16 13:50:11','',125216,'https://lukuverkosto.fi/home/?p=125298',0,'revision','',0),(125299,1,'2022-02-16 13:50:17','2022-02-16 13:50:17','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  pysähtymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>Esittelyteksti tulossa</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 13:50:17','2022-02-16 13:50:17','',125216,'https://lukuverkosto.fi/home/?p=125299',0,'revision','',0),(125304,1,'2022-02-16 17:01:21','2022-02-16 17:01:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 17:01:21','2022-02-16 17:01:21','',125216,'https://lukuverkosto.fi/home/?p=125304',0,'revision','',0),(125306,1,'2022-02-17 05:51:25','2022-02-17 05:51:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/gUhxrkltb0A\" _builder_version=\"4.14.5\" _module_preset=\"default\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-17 05:51:25','2022-02-17 05:51:25','',125216,'https://lukuverkosto.fi/home/?p=125306',0,'revision','',0),(125305,1,'2022-02-16 17:03:23','2022-02-16 17:03:23','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/LUKUVERKOSTON-KOULUTUKSET-KEVAT-2O22.png\" title_text=\"LUKUVERKOSTON KOULUTUKSET, KEVÄT 2O22\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-16 17:03:23','2022-02-16 17:03:23','',125216,'https://lukuverkosto.fi/home/?p=125305',0,'revision','',0),(125307,1,'2022-02-17 05:52:00','2022-02-17 05:52:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kiire  eksymään</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Juha koivuporras (liikkuva koulu kooordinaattori)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/gUhxrkltb0A\" _builder_version=\"4.14.5\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"16.2. klo 15.00-15.45\" button_url=\"https://www.liikkuvakoulu.fi/\" url_new_window=\"on\" button_text=\"Lisätietoja Liikkuva koulu -ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kiire eksymään 16.2.2022','','inherit','closed','closed','','125216-revision-v1','','','2022-02-17 05:52:00','2022-02-17 05:52:00','',125216,'https://lukuverkosto.fi/home/?p=125307',0,'revision','',0),(125310,2,'2022-02-28 09:45:47','2022-02-28 09:45:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" custom_margin=\"|auto||29px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Positiivinen ajattelu ja kommunikointi opetustyössä</h1>\n<h1><span style=\"color: #e02b20;\">webinaari on PERUTTU!</span> </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sara lehtovuori, sari salonen</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/3.png\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"2.3. klo 15.00-15.45\" button_url=\"https://www.oph.fi/fi/kehittaminen-ja-kansainvalisyys/erasmus-ohjelma-2021-2027\" url_new_window=\"on\" button_text=\"Lisätietoja erasmus+ ohjelmasta\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" link_option_url=\"https://erasmus-plus.ec.europa.eu/fi\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Esittelyteksti tulossa.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.2022','','inherit','closed','closed','','125241-revision-v1','','','2022-02-28 09:45:47','2022-02-28 09:45:47','',125241,'https://lukuverkosto.fi/home/?p=125310',0,'revision','',0),(125317,1,'2022-03-06 13:18:42','2022-03-06 13:18:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/4.png\" title_text=\"4\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin nykytilaa ja tulevia ominaisuuksia. Tervetuloa mukaan!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-06 13:18:42','2022-03-06 13:18:42','',125252,'https://lukuverkosto.fi/home/?p=125317',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (125319,1,'2022-03-07 15:20:25','2022-03-07 15:20:25','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.14.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja <strong>jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong>. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa abittiin liittyvästä teemasta. Tervetuloa mukaan!</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-07 15:20:25','2022-03-07 15:20:25','',125252,'https://lukuverkosto.fi/home/?p=125319',0,'revision','',0),(125321,1,'2022-03-07 15:21:21','2022-03-07 15:21:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.14.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>OHJELMA</p>\n<p><span style=\"font-size: 18px;\">Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-07 15:21:21','2022-03-07 15:21:21','',125252,'https://lukuverkosto.fi/home/?p=125321',0,'revision','',0),(125323,1,'2022-03-07 15:21:54','2022-03-07 15:21:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.14.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>OHJELMA</p>\n<p><span style=\"font-size: 18px;\">Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa Abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-07 15:21:54','2022-03-07 15:21:54','',125252,'https://lukuverkosto.fi/home/?p=125323',0,'revision','',0),(125326,1,'2022-03-22 07:06:32','2022-03-22 07:06:32','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.15\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.15\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.15\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.15\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.15\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.15\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.15\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.15\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.15\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.15\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>OHJELMA</p>\n<p><span style=\"font-size: 18px;\">Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa Abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.15\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.15\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.15\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.15\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.15\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.15\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.15\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.15\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-22 07:06:32','2022-03-22 07:06:32','',125252,'https://lukuverkosto.fi/home/?p=125326',0,'revision','',0),(125325,1,'2022-03-22 07:05:22','2022-03-22 07:05:22','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"3.27.4\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>Kohti virtuaalista Abittia ja sen yli</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- Misha Lindvall</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"3.22\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.4.3\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/b-FxZoNYJ2M\" _builder_version=\"4.14.8\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"3.27.4\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"9.3. klo 15.00-15.45\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.14.5\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>Webinaarissa käsitellään Abitin menneisyyttä, nykytilaa ja tulevia ominaisuuksia.</p>\n<p>OHJELMA</p>\n<p><span style=\"font-size: 18px;\">Webinaarin alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa Abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.4.3\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.3\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.14.5\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.14.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Kohti virtuaalista Abittia ja sen yli 9.3.2022','','inherit','closed','closed','','125252-revision-v1','','','2022-03-22 07:05:22','2022-03-22 07:05:22','',125252,'https://lukuverkosto.fi/home/?p=125325',0,'revision','',0),(125332,1,'2022-04-07 08:55:34','2022-04-07 08:55:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/01/5.png\" title_text=\"5\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]Tulossa!\r[/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.16.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><strong>Google Workspace for Education - mitä uutta opetukseen?</strong></p>\n<p>Kuluva lukuvuosi on tuonut paljon uusia pedagogisia toimintoja ja ominaisuuksia Googlen tuoteperheeseen. Käydään läpi yhdessä muutamia keskeisimmistä uusista toiminnoista esimerkein ja kurkataan myös tulevaan. </p>\n<p>Google for Educationin keskiössä on oppimisen mahdollistaminen kaikille ja kaikkialle, opettajien työn tukeminen ja turvallinen sähköinen oppimisympäristö, ja tähän kohdistuu myös ensi lukukauden suurin Classroom-toiminnallisuus. </p>\n<p>Tule mukaan kuulemaan uutuuksista tarkemmin!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-04-07 08:55:34','2022-04-07 08:55:34','',125257,'https://lukuverkosto.fi/home/?p=125332',0,'revision','',0),(125334,1,'2022-04-13 15:02:11','2022-04-13 15:02:11','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- sAMI mARTTINEN (CLOUDPOINT)</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/084voyQ4YO4\" _builder_version=\"4.17.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"13.4. klo 15.00-15.45\" button_url=\"https://blogi.cloudpoint.fi/\" url_new_window=\"on\" button_text=\"Linkki CLOUDPOINTIN BLOGIIN\" _builder_version=\"4.16.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><strong>Google Workspace for Education - mitä uutta opetukseen?</strong></p>\n<p>Kuluva lukuvuosi on tuonut paljon uusia pedagogisia toimintoja ja ominaisuuksia Googlen tuoteperheeseen. Käydään läpi yhdessä muutamia keskeisimmistä uusista toiminnoista esimerkein ja kurkataan myös tulevaan. </p>\n<p>Google for Educationin keskiössä on oppimisen mahdollistaminen kaikille ja kaikkialle, opettajien työn tukeminen ja turvallinen sähköinen oppimisympäristö, ja tähän kohdistuu myös ensi lukukauden suurin Classroom-toiminnallisuus. </p>\n<p>Tule mukaan kuulemaan uutuuksista tarkemmin!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','GOOGLE WORKSPACE JA HYBRIDIOPETUS 13.4.2022','','inherit','closed','closed','','125257-revision-v1','','','2022-04-13 15:02:11','2022-04-13 15:02:11','',125257,'https://lukuverkosto.fi/home/?p=125334',0,'revision','',0),(125338,1,'2022-04-26 06:30:51','2022-04-26 06:30:51','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 3.11.2021</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Neuropsykiatrinen valmentaja, Erityisopettaja Johanna Kiviniemi (LYLL)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/iBIZy9mC-eY\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/VZnE01OhgPQ\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://youtu.be/8m7nOccEGJc\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_video][et_pb_video src=\"https://www.youtube.com/watch?v=G6vnH3C1qfA\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"3.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" button_text=\"Johanna kiviniemen alustus (meet-linkki)\" _builder_version=\"4.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p><a href=\"https://drive.google.com/file/d/13ihD8VYR8254o6IdzunRZFRXplVePCsE/view?usp=sharing\"><strong>KOULUTUKSEN DIAT (linkki)</strong></a><b></b></p>\n<p><strong><a href=\"https://drive.google.com/drive/folders/17Y9tOnLmFzq0nvikSTEn3EwmficgG0VL?usp=sharing\">KOULUTUKSEN JAMBOARDIT (linkki)</a></strong></p>\n<p>&nbsp;</p>\n<p><b>13.00</b><span style=\"font-weight: 400;\"> Tervetuloa, aloitussanat, LUKU-verkoston puheenjohtaja </span><b>Panu Ruoste</b><span style=\"font-weight: 400;\">, Lohjan Yhteislyseon lukion (LYLL) rehtori.</span></p>\n<p><b>13.10 </b><span style=\"font-weight: 400;\">LYLL:n erityisopettaja </span><b>Johanna Kiviniemen</b><span style=\"font-weight: 400;\"> alustus: </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Erityisopetus lukiolaissa ja erityistarpeiden huomaaminen käytännössä. </span><span style=\"font-weight: 400;\">Miten aineenopettaja voi tunnistaa ja tukea erityistä tukea tarvitsevan opiskelijan? Luennon ohessa chattipalsta on auki kommenteille. </span></p>\n<p><b>Noin klo 14.30</b><span style=\"font-weight: 400;\"> Tauko ja siirtyminen pienryhmiin 20-25 min</span></p>\n<p><b>14.50-15.30</b><span style=\"font-weight: 400;\"> Google Meet -pienryhmät: keskustelua aineryhmittäin. Keskustelua alustukseen liittyvistä tehtävistä ja jaetaan omia, toimivia käytänteitä. </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Ideat ja muut kommentit kootaan ryhmittäin Jamboardille. Linkit pienryhmiin löytyvät tapahtuman sivulla ideapaiva.lukuverkosto.fi (linkit tulossa tähän sivuun)</span></p>\n<p><b>15.30-15.50 </b><span style=\"font-weight: 400;\">Koonti ryhmätöistä. Johanna Kiviniemi käsittelee tehtävien vastauksia Jamboardin tekstejä/kuvia. </span></p>\n<p><b>15.50-16.00 </b><span style=\"font-weight: 400;\">Päätössanat, kiitos &amp; näkemisiin kevään Ideapäivässä Hankoniemen lukiolla 11.5.2022, pj. Panu Ruoste.</span></p>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/xbf-rfyx-quz\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','publish','closed','closed','','ideapaiva','','','2022-04-26 06:30:51','2022-04-26 06:30:51','',0,'https://lukuverkosto.fi/home/et_pb_layout/ideapaiva/',0,'et_pb_layout','',0),(125341,1,'2022-04-26 06:47:21','2022-04-26 06:47:21','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000; font-size: medium;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Ideailtapäivä 3.11.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 06:47:21','2022-04-26 06:47:21','',124995,'https://lukuverkosto.fi/home/?p=125341',0,'revision','',0),(125342,1,'2022-04-26 06:47:43','2022-04-26 06:47:43','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000; font-size: medium;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-1.png\" title_text=\"ideapäivän pajat (1)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-2.png\" title_text=\"ideapäivän pajat (2)\" url=\"https://meet.google.com/frg-edpe-ppt\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-9.png\" title_text=\"ideapäivän pajat (9)\" url=\"http://meet.google.com/qfw-eckg-qqy\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-4.png\" title_text=\"ideapäivän pajat (4)\" url=\"http://meet.google.com/csp-berr-jyf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-6.png\" title_text=\"ideapäivän pajat (6)\" url=\"https://meet.google.com/uie-myrz-uvd\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-5.png\" title_text=\"ideapäivän pajat (5)\" url=\"https://meet.google.com/hkx-njpe-hrf\" url_new_window=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Ideailtapäivä 11.5.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 06:47:43','2022-04-26 06:47:43','',124995,'https://lukuverkosto.fi/home/?p=125342',0,'revision','',0),(125343,1,'2022-04-26 07:17:29','2022-04-26 07:17:29','','ideapäivän pajat (11)','','inherit','open','closed','','ideapaivan-pajat-11','','','2022-04-26 07:17:29','2022-04-26 07:17:29','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png',0,'attachment','image/png',0),(125344,1,'2022-04-26 07:18:32','2022-04-26 07:18:32','','ideapäivän pajat (12)','','inherit','open','closed','','ideapaivan-pajat-12','','','2022-04-26 07:18:32','2022-04-26 07:18:32','',124995,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png',0,'attachment','image/png',0),(125345,1,'2022-04-26 07:21:00','2022-04-26 07:21:00','','ideapäivän pajat (13)','','inherit','open','closed','','ideapaivan-pajat-13','','','2022-04-26 07:21:00','2022-04-26 07:21:00','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png',0,'attachment','image/png',0),(125346,1,'2022-04-26 07:23:25','2022-04-26 07:23:25','','ideapäivän pajat (14)','','inherit','open','closed','','ideapaivan-pajat-14','','','2022-04-26 07:23:25','2022-04-26 07:23:25','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png',0,'attachment','image/png',0),(125347,1,'2022-04-26 07:24:24','2022-04-26 07:24:24','','ideapäivän pajat (15)','','inherit','open','closed','','ideapaivan-pajat-15','','','2022-04-26 07:24:24','2022-04-26 07:24:24','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png',0,'attachment','image/png',0),(125348,1,'2022-04-26 07:25:21','2022-04-26 07:25:21','','ideapäivän pajat (16)','','inherit','open','closed','','ideapaivan-pajat-16','','','2022-04-26 07:25:21','2022-04-26 07:25:21','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png',0,'attachment','image/png',0),(125349,1,'2022-04-26 07:27:16','2022-04-26 07:27:16','','ideapäivän pajat (17)','','inherit','open','closed','','ideapaivan-pajat-17','','','2022-04-26 07:27:16','2022-04-26 07:27:16','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png',0,'attachment','image/png',0),(125350,1,'2022-04-26 07:28:11','2022-04-26 07:28:11','','ideapäivän pajat (18)','','inherit','open','closed','','ideapaivan-pajat-18','','','2022-04-26 07:28:11','2022-04-26 07:28:11','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png',0,'attachment','image/png',0),(125354,1,'2022-04-26 07:32:58','2022-04-26 07:32:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 11.5.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 07:32:58','2022-04-26 07:32:58','',124995,'https://lukuverkosto.fi/home/?p=125354',0,'revision','',0),(125351,1,'2022-04-26 07:28:38','2022-04-26 07:28:38','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"0px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 3.11. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><span style=\"color: #000000; font-size: medium;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" _builder_version=\"4.17.3\" _module_preset=\"default\" title_text=\"ideapäivän pajat (17)\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://meet.google.com/yjz-kjtc-qjq\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 11.5.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 07:28:38','2022-04-26 07:28:38','',124995,'https://lukuverkosto.fi/home/?p=125351',0,'revision','',0),(125356,1,'2022-04-26 10:25:11','2022-04-26 10:25:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 10:25:11','2022-04-26 10:25:11','',124995,'https://lukuverkosto.fi/home/?p=125356',0,'revision','',0),(125355,1,'2022-04-26 07:34:24','2022-04-26 07:34:24','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalispsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/7bU6kCTram5GzwDv7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideailtapäivä 11.5.','','inherit','closed','closed','','124995-revision-v1','','','2022-04-26 07:34:24','2022-04-26 07:34:24','',124995,'https://lukuverkosto.fi/home/?p=125355',0,'revision','',0),(125357,1,'2023-05-25 10:11:11','2022-04-26 10:26:06',' ','','','publish','closed','closed','','125357','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125357',11,'nav_menu_item','',0),(125359,0,'2023-05-25 09:48:56','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xMC45Jy0tPgo8P3htbC1zdHlsZXNoZWV0IHR5cGU9InRleHQveHNsIiBocmVmPSIvL2x1a3V2ZXJrb3N0by5maS9ob21lL3NpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIj48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS88L2xvYz48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oZWxsby13b3JsZC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIyOjA2OjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE3OjEwOjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wb3J0Zm9saW8tMi88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIxVDE3OjEzOjEyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xMC1xdWljay10aXBzLXdlYi88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIyVDA2OjI2OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9kZXNpZ24tZXhwZXJ0LWludGVydmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIyVDA2OjM2OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9iaWdnZXN0LWxpZS13ZWJkZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMlQwNjo1MTo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcnVsZXMtbm90LWZvbGxvdy1zb2NpYWwtbWVkaWEvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMlQwNjo1MzoxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdXVzaS1ub3JtYWFsaS88L2xvYz48bGFzdG1vZD4yMDIwLTExLTExVDA5OjUyOjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS91bHRpbWF0ZS1ndWlkZS1mYWNlYm9vay1hZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMlQwNjo1NToyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvNC13YXlzLWNhbi1ncm93LWNyZWF0aXZpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMlQwNzozMTo0MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdGVhbS1tZW1iZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMDFUMDk6MTY6NTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltYWdlcy1nYWxsZXJpZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdGVzdGltb25pYWxzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMjRUMDk6NTA6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3ByaWNpbmctdGFibGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjhUMTQ6NDM6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Fib3V0LXVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3NlcnZpY2VzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMTBUMDY6Mzg6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NvbnRhY3QtdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxNjo1OToxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYmx1cmJzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMTBUMDY6Mzg6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NvdW50ZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDgtMDVUMTk6MTc6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3RvZ2dsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xMFQwNjozODo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZmVhdHVyZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wOC0wNVQxODozNzo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcG9ydGZvbGlvLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMTBUMDY6Mzg6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Jsb2ctbWFzb25yeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTEwVDA2OjM4OjUzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ibG9nLWxpc3QvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xN1QwNjozNjozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYmxvZy13aXRoLXNpZGViYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xMFQwNjozODo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZmFxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjhUMTM6NDU6MDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2RpdmkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QxNzoyMjo1OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvb2hqZWV0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTlUMTY6NDk6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21hYWlsbWFua2Fuc2FsYWlzZW4ta3lwc3l5c2tvZS88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTA3VDA3OjQzOjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ib29rLW5vdy88L2xvYz48bGFzdG1vZD4yMDIwLTAxLTMwVDA3OjM4OjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS92ZXJzaW8yLzwvbG9jPjxsYXN0bW9kPjIwMjMtMDUtMTlUMDc6MjE6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3UtdmVya29zdG9uLWJsb2dpLzwvbG9jPjxsYXN0bW9kPjIwMjAtMTEtMTFUMDY6MTU6MDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3lodGV5cy88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTE4VDE0OjU1OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93ZWJpbmFhcml0LzwvbG9jPjxsYXN0bW9kPjIwMjAtMTEtMjdUMTE6MTA6MjBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2luZm8vPC9sb2M+PGxhc3Rtb2Q+MjAyMy0wNC0xOFQwNzozMTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ29vZ2xlLXdvcmtzcGFjZW4tdXV0dXVkZXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMi0wMVQwODoyNzoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdnVvc2kteXJpdHRhamFuYS88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTI4VDE5OjE0OjAzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9tYXRrYWxsZS1tYWFpbG1hbi15bXBhcmktMjctMS88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTA2VDExOjAyOjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9uZXBzeS1udW9yZW4tdHVrZW1pbmVuLWx1a2lvc3NhLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMDk6MDI6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3R5b3NzYS1qYWtzYW1pc2VuLWx5aHl0LW9wcGltYWFyYS0xMC0zLTIwMjEvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMy0xMFQxNzowMToyMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvb3BvLWphLXJ5aG1hbm9oamF1cy1sb3BzaXNzYS0yMS00LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDQtMTNUMDY6Mzc6NDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2VyYXNtdXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0wN1QxMToyMToyMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXR3aW5uaW5nLTEzLTEwLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTAtMDdUMTE6MjI6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YS88L2xvYz48bGFzdG1vZD4yMDIzLTA1LTE5VDA3OjA4OjM1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS90eW9oeXZpbnZvaW5uaW4tam9odGFtaW5lbi0xNy0xMS88L2xvYz48bGFzdG1vZD4yMDIxLTExLTE4VDEzOjA2OjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS90YXVvbGxhLWVuZXJnaWFhLW9waXNrZWx1dW4tMS0xMi88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTAyVDA4OjA4OjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xMjUwNDAtMi88L2xvYz48bGFzdG1vZD4yMDIxLTExLTExVDA5OjI5OjU5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xMjUwNjEtMi88L2xvYz48bGFzdG1vZD4yMDIyLTAxLTI2VDExOjEzOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xMjUxOTItMi88L2xvYz48bGFzdG1vZD4yMDIzLTA1LTI1VDA5OjQ4OjU2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9raWlyZS1weXNhaHR5bWFhbi0xNi0yLTIwMjIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMi0xN1QwNjozODo0Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaHl2aW52b2ludGlhLWtldmFhc2Vlbi0yMDIyLzwvbG9jPjxsYXN0bW9kPjIwMjItMDEtMjZUMTE6MDk6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3Bvc2l0aWl2aW5lbi1hamF0dGVsdS1qYS1rb21tdW5pa29pbnRpLW9wZXR1c3R5b3NzYS0yLTMtMjAyMi88L2xvYz48bGFzdG1vZD4yMDIyLTAyLTI4VDA5OjQ1OjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9rb2h0aS12aXJ0dWFhbGlzdGEtYWJpdHRpYS1qYS1zZW4teWxpLTktMy0yMDIyLzwvbG9jPjxsYXN0bW9kPjIwMjItMDMtMjJUMDc6MDY6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dvb2dsZS13b3Jrc3BhY2UtamEtaHlicmlkaW9wZXR1cy0xMy00LTIwMjIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wNC0xM1QxNTowMjoxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaHl2aW52b2ludGlhLWtldmFhc2Vlbi0yMDIyLzwvbG9jPjxsYXN0bW9kPjIwMjItMDEtMjZUMTE6NDY6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3JvYWR0cmlwLzwvbG9jPjxsYXN0bW9kPjIwMjMtMDUtMDJUMDc6MzQ6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzEyNTQ2MC0yLzwvbG9jPjxsYXN0bW9kPjIwMjMtMDUtMjNUMTI6NDI6MTlaPC9sYXN0bW9kPjwvdXJsPjwvdXJsc2V0Pgo=','sitemap-1.xml','','draft','closed','closed','','','','','2023-05-30 15:21:15','2023-05-30 15:21:15','',0,'https://lukuverkosto.fi/home/?p=125359',0,'jp_sitemap','',0),(125360,0,'2023-05-19 06:51:23','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xMC45Jy0tPgo8P3htbC1zdHlsZXNoZWV0IHR5cGU9InRleHQveHNsIiBocmVmPSIvL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltYWdlLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczppbWFnZT0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC1pbWFnZS8xLjEiPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3ZpbnRhZ2UtMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDoxNTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy92aW50YWdlLTE4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT52aW50YWdlLTE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS92aW50YWdlLTEzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjA6MTU6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvdmludGFnZS0xMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dmludGFnZS0xMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdmludGFnZS0wMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjE1OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3ZpbnRhZ2UtMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnZpbnRhZ2UtMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3ZpbnRhZ2UtMDUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDoxNTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy92aW50YWdlLTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT52aW50YWdlLTA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS92aW50YWdlLTExLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjA6MTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvdmludGFnZS0xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dmludGFnZS0xMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdmludGFnZS0xMC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjE1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3ZpbnRhZ2UtMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnZpbnRhZ2UtMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltYWdlLW1hc2stMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjE1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ltYWdlLW1hc2stMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1hZ2UtbWFzay0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbXBsZS1pbWFnZTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvc2FtcGxlLWltYWdlNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9zYW1wbGUtaW1hZ2U2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYW1wbGUtaW1hZ2U2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbXBsZS1pbWFnZTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvc2FtcGxlLWltYWdlOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9zYW1wbGUtaW1hZ2U5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYW1wbGUtaW1hZ2U5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZTEwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYW1wbGUtaW1hZ2UxMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9zYW1wbGUtaW1hZ2UxMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvc2FtcGxlLWltYWdlMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbXBsZS1pbWFnZTEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZTEzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYW1wbGUtaW1hZ2UxMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9zYW1wbGUtaW1hZ2UxNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvc2FtcGxlLWltYWdlMTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbXBsZS1pbWFnZTE1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L21hY2Jvb2stYmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm1hY2Jvb2stYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvY2xvdWRzX2JnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbG91ZHNfYmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvYWxseV9waG9uZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWxseV9waG9uZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9hbGx5LWJnMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWxseS1iZzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvYWxseS1iZzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFsbHktYmcxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L2FsbHktYmcyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbGx5LWJnMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9jb250YWN0LWJnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb250YWN0LWJnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3BlcnNvbjMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBlcnNvbjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvcGVyc29uMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVyc29uMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9wZXJzb24xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wZXJzb24xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbXBsZS1pbWFnZTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvc2FtcGxlLWltYWdlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9zYW1wbGUtaW1hZ2UzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYW1wbGUtaW1hZ2UzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1wZXJzb24td2l0aC1vdmVybGF5LW1vZHVsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L2Rlc2lnbi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kZXNpZ248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvcGhvdG9ncmFwaHktMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGhvdG9ncmFwaHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvcGxhbm5pbmctMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGxhbm5pbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2V0X3BiX2xheW91dC9hbGx5LXBlcnNvbi13aXRoLW92ZXJsYXktbW9kdWxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTlUMDc6NTU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvYWxseS1oYXNpdGFsbC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWxseS1oYXNpdGFsbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZXRfcGJfbGF5b3V0L2FsbHktcGVyc29uLXdpdGgtb3ZlcmxheS1tb2R1bGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xOVQwNzo1NTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9hbGx5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hbGx5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ldF9wYl9sYXlvdXQvYWxseS1ob21lcGFnZS1wYWdlLWxheW91dC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3RoZV9zdG9yeS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhlX3N0b3J5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0xNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTE2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0xNy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTE3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0xOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0xOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTE5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0yMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0yMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LXdheXMtY2FuLWdyb3ctY3JlYXRpdml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE5VDA3OjU1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L3NhbXBsZS1pbWFnZS0yMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FtcGxlLWltYWdlLTIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jb21wdXRlci0xMjQ1NzE0XzE5MjAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9jb21wdXRlci0xMjQ1NzE0XzE5MjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbXB1dGVyLTEyNDU3MTRfMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY29tcHV0ZXItNzY3NzgxXzEyODAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9jb21wdXRlci03Njc3ODFfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29tcHV0ZXItNzY3NzgxXzEyODA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Jtd194c2VyaWVzX292ZXJ2aWV3X2JtNV9hZHZlbnR1cmVzLWF3YWl0X2ltYWdlMDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9CTVdfWFNlcmllc19PdmVydmlld19CTTVfQWR2ZW50dXJlcy1Bd2FpdF9pbWFnZTAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CTVdfWFNlcmllc19PdmVydmlld19CTTVfQWR2ZW50dXJlcy1Bd2FpdF9pbWFnZTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ibXdfeDYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9ibXdfeDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJtd194NjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvam9zaHVhLWVhcmxlLTEzMzI1NC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjM2OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2pvc2h1YS1lYXJsZS0xMzMyNTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmpvc2h1YS1lYXJsZS0xMzMyNTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2R3ZC1tb3VzZS1zY3JvbGwtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjM2OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2R3ZC1tb3VzZS1zY3JvbGwtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZHdkLW1vdXNlLXNjcm9sbC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9nZWFyLXZyLWhlcm8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9nZWFyLXZyLWhlcm8uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdlYXItdnItaGVybzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ2Vhci12ci1wb3dlcmVkLWJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjA6MzY6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZ2Vhci12ci1wb3dlcmVkLWJ5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5nZWFyLXZyLXBvd2VyZWQtYnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xpc3Rlbi1iYWNrZ3JvdW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjA6MzY6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbGlzdGVuLWJhY2tncm91bmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpc3Rlbi1iYWNrZ3JvdW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9kaXZpaGVhZGVyLWJnLW1pbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjM2OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2RpdmloZWFkZXItYmctbWluLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kaXZpaGVhZGVyLWJnLW1pbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvb2ZmaWNlLTU4MTEzMV8xOTIwLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMDozNjoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9vZmZpY2UtNTgxMTMxXzE5MjAtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2ZmaWNlLTU4MTEzMV8xOTIwLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NyZXRlLTI2NTEyOTBfMTkyMC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIwOjM2OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2NyZXRlLTI2NTEyOTBfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JldGUtMjY1MTI5MF8xOTIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbWFya2V0aW5nLWlsbHVzdHJhdGlvbi0wMS0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXBwLW1hcmtldGluZy1pbGx1c3RyYXRpb24tMDEtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXBwLW1hcmtldGluZy1pbGx1c3RyYXRpb24tMDEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9nb18wNC02LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbG9nb18wNC02LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA0LTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDMtNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xvZ29fMDMtNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9nb18wMy02PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzAyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbG9nb18wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9nb18wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9nb18wMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xvZ29fMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29fMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FwcC1tYXJrZXRpbmctaWNvbi0wNy02LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXBwLW1hcmtldGluZy1pY29uLTA3LTYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1tYXJrZXRpbmctaWNvbi0wNy02PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbWFya2V0aW5nLWljb24tMDItNC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FwcC1tYXJrZXRpbmctaWNvbi0wMi00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHAtbWFya2V0aW5nLWljb24tMDItNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYXBwLW1hcmtldGluZy1pbGx1c3RyYXRpb24tMDItNC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FwcC1tYXJrZXRpbmctaWxsdXN0cmF0aW9uLTAyLTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1tYXJrZXRpbmctaWxsdXN0cmF0aW9uLTAyLTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FwcC1tYXJrZXRpbmctaWxsdXN0cmF0aW9uLTAzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXBwLW1hcmtldGluZy1pbGx1c3RyYXRpb24tMDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1tYXJrZXRpbmctaWxsdXN0cmF0aW9uLTAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbWFya2V0aW5nLWljb24tMDEtNC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FwcC1tYXJrZXRpbmctaWNvbi0wMS00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHAtbWFya2V0aW5nLWljb24tMDEtNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYXBwLW1hcmtldGluZy1pY29uLTA5LTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToxMjoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9hcHAtbWFya2V0aW5nLWljb24tMDktMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXBwLW1hcmtldGluZy1pY29uLTA5LTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FwcC1tYXJrZXRpbmctaWNvbi0wNS02LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXBwLW1hcmtldGluZy1pY29uLTA1LTYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1tYXJrZXRpbmctaWNvbi0wNS02PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbWFya2V0aW5nLWljb24tMDQtNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FwcC1tYXJrZXRpbmctaWNvbi0wNC02LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHAtbWFya2V0aW5nLWljb24tMDQtNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYXBwLW1hcmtldGluZy1pY29uLTA4LTYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToxMjoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9hcHAtbWFya2V0aW5nLWljb24tMDgtNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXBwLW1hcmtldGluZy1pY29uLTA4LTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FwcC1tYXJrZXRpbmctaWNvbi0wNi02LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MTI6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXBwLW1hcmtldGluZy1pY29uLTA2LTYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1tYXJrZXRpbmctaWNvbi0wNi02PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbWFya2V0aW5nLWljb24tMTAtNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FwcC1tYXJrZXRpbmctaWNvbi0xMC02LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcHAtbWFya2V0aW5nLWljb24tMTAtNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcGhvbmUtYm90dG9tLWNyb3AtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjEyOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3Bob25lLWJvdHRvbS1jcm9wLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBob25lLWJvdHRvbS1jcm9wLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hlYWRlci1pbWcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyNzo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9oZWFkZXItaW1nLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWFkZXItaW1nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjc6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZmVhdHVyZS0zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjc6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZmVhdHVyZS0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZWF0dXJlLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ZlYXR1cmUtMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ZlYXR1cmUtMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmVhdHVyZS0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9mZWF0dXJlLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyNzo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9mZWF0dXJlLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZlYXR1cmUtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0wMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI3OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy03LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjc6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaW1nLTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy03PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTAzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjc6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0wMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0wNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMDUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMjEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTIxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjg6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0xOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0xODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pbWctOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMTcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTE3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ltZy02LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0xMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMDgtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMDgtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0wOC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTExLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjg6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0xMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0xMC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMDkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTA5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTA5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTEzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjg6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0xMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0xMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0xNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMTQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTE0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTA2LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjg6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0wNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0yMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMjIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMjMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTIzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTE2LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mjg6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvd29vZC0xNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d29vZC0xNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0yMC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTE5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTE5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93b29kLTIxLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTIxLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMjEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd29vZC0wNy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjI4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3dvb2QtMDcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2QtMDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dvb2QtMDgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMToyODoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy93b29kLTA4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53b29kLTA4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jb25zdWx0YW50LTAyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9jb25zdWx0YW50LTAyLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbnN1bHRhbnQtMDItMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ3JvdXAtMy1jb3B5LTYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0zLUNvcHktNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R3JvdXAtMy1Db3B5LTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dyb3VwLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Hcm91cC0zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ncm91b3B5LTQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91b3B5LTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdyb3VvcHktNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY29uc3VsdGFudC0wMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2NvbnN1bHRhbnQtMDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvbnN1bHRhbnQtMDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2JnLWltZy0wMS02LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYmctaW1nLTAxLTYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJnLWltZy0wMS02PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ncm91cC0xLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0xLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdyb3VwLTEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ3JvdXAtMi1jb3B5LTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0yLWNvcHktMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R3JvdXAtMi1jb3B5LTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dyb3VwLTItY29weS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dyb3VwLTItY29weS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R3JvdXAtMi1jb3B5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ncm91cC0xLWNvcHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0xLWNvcHkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdyb3VwLTEtY29weTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ3JvdXAtMS1jb3B5LTItMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dyb3VwLTEtY29weS0yLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdyb3VwLTEtY29weS0yLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dyb3VwLTItY29weS0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvR3JvdXAtMi1jb3B5LTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdyb3VwLTItY29weS0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ncm91cC0xLWNvcHktMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dyb3VwLTEtY29weS0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Hcm91cC0xLWNvcHktMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ3JvdXAtMi1jb3B5LTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Hcm91cC0yLWNvcHktMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R3JvdXAtMi1jb3B5LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3VudGl0bGVkLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9VbnRpdGxlZC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VbnRpdGxlZC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9iZy1pbWctMDEtNi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYmctaW1nLTAxLTYtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmctaW1nLTAxLTYtMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYmctaW1nLTAxLTUtMi0yLTItcmVjb3ZlcmVkLWNvcHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9iZy1pbWctMDEtNS0yLTItMi1SZWNvdmVyZWQtY29weS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmctaW1nLTAxLTUtMi0yLTItUmVjb3ZlcmVkLWNvcHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2J1c2luZXNzLTEwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYnVzaW5lc3MtMTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJ1c2luZXNzLTEwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9iZy1pbWctMDEtNS0yLTItcmVjb3ZlcmVkLWNvcHktMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2JnLWltZy0wMS01LTItMi1SZWNvdmVyZWQtY29weS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZy1pbWctMDEtNS0yLTItUmVjb3ZlcmVkLWNvcHktMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYmctaW1nLTAxLTUtMi0yLTItMi1yZWNvdmVyZWQtY29weS0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYmctaW1nLTAxLTUtMi0yLTItMi1SZWNvdmVyZWQtY29weS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZy1pbWctMDEtNS0yLTItMi0yLVJlY292ZXJlZC1jb3B5LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2J1c2luZXNzLTEyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYnVzaW5lc3MtMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJ1c2luZXNzLTEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9idXNpbmVzcy0wNy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2J1c2luZXNzLTA3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5idXNpbmVzcy0wNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcG9ydHJhaXRzLWNpcmNsZS1zbWFsbF8yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcG9ydHJhaXRzLWNpcmNsZS1zbWFsbF8yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3J0cmFpdHMtY2lyY2xlLXNtYWxsXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BvcnRyYWl0cy1jaXJjbGUtc21hbGxfNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjMzOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3BvcnRyYWl0cy1jaXJjbGUtc21hbGxfNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9ydHJhaXRzLWNpcmNsZS1zbWFsbF82PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wb3J0cmFpdHMtY2lyY2xlLXNtYWxsXzEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozMzo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9wb3J0cmFpdHMtY2lyY2xlLXNtYWxsXzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvcnRyYWl0cy1jaXJjbGUtc21hbGxfMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYmctaW1nLTA0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6MzM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYmctaW1nLTA0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZy1pbWctMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2RpdmlkZXI0LTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9kaXZpZGVyNC0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kaXZpZGVyNC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9waG9uZS0wMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjM3OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3Bob25lLTAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5waG9uZS0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG93LWl0LXdvcmtzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mzc6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaG93LWl0LXdvcmtzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob3ctaXQtd29ya3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3ZpZGVvLW92ZXJsYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy92aWRlby1vdmVybGF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT52aWRlby1vdmVybGF5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hcHAtbGFuZGluZy1oZXJvLW1vY2tzLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9hcHAtbGFuZGluZy1oZXJvLW1vY2tzLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFwcC1sYW5kaW5nLWhlcm8tbW9ja3MtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcmVzcG9uc2l2ZS1sb2NrdXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9yZXNwb25zaXZlLWxvY2t1cC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVzcG9uc2l2ZS1sb2NrdXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3Bob25lLTAyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mzc6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcGhvbmUtMDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBob25lLTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9waG9uZS0wMS0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mzc6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcGhvbmUtMDEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGhvbmUtMDEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTExLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6Mzc6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaW1nLTExLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BvcnRyYWl0cy1jaXJjbGUtc21hbGxfNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjM3OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3BvcnRyYWl0cy1jaXJjbGUtc21hbGxfNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9ydHJhaXRzLWNpcmNsZS1zbWFsbF81PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pbWctMTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcmVzcG9uc2l2ZS1sb2NrdXAtYmlnLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTozNzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9yZXNwb25zaXZlLWxvY2t1cC1iaWctMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVzcG9uc2l2ZS1sb2NrdXAtYmlnLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ZyZWVsYW5jZXJfaW1nXzAxLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9mcmVlbGFuY2VyX2ltZ18wMS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcmVlbGFuY2VyX2ltZ18wMS0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9mcmVlbGFuY2VyX2ltZ18wMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ZyZWVsYW5jZXJfaW1nXzAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcmVlbGFuY2VyX2ltZ18wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZnJlZWxhbmNlcl9pbWdfMDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9mcmVlbGFuY2VyX2ltZ18wMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnJlZWxhbmNlcl9pbWdfMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ZyZWVsYW5jZXJfaW1nXzA0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDQ6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZnJlZWxhbmNlcl9pbWdfMDQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZyZWVsYW5jZXJfaW1nXzA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9mcmVlbGFuY2VyX2ltZ18wNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ZyZWVsYW5jZXJfaW1nXzA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcmVlbGFuY2VyX2ltZ18wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZnJlZWxhbmNlcl9pbWdfMDYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9mcmVlbGFuY2VyX2ltZ18wNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnJlZWxhbmNlcl9pbWdfMDY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ZyZWVsYW5jZXJfaW1nXzA3LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDQ6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZnJlZWxhbmNlcl9pbWdfMDcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZyZWVsYW5jZXJfaW1nXzA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9mcmVlbGFuY2VyX2ltZ18wOC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ZyZWVsYW5jZXJfaW1nXzA4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcmVlbGFuY2VyX2ltZ18wODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcG9ydHJhaXRzLWNpcmNsZS1zbWFsbF8zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDQ6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcG9ydHJhaXRzLWNpcmNsZS1zbWFsbF8zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3J0cmFpdHMtY2lyY2xlLXNtYWxsXzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sb2dvXzA4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzA2LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDQ6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbG9nb18wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9nb18wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9nb18wNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xvZ29fMDUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29fMDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sb2dvXzA3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzA0LTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sb2dvXzA0LTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29fMDQtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9nb18wMy0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDQ6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbG9nb18wMy0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzAzLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDItMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xvZ29fMDItMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9nb18wMi0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzAxLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sb2dvXzAxLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29fMDEtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZGl2aS1sYW5kaW5nLWRlbW9zLWZhbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2RpdmktbGFuZGluZy1kZW1vcy1mYW4ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRpdmktbGFuZGluZy1kZW1vcy1mYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3NjcmVlbi1sYXllcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9zY3JlZW4tbGF5ZXJzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zY3JlZW4tbGF5ZXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9tYi1wdXJlZnJvbnQtMDItMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ1OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L01CLXB1cmVmcm9udC0wMi0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NQi1wdXJlZnJvbnQtMDItMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1hY19yaWdodC0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaU1hY19yaWdodC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pTWFjX3JpZ2h0LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lwYWQtbWluaV9zdXJmYWNlLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pcGFkLW1pbmlfc3VyZmFjZS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pcGFkLW1pbmlfc3VyZmFjZS0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9tYi1wdXJlZnJvbnQtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE0VDIxOjQ1OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L01CLXB1cmVmcm9udC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NQi1wdXJlZnJvbnQtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZnJlZWxhbmNlcl9pbWdfMTYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNFQyMTo0NTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9mcmVlbGFuY2VyX2ltZ18xNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnJlZWxhbmNlcl9pbWdfMTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ZyZWVsYW5jZXJfaW1nXzAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTRUMjE6NDU6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZnJlZWxhbmNlcl9pbWdfMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZyZWVsYW5jZXJfaW1nXzAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pdC1zZXJ2aWNlcy0wMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2l0LXNlcnZpY2VzLTAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pdC1zZXJ2aWNlcy0wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbGluZS1pY29ucy01My88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xpbmUtaWNvbnMtNTMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpbmUtaWNvbnMtNTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xpZmVzYXZlcl82NHB4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjA6MTY6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbGlmZXNhdmVyXzY0cHgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxpZmVzYXZlcl82NHB4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sYXllcnNfNjRweC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2xheWVyc182NHB4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXllcnNfNjRweDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ2xvYmFsXzY0cHgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMDoxNjozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9nbG9iYWxfNjRweC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z2xvYmFsXzY0cHg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xpbmUtaWNvbnMtNzYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMDoxNjo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9saW5lLWljb25zLTc2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saW5lLWljb25zLTc2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9saW5lLWljb25zLTM1LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjA6MTY6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvbGluZS1pY29ucy0zNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGluZS1pY29ucy0zNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTE1LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjA6MTY6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaW1nLTE1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2l0LXNlcnZpY2VzLTA0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjA6MTY6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaXQtc2VydmljZXMtMDQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPml0LXNlcnZpY2VzLTA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pdC1zZXJ2aWNlcy0wMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2l0LXNlcnZpY2VzLTAzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pdC1zZXJ2aWNlcy0wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTEzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjA6MTY6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaW1nLTEzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0wNi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2ltZy0wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTA2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9xdW90ZS1saWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3F1b3RlLWxpZ2h0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdW90ZS1saWdodDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcXVvdGUtZGFyay88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIwOjE2OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3F1b3RlLWRhcmsucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnF1b3RlLWRhcms8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BhdHRlcm4tMDEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1Mjo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9wYXR0ZXJuLTAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wYXR0ZXJuLTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jYXNlNy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2Nhc2U3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYXNlNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvc2VydmljZS1vZmZlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3NlcnZpY2Utb2ZmZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlcnZpY2Utb2ZmZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3NlcnZpY2VfaWNvbl8wNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3NlcnZpY2VfaWNvbl8wNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VydmljZV9pY29uXzA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9zZXJ2aWNlX2ljb25fMDYvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9zZXJ2aWNlX2ljb25fMDYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlcnZpY2VfaWNvbl8wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvc2VydmljZV9pY29uXzAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvc2VydmljZV9pY29uXzAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZXJ2aWNlX2ljb25fMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3NlcnZpY2VfaWNvbl8wMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3NlcnZpY2VfaWNvbl8wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VydmljZV9pY29uXzAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9zZXJ2aWNlX2ljb25fMTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9zZXJ2aWNlX2ljb25fMTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlcnZpY2VfaWNvbl8xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvc2VydmljZV9pY29uXzA3LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvc2VydmljZV9pY29uXzA3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZXJ2aWNlX2ljb25fMDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BhdHRlcm4tMDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9wYXR0ZXJuLTAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wYXR0ZXJuLTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9xdWVzdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3F1ZXN0aW9uLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5xdWVzdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG9uZy1rb25nLWNoaW5hLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvSG9uZy1Lb25nLUNoaW5hLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib25nLUtvbmctQ2hpbmE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2J1cm5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYnVybnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJ1cm5zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wYXR0ZXJuLTA0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcGF0dGVybi0wNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGF0dGVybi0wNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYWxwaGFjb2xvci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FscGhhY29sb3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFscGhhY29sb3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FsZXhhbmRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2FsZXhhbmRlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWxleGFuZGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9kb21lbmljby1sb2lhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvZG9tZW5pY28tbG9pYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZG9tZW5pY28tbG9pYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvanVsaWFuLW8taGF5b24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9qdWxpYW4tby1oYXlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+anVsaWFuLW8taGF5b248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Fkcmllbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2Fkcmllbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWRyaWVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS90ZXN0LTA0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvdGVzdC0wNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGVzdC0wNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdGVzdC0wMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3Rlc3QtMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRlc3QtMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3Rlc3QtMDEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy90ZXN0LTAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ZXN0LTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wYXR0ZXJuMDUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9wYXR0ZXJuMDUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhdHRlcm4wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGVucnktcGVya3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9oZW5yeS1wZXJrcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGVucnktcGVya3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NodXR0ZXJzbmFwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvY2h1dHRlcnNuYXAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNodXR0ZXJzbmFwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wbGFjZWhvbGRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3BsYWNlaG9sZGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wbGFjZWhvbGRlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcGhvbmUtY2FsbC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3Bob25lLWNhbGwucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBob25lLWNhbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21haWwtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L21haWwtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFpbC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wYXR0ZXJuLTA1LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcGF0dGVybi0wNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGF0dGVybi0wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcGVyc29uLTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9wZXJzb24tMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVyc29uLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BlcnNvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvcGVyc29uLTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBlcnNvbi0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wZXJzb24tMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L3BlcnNvbi0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wZXJzb24tMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY2xpZW50LWxvZ28tMDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNVQyMjo1MzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9jbGllbnQtbG9nby0wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2xpZW50LWxvZ28tMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NsaWVudC1sb2dvLTAzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvY2xpZW50LWxvZ28tMDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsaWVudC1sb2dvLTAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jbGllbnQtbG9nby0wNC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2NsaWVudC1sb2dvLTA0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGllbnQtbG9nby0wNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY2xpZW50LWxvZ28tMDUtMS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE1VDIyOjUzOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2NsaWVudC1sb2dvLTA1LTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsaWVudC1sb2dvLTA1LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2NsaWVudC1sb2dvLTAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTVUMjI6NTM6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvY2xpZW50LWxvZ28tMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsaWVudC1sb2dvLTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oYW5keW1hbi0wNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDEwOjMxOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2hhbmR5bWFuLTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oYW5keW1hbi0wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGFuZHltYW4tMDkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQxMDozMTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9oYW5keW1hbi0wOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGFuZHltYW4tMDk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hhbmR5bWFuLTA2LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTA6MzE6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaGFuZHltYW4tMDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhhbmR5bWFuLTA2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oYW5keW1hbi0xMC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDEwOjMxOjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2hhbmR5bWFuLTEwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oYW5keW1hbi0xMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGFuZHltYW4tMTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQxMDozMTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9oYW5keW1hbi0xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGFuZHltYW4tMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hhbmR5bWFuLTEyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTA6MzI6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaGFuZHltYW4tMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhhbmR5bWFuLTEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oYW5keW1hbi0xMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDEwOjMyOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2hhbmR5bWFuLTEzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oYW5keW1hbi0xMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGFuZHltYW5fMTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQxMDozMjowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9oYW5keW1hbl8xMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGFuZHltYW5fMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hhbmR5bWFuXzE1LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTA6MzI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaGFuZHltYW5fMTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhhbmR5bWFuXzE1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oYW5keW1hbi0wNy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDEwOjMyOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2hhbmR5bWFuLTA3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oYW5keW1hbi0wNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1sb2dvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjJUMTE6NTA6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaUtvZS1sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pS29lLCBsb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pa29lLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxMTozODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLWUxNTMyNjA1MTAxODI4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pa29lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pa29lLWJsYW5rby88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTI2VDExOjQxOjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2lrb2UtYmxhbmtvLWUxNTMyNjA1MjYyNjkzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pa29lLCBibGFua288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lrb2UtYmxhbmtvLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxMTo0NjowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLWJsYW5rby0yLWUxNTMyNjA1NDY4ODE1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21pc2hhLXByb2ZpaWxpa3V2YS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTI2VDE2OjIwOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L01pc2hhLXByb2ZpaWxpa3V2YS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWlzaGEsIHByb2ZpaWxpa3V2YTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1tYWRlLWluLWxvaGphLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjZUMTc6NDU6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaWtvZS1tYWRlLWluLWxvaGphLWUxNTMyNjI3MDA4Nzk5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pa29lLCBtYWRlIGluIGxvaGphPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9leHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxNzo1NDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9leHQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmV4dDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1tYWRlLWluLWxvaGphLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yN1QyMTo1MjoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLW1hZGUtaW4tbG9oamEtMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWtvZSwgbWFkZSBpbiBsb2hqYS0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pa29lLW1hZGUtaW4tbG9oamEtMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTI3VDIyOjA1OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2lrb2UtbWFkZS1pbi1sb2hqYS0zLWUxNTMyNzI5MTMxNjY3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pa29lLCBtYWRlIGluIGxvaGphLTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lrb2UtbWFkZS1pbi1sb2hqYS01LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjdUMjI6MTE6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaWtvZS1tYWRlLWluLWxvaGphLTUtZTE1MzI3Mjk0Nzk4NTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlrb2UsIG1hZGUgaW4gbG9oamEtNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1sZXRzLWdldC1zaGl0LWRvbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yN1QyMzowNjoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLWxldHMtZ2V0LXNoaXQtZG9uZS1lMTUzMjg0MzY2MTczOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWtvZSwgbGV0cyBnZXQgc2hpdCBkb25lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9hc3RvbmlzaGVkLWdpcmwtd2l0aC1nbGFzc2VzLWhvbGRpbmctYS1ibGFuay1zaWduXzExNTQtMjExLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjlUMDU6NDY6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvYXN0b25pc2hlZC1naXJsLXdpdGgtZ2xhc3Nlcy1ob2xkaW5nLWEtYmxhbmstc2lnbl8xMTU0LTIxMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXN0b25pc2hlZC1naXJsLXdpdGgtZ2xhc3Nlcy1ob2xkaW5nLWEtYmxhbmstc2lnbl8xMTU0LTIxMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nXzIwMTcwNDI4XzEzNTcyNzMxNi88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE1OjE3OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0lNR18yMDE3MDQyOF8xMzU3MjczMTYtZTE1OTA0MTk2NzI5MjkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18yMDE3MDQyOF8xMzU3MjczMTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2theXR0YWphbGFodG9pc3l5cy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEwOjE1OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2vDpHl0dMOkasOkbMOkaHTDtmlzeXlzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5rw6R5dHTDpGrDpGzDpGh0w7Zpc3l5czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUva2F5dHRhamFsYWh0b2lzeXlzLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQxMDoyMjo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9rw6R5dHTDpGrDpGzDpGh0w7Zpc3l5cy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5rw6R5dHTDpGrDpGzDpGh0w7Zpc3l5czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9oamEtc2F1bmFsYXV0dGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjoyMDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sb2hqYS1zYXVuYWxhdXR0YS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9oamEgc2F1bmFsYXV0dGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2RvLW1vcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjoyNzoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Eby1tb3JlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EbyBtb3JlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9vcGlza2VsaWphLWthaWtlbi1sYWh0b2tvaHRhbmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjozMjowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9vcGlza2VsaWphLWthaWtlbi1sw6RodMO2a29odGFuYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b3Bpc2tlbGlqYSBrYWlrZW4gbMOkaHTDtmtvaHRhbmE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dvb2dsZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjM3OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dvb2dsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R29vZ2xlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9vcGlza2VsaWphMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjM5OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L09waXNrZWxpamEyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PcGlza2VsaWphMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ29vZ2xlMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjM5OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dvb2dsZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdvb2dsZTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2dvb2dsZS0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDY6Mzk6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvR29vZ2xlLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdvb2dsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvb3Bpc2tlbGlqYTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo0MDowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9PcGlza2VsaWphMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T3Bpc2tlbGlqYTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2phbWVzLXN1dHRvbi0xODc4MTYtdW5zcGxhc2gvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo0MjowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9qYW1lcy1zdXR0b24tMTg3ODE2LXVuc3BsYXNoLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5qYW1lcy1zdXR0b24tMTg3ODE2LXVuc3BsYXNoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9vcGlza2VsaWphMS0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDY6NDI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvT3Bpc2tlbGlqYTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T3Bpc2tlbGlqYTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL29waXNrZWxpamEyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo0MjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9PcGlza2VsaWphMi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PcGlza2VsaWphMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZ29vZ2xlMi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDY6NDI6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvR29vZ2xlMi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Hb29nbGUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9nb29nbGUtMy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjQyOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0dvb2dsZS0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Hb29nbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2tvZXBhbmtraTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo0OToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9rb2VwYW5ra2kyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5rb2VwYW5ra2kyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sYWhpdHVraS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjQ5OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2zDpGhpdHVraS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bMOkaGl0dWtpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9rb2VwYW5ra2ktMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA2OjUwOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L2tvZXBhbmtraS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+a29lcGFua2tpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sYWhpdHVraTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo1Njo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sw6RoaXR1a2kzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sw6RoaXR1a2kzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sYWhpdHVraTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo1NzoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sw6RoaXR1a2kyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sw6RoaXR1a2kyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sYWhpdHVraTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNjo1ODozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9sw6RoaXR1a2kxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sw6RoaXR1a2kxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pa29lLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxNTowMTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pa29lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMTY6NDU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDE2OjQ1OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3LzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxNjo0NTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy8zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxNzo1NTozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy8xLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzItMi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDE3OjU2OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3LzItMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvMS0zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMTg6MDg6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvMS0yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS80LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMTg6MDk6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvNS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDE4OjEwOjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3LzUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lrb2Utb21pbmFpc3V1ZGV0LTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxODoxMjowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9pa29lLW9taW5haXN1dWRldC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWtvZSwgb21pbmFpc3V1ZGV0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pa29lLWxvZ28tMi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTAyVDA5OjEyOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L2lLb2UtbG9nby5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aUtvZSwgbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1sb2dvLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wMlQwOToxMjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9pS29lLWxvZ28tMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aUtvZSwgbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1taW5pLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wMy0yMlQxNToxNzoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9pS29lLU1JTkktMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aUtvZSBNSU5JICgyKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvMi0zLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDMtMjVUMTg6MDk6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDMvMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvMDgvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xMlQxNzoxMTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC8wOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MDg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDItMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTEyVDE3OjExOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2xvZ29fMDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29fMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzAyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTJUMTc6MTE6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzAzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTJUMTc6MTI6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvbG9nb18wMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9nb18wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvMDUxLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTJUMTc6MTI6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvMDUxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4wNTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3V2ZXJrb3N0by1sb2dvLXdoaXRlLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTNUMTg6MzU6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvbHVrdXZlcmtvc3RvLWxvZ28td2hpdGUtZTE1ODY4MDI5NTEyMjYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmx1a3V2ZXJrb3N0byAtbG9nbywgd2hpdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hlYWRlci1pbWctMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2hlYWRlci1pbWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlYWRlci1pbWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0yMC88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0yMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTItMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTEtMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTMtMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTEzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMDMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvc2lnbmF0dXJlLTMwMHgxMTYvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9zaWduYXR1cmUtMzAweDExNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2lnbmF0dXJlLTMwMHgxMTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0wNC0xLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaW1nLTA0LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0wNC0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wZXJzb24tMDEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMTozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9wZXJzb24tMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBlcnNvbi0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcGVyc29uLTAyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvcGVyc29uLTAyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wZXJzb24tMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0xOS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTE5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTYvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMTYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0xNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTE4LzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaW1nLTE4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0xNC88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMTUtMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTE1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dpc3RpYy1tYXAtMS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2xvZ2lzdGljLW1hcC0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dpc3RpYy1tYXAtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY2xpZW50LTAyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvY2xpZW50LTAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGllbnQtMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ2lzdGljLXNsaWRlci0wMS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2xvZ2lzdGljLXNsaWRlci0wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9naXN0aWMtc2xpZGVyLTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9iZy88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2JnLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9naXN0aWMtYmx1cmItMDEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9sb2dpc3RpYy1ibHVyYi0wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9naXN0aWMtYmx1cmItMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ2lzdGljLWJsdXJiLTAyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvbG9naXN0aWMtYmx1cmItMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ2lzdGljLWJsdXJiLTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dpc3RpYy1ibHVyYi0wMy88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2xvZ2lzdGljLWJsdXJiLTAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dpc3RpYy1ibHVyYi0wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9naXN0aWMtbWFwLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvbG9naXN0aWMtbWFwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dpc3RpYy1tYXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ2lzdGljLWRhcmstYmcvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9sb2dpc3RpYy1kYXJrLWJnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dpc3RpYy1kYXJrLWJnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jbGllbnQtMDEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9jbGllbnQtMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNsaWVudC0wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY2xpZW50LTAzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjE6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvY2xpZW50LTAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jbGllbnQtMDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21hcC0wMi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIxOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L21hcC0wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFwLTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dpc3RpYy1zbGlkZXItMDIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9sb2dpc3RpYy1zbGlkZXItMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ2lzdGljLXNsaWRlci0wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9naXN0aWMtZ2FsbGVyeS0wMS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIyOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2xvZ2lzdGljLWdhbGxlcnktMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ2lzdGljLWdhbGxlcnktMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ2lzdGljLWdhbGxlcnktMDIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9sb2dpc3RpYy1nYWxsZXJ5LTAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dpc3RpYy1nYWxsZXJ5LTAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dpc3RpYy1nYWxsZXJ5LTAzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvbG9naXN0aWMtZ2FsbGVyeS0wMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG9naXN0aWMtZ2FsbGVyeS0wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTIyLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjI6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaW1nLTIyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0xNy88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIyOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0xNy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTE3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMDIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTA2LTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTIzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjI6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaW1nLTIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0wNy88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIyOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0wNy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMDkvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMDkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0wOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTEwLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTRUMTc6MjI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaW1nLTEwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWctMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2ltZy0wNS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE0VDE3OjIyOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2ltZy0wNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWctMjQvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMjQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltZy0yNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW1nLTI0LTEvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNFQxNzoyMjoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9pbWctMjQtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1nLTI0LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3V2ZXJrb3N0by88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA2OjExOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L0xVS1VWRVJLT1NUTy1lMTU4NzAxNzUwMjY3Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TFVLVVZFUktPU1RPPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9idXNpbmVzc18wMS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA1OjUzOjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2J1c2luZXNzXzAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5idXNpbmVzc18wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvY2lyY2xlLWJhY2tncm91bmQtcGF0dGVybi88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA1OjUzOjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2NpcmNsZS1iYWNrZ3JvdW5kLXBhdHRlcm4ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNpcmNsZS1iYWNrZ3JvdW5kLXBhdHRlcm48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hvbWUtb2ZmaWNlLTAxLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDU6NTM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaG9tZS1vZmZpY2UtMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtb2ZmaWNlLTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ob21lLW9mZmljZS0wNy0xLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDU6NTM6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaG9tZS1vZmZpY2UtMDctMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1vZmZpY2UtMDctMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG9tZS1vZmZpY2UtMDIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNTo1MzozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9ob21lLW9mZmljZS0wMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1vZmZpY2UtMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2hvbWUtb2ZmaWNlLTAzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDU6NTM6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvaG9tZS1vZmZpY2UtMDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtb2ZmaWNlLTAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ob21lLW9mZmljZS0wNS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA1OjUzOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2hvbWUtb2ZmaWNlLTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob21lLW9mZmljZS0wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG9tZS1vZmZpY2UtMDQvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNTo1Mzo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9ob21lLW9mZmljZS0wNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1vZmZpY2UtMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2JhY2tncm91bmQtc3BsaXQtMDMtMS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA1OjUzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2JhY2tncm91bmQtc3BsaXQtMDMtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmFja2dyb3VuZC1zcGxpdC0wMy0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9tYi1wdXJlZnJvbnQtMDIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNTo1Mzo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9NQi1wdXJlZnJvbnQtMDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1CLXB1cmVmcm9udC0wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG9tZS1vZmZpY2UtMDYvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNTo1NDowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9ob21lLW9mZmljZS0wNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aG9tZS1vZmZpY2UtMDY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3V2ZXJrb3N0by0xLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDY6MTk6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvTFVLVVZFUktPU1RPLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxVS1VWRVJLT1NUTyAoMSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21hcnZpbi1tZXllci1zeXRvM3hzMDZmdS11bnNwbGFzaC88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA2OjE5OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L21hcnZpbi1tZXllci1TWVRPM3hzMDZmVS11bnNwbGFzaC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFydmluLW1leWVyLVNZVE8zeHMwNmZVLXVuc3BsYXNoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sdWt1dmVya29zdG8tMS0yLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDY6MjA6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvTFVLVVZFUktPU1RPLTEtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TFVLVVZFUktPU1RPICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbWFydmluLW1leWVyLXN5dG8zeHMwNmZ1LXVuc3BsYXNoLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNjoyMToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9tYXJ2aW4tbWV5ZXItU1lUTzN4czA2ZlUtdW5zcGxhc2gtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFydmluLW1leWVyLVNZVE8zeHMwNmZVLXVuc3BsYXNoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS92aWhkaW4tbHVraW8tZXR1b3ZpLXVsa29hLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDc6Mjc6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvVmloZGluLWx1a2lvLWV0dW92aS11bGtvYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VmloZGluLWx1a2lvLWV0dW92aS11bGtvYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYnNoLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDg6MDQ6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvS2Fya2tpbGEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJzaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+YnNoPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGFuZ28vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwODowNjoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9oYW5nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGFuZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2thcmphYS88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA4OjExOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2thcmphYS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+a2FyamFhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wdXJqZWhkdXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwODoxNzo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9wdXJqZWhkdXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnB1cmplaGR1czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvYnVzaW5lc3MtMTMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwODo0Njo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9idXNpbmVzcy0xMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnVzaW5lc3MtMTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3V2ZXJrb3N0by0yLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDk6MjE6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvTFVLVVZFUktPU1RPLTItZTE1ODcwMjg4NjY1NzYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxVS1VWRVJLT1NUTyAoMik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2tvcGlvXy1sdWt1dmVya29zdG8tbG9nby1ibGFjay88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA5OjI4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L0tvcGlvXy1sdWt1dmVya29zdG8tbG9nby1ibGFjay5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+S29waW9fIGx1a3V2ZXJrb3N0byAtbG9nbywgYmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2tvcGlvXy1sdWt1dmVya29zdG8tbG9nby1ibGFjay0yLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMTZUMDk6MzE6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDQvS29waW9fLWx1a3V2ZXJrb3N0by1sb2dvLWJsYWNrLTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktvcGlvXyBsdWt1dmVya29zdG8gLWxvZ28sIGJsYWNrICgyKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaG9tZS1vZmZpY2UtMDQtMS88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTIyVDA3OjI3OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2hvbWUtb2ZmaWNlLTA0LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhvbWUtb2ZmaWNlLTA0LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2x1a3UtdmVya29zdG9uLWJhbm5lcmktMS88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDExOjI3OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2x1a3UtdmVya29zdG9uLWJhbm5lcmktMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bHVrdS12ZXJrb3N0b24gYmFubmVyaSAoMSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3RyYXZlbC1wb3J0cmFpdC0wMS88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE1OjAwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3RyYXZlbC1wb3J0cmFpdC0wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dHJhdmVsLXBvcnRyYWl0LTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS90cmF2ZWwtcG9ydHJhaXQtMDYvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNS0yNVQxNTowMDoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS90cmF2ZWwtcG9ydHJhaXQtMDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRyYXZlbC1wb3J0cmFpdC0wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdHJhdmVsLXBvcnRyYWl0LTA0LzwvbG9jPjxsYXN0bW9kPjIwMjAtMDUtMjVUMTU6MDA6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvdHJhdmVsLXBvcnRyYWl0LTA0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50cmF2ZWwtcG9ydHJhaXQtMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21pY2FlbGEtb21ha3V2YS10YW1taWt1dS0yMDIwLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDUtMjVUMTU6NTI6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvTWljYWVsYS1vbWFrdXZhLXRhbW1pa3V1LTIwMjAtZTE1OTA0MjE3OTQ5MjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1pY2FlbGEgb21ha3V2YSB0YW1taWt1dSAyMDIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9taWNhZWxhLW9tYWt1dmEtdGFtbWlrdXUtMjAyMC0yLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDUtMjVUMTU6NTk6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvTWljYWVsYS1vbWFrdXZhLXRhbW1pa3V1LTIwMjAtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWljYWVsYSBvbWFrdXZhIHRhbW1pa3V1IDIwMjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21pY2FlbGEtb21ha3V2YS10YW1taWt1dS0yMDIwLTMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNS0yNVQxNjowMDoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9NaWNhZWxhLW9tYWt1dmEtdGFtbWlrdXUtMjAyMC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NaWNhZWxhIG9tYWt1dmEgdGFtbWlrdXUgMjAyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZWVyby1sZWhpa29pbmVuLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDUtMjVUMTY6MDQ6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvZWVyby1sZWhpa29pbmVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5lZXJvIGxlaGlrb2luZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Vlcm8tbGVoaWtvaW5lbi0yLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDUtMjVUMTY6MTE6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvZWVyby1sZWhpa29pbmVuLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmVlcm8gbGVoaWtvaW5lbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvZWVybzIvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNS0yNVQxNjoxMzoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9lZXJvMi5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmVlcm8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9vbGF2aS1udXJtaS88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE2OjE5OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L29sYXZpLW51cm1pLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vbGF2aSBudXJtaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcGlhbG9tYW4vPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNS0yNVQxNjoyMjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9waWFsb21hbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGlhbG9tYW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BpYS1sb21hbi88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE2OjI3OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3BpYS1sb21hbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGlhIGxvbWFuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9zZWFuLWNvbm5lcnkvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNS0yNVQxNjo0Mzo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9zZWFuLWNvbm5lcnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlYW4gY29ubmVyeTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbGF1cmVuLW1hbmNrZS1hb2M3dHNsYjFvOC11bnNwbGFzaC88L2xvYz48bGFzdG1vZD4yMDIwLTA1LTI1VDE2OjU3OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2xhdXJlbi1tYW5ja2UtYU9DN1RTTGIxbzgtdW5zcGxhc2guanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdXJlbi1tYW5ja2UtYU9DN1RTTGIxbzgtdW5zcGxhc2g8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BlaXRla3V2YS88L2xvYz48bGFzdG1vZD4yMDIwLTExLTI4VDE1OjA3OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL3BlaXRla3V2YS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVpdGVrdXZhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oZW5yaWh1b3ZpbmVuLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMDJUMTA6NDQ6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvSGVucmlIdW92aW5lbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVucmlIdW92aW5lbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaGVua2thLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMDJUMTA6NDY6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvaGVua2thLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZW5ra2E8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL21haW5vcy0xMC0zLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMTdUMTI6MjQ6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvTWFpbm9zLTEwLjMuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NYWlub3MgMTAuMy48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3N0ZXJsaW5nbGFuaWVyLWxhbmllci1ubGt4NWVxZjlkby11bnNwbGFzaC88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTA1VDEyOjAwOjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEwL3N0ZXJsaW5nbGFuaWVyLWxhbmllci1ObEt4NWVRRjlkby11bnNwbGFzaC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3RlcmxpbmdsYW5pZXItbGFuaWVyLU5sS3g1ZVFGOWRvLXVuc3BsYXNoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8yMDIxLTA2LTE3LWh5dmFrc3l0eXQtdW5zcGxhc2gvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0wNlQwNzo0MDo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC8yMDIxLTA2LTE3LWh5dmFrc3l0eXQtdW5zcGxhc2guanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjIwMjEtMDYtMTctaHl2YWtzeXR5dC11bnNwbGFzaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvdHlvaHl2aW52b2lubmluLWpvaHRhbWluZW4tMTctMTEtMjAyMS88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTA2VDEwOjM3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEwL3R5w7ZoeXZpbnZvaW5uaW4tam9odGFtaW5lbi0xNy4xMS4yMDIxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50ecO2aHl2aW52b2lubmluIGpvaHRhbWluZW4gMTcuMTEuMjAyMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvc3RyZXNzaW4taGFsbGludGEtb3BldHVzdHlvc3NhLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTAtMDZUMTA6NTQ6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTAvU3RyZXNzaW4taGFsbGludGEtb3BldHVzdHnDtnNzw6QucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlN0cmVzc2luIGhhbGxpbnRhIG9wZXR1c3R5w7Zzc8OkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9ta2tfcGFkbGV0XzgtOS0yMDIxLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTAtMDdUMDc6Mjk6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTAvTUtLX1BhZGxldF84LjkuMjAyMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TUtLX1BhZGxldF84LjkuMjAyMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbG9nb3NiZW5lZmljYWlyZXNlcmFzbXVzcmlnaHRfZmlfMC88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTA3VDExOjE0OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEwL2xvZ29zYmVuZWZpY2FpcmVzZXJhc211c3JpZ2h0X2ZpXzAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxvZ29zYmVuZWZpY2FpcmVzZXJhc211c3JpZ2h0X2ZpXzA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BvZGNhc3QtMDEvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9wb2RjYXN0LTAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb2RjYXN0LTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wb2RjYXN0LTAyLTEvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9wb2RjYXN0LTAyLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvZGNhc3QtMDItMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcG9kY2FzdC0wMy88L2xvYz48bGFzdG1vZD4yMDIxLTEwLTEzVDA5OjA0OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEwL3BvZGNhc3QtMDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvZGNhc3QtMDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3BvZGNhc3QtMDQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9wb2RjYXN0LTA0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb2RjYXN0LTA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wb3J0cmFpdC1zcXVhcmUtMTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9wb3J0cmFpdC1zcXVhcmUtMTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvcnRyYWl0LXNxdWFyZS0xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcG9ydHJhaXQtc3F1YXJlLTA1LzwvbG9jPjxsYXN0bW9kPjIwMjEtMTAtMTNUMDk6MDQ6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTAvcG9ydHJhaXQtc3F1YXJlLTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wb3J0cmFpdC1zcXVhcmUtMDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2xvZ29fMDQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9sb2dvXzA0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzA2LTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9sb2dvXzA2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzAyLTMvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9sb2dvXzAyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzA1LTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9sb2dvXzA1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sb2dvXzAxLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QwOTowNTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9sb2dvXzAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvXzAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wcm9maWlsaWt1dmEvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMC0xM1QxMDoyMjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMC9wcm9maWlsaWt1dmEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnByb2ZpaWxpa3V2YTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC88L2xvYz48bGFzdG1vZD4yMDIxLTExLTAxVDA5OjI0OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzExL2lkZWFwYWl2YW4tcGFqYXQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC0xLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTEtMDFUMDk6MzA6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTEvaWRlYXBhaXZhbi1wYWphdC0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pZGVhcGFpdmFuLXBhamF0LTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMS0wMVQxMDoyMjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMS9pZGVhcGFpdmFuLXBhamF0LTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoMik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtMy88L2xvYz48bGFzdG1vZD4yMDIxLTExLTAxVDEwOjI2OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzExL2lkZWFwYWl2YW4tcGFqYXQtMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICgzKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC00LzwvbG9jPjxsYXN0bW9kPjIwMjEtMTEtMDFUMTA6MzM6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTEvaWRlYXBhaXZhbi1wYWphdC00LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDQpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pZGVhcGFpdmFuLXBhamF0LTUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMS0wMVQxMDozODo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMS9pZGVhcGFpdmFuLXBhamF0LTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoNSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtNi88L2xvYz48bGFzdG1vZD4yMDIxLTExLTAxVDEwOjQxOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzExL2lkZWFwYWl2YW4tcGFqYXQtNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICg2KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC03LzwvbG9jPjxsYXN0bW9kPjIwMjEtMTEtMDFUMTA6NDM6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTEvaWRlYXBhaXZhbi1wYWphdC03LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDcpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pZGVhcGFpdmFuLXBhamF0LTgvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMS0wMVQxMDo0NTozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMS9pZGVhcGFpdmFuLXBhamF0LTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoOCk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtOS88L2xvYz48bGFzdG1vZD4yMDIxLTExLTAxVDEwOjQ4OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzExL2lkZWFwYWl2YW4tcGFqYXQtOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICg5KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC0xMC88L2xvYz48bGFzdG1vZD4yMDIxLTExLTAxVDExOjI1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzExL2lkZWFwYWl2YW4tcGFqYXQtMTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoMTApPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sdWt1dmVya29zdG9uLWtvdWx1dHVrc2V0LWtldmF0LTJvMjIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNFQxMzozNTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS9MVUtVVkVSS09TVE9OLUtPVUxVVFVLU0VULUtFVkFULTJPMjIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxVS1VWRVJLT1NUT04gS09VTFVUVUtTRVQsIEtFVsOEVCAyTzIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9oeXZpbnZvaW50aWEta2V2YWFzZWVuLTIwMjIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNVQwNzoyMjowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS9mb3Jlc3Qtc2ltb24tclQtSTdJQl9lSGctdW5zcGxhc2guanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvcmVzdC1zaW1vbi1yVC1JN0lCX2VIZy11bnNwbGFzaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvbHVrdXZlcmtvc3Rvbi1rb3VsdXR1a3NldC1rZXZhdC0ybzIyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNVQxMzozNjowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS9MVUtVVkVSS09TVE9OLUtPVUxVVFVLU0VULUtFVkFULTJPMjIuZ2lmPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxVS1VWRVJLT1NUT04gS09VTFVUVUtTRVQsIEtFVsOEVCAyTzIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8xLTQvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNVQxNDoyMjozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS8xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8yLTQvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNVQxNDoyMjo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS8yLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS8zLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wMS0yNVQxNDoyMzoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wMS8zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzQtMi88L2xvYz48bGFzdG1vZD4yMDIyLTAxLTI1VDE0OjIyOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIyLzAxLzQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lLzUtMi88L2xvYz48bGFzdG1vZD4yMDIyLTAxLTI1VDE0OjIzOjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIyLzAxLzUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2FuaWtldC1iaGF0dGFjaGFyeWEtY2d5cndiZTZobTQtdW5zcGxhc2gtc2NhbGVkLzwvbG9jPjxsYXN0bW9kPjIwMjItMDEtMjZUMTE6NDY6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjIvMDEvYW5pa2V0LWJoYXR0YWNoYXJ5YS1DZ3lyd2JFNkhtNC11bnNwbGFzaC1zY2FsZWQtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW5pa2V0LWJoYXR0YWNoYXJ5YS1DZ3lyd2JFNkhtNC11bnNwbGFzaC1zY2FsZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtMTEvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wNC0yNlQwNzoxNzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wNC9pZGVhcGFpdmFuLXBhamF0LTExLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDExKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhLzwvbG9jPjxsYXN0bW9kPjIwMjItMDQtMjZUMDc6MTg6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjIvMDQvaWRlYXBhaXZhbi1wYWphdC0xMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICgxMik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtMTMvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wNC0yNlQwNzoyMTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wNC9pZGVhcGFpdmFuLXBhamF0LTEzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDEzKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC0xNC88L2xvYz48bGFzdG1vZD4yMDIyLTA0LTI2VDA3OjIzOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIyLzA0L2lkZWFwYWl2YW4tcGFqYXQtMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoMTQpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pZGVhcGFpdmFuLXBhamF0LTE1LzwvbG9jPjxsYXN0bW9kPjIwMjItMDQtMjZUMDc6MjQ6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjIvMDQvaWRlYXBhaXZhbi1wYWphdC0xNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICgxNSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2lkZWFwYWl2YW4tcGFqYXQtMTYvPC9sb2M+PGxhc3Rtb2Q+MjAyMi0wNC0yNlQwNzoyNToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMi8wNC9pZGVhcGFpdmFuLXBhamF0LTE2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pZGVhcMOkaXbDpG4gcGFqYXQgKDE2KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWRlYXBhaXZhbi1wYWphdC0xNy88L2xvYz48bGFzdG1vZD4yMDIyLTA0LTI2VDA3OjI3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIyLzA0L2lkZWFwYWl2YW4tcGFqYXQtMTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmlkZWFww6RpdsOkbiBwYWphdCAoMTcpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pZGVhcGFpdmFuLXBhamF0LTE4LzwvbG9jPjxsYXN0bW9kPjIwMjItMDQtMjZUMDc6Mjg6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMjIvMDQvaWRlYXBhaXZhbi1wYWphdC0xOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aWRlYXDDpGl2w6RuIHBhamF0ICgxOCk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2pwZ19zbGxfbG9nby88L2xvYz48bGFzdG1vZD4yMDIzLTAyLTE2VDExOjIxOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIzLzAyL2pwZ19zbGxfbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+anBnX3NsbF9sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9sdWt1LXZlcmtvc3Rvbi1yb2FkdHJpcC1hNC1hc2lha2lyamEvPC9sb2M+PGxhc3Rtb2Q+MjAyMy0wMy0wOFQxMTowOTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8wMy9MVUtVLXZlcmtvc3Rvbi1yb2FkdHJpcC1BNC1hc2lha2lyamEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxVS1UtdmVya29zdG9uIHJvYWR0cmlwIChBNC1hc2lha2lyamEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9wcmlzY2lsbGEtZHUtcHJlZXotbmY4eGhsbW1nMGMtdW5zcGxhc2gvPC9sb2M+PGxhc3Rtb2Q+MjAyMy0wNS0xOVQwNjo1MToyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8wNS9wcmlzY2lsbGEtZHUtcHJlZXotbkY4eGhMTW1nMGMtdW5zcGxhc2gtc2NhbGVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcmlzY2lsbGEtZHUtcHJlZXotbkY4eGhMTW1nMGMtdW5zcGxhc2g8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjwvdXJsc2V0Pgo=','image-sitemap-1.xml','','draft','closed','closed','','','','','2023-05-30 15:21:16','2023-05-30 15:21:16','',0,'https://lukuverkosto.fi/home/?p=125360',0,'jp_img_sitemap','',0),(125361,0,'2020-04-16 06:54:05','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xMC45Jy0tPgo8P3htbC1zdHlsZXNoZWV0IHR5cGU9InRleHQveHNsIiBocmVmPSIvL2x1a3V2ZXJrb3N0by5maS9ob21lL3ZpZGVvLXNpdGVtYXAueHNsIj8+Cjx1cmxzZXQgeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhzaTpzY2hlbWFMb2NhdGlvbj0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSBodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45L3NpdGVtYXAueHNkIiB4bWxuczp2aWRlbz0iaHR0cDovL3d3dy5nb29nbGUuY29tL3NjaGVtYXMvc2l0ZW1hcC12aWRlby8xLjEiPjx1cmw+PGxvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL2Nsb3Vkcy1iZy88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTI5VDE5OjMwOjMwWjwvbGFzdG1vZD48dmlkZW86dmlkZW8+PHZpZGVvOnRpdGxlPmNsb3Vkcy1iZzwvdmlkZW86dGl0bGU+PHZpZGVvOnRodW1ibmFpbF9sb2M+aHR0cHM6Ly9zMC53cC5jb20vaS9ibGFuay5qcGc8L3ZpZGVvOnRodW1ibmFpbF9sb2M+PHZpZGVvOmRlc2NyaXB0aW9uPjwvdmlkZW86ZGVzY3JpcHRpb24+PHZpZGVvOmNvbnRlbnRfbG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvY2xvdWRzLWJnLm1wNDwvdmlkZW86Y29udGVudF9sb2M+PC92aWRlbzp2aWRlbz48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9jbG91ZHMtYmctMi88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTI5VDE5OjMwOjMyWjwvbGFzdG1vZD48dmlkZW86dmlkZW8+PHZpZGVvOnRpdGxlPmNsb3Vkcy1iZzwvdmlkZW86dGl0bGU+PHZpZGVvOnRodW1ibmFpbF9sb2M+aHR0cHM6Ly9zMC53cC5jb20vaS9ibGFuay5qcGc8L3ZpZGVvOnRodW1ibmFpbF9sb2M+PHZpZGVvOmRlc2NyaXB0aW9uPjwvdmlkZW86ZGVzY3JpcHRpb24+PHZpZGVvOmNvbnRlbnRfbG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvY2xvdWRzLWJnLndlYm08L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaW5rLWluLXdhdGVyLWJhY2tncm91bmQtNzIwcC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE3VDE3OjM5OjQxWjwvbGFzdG1vZD48dmlkZW86dmlkZW8+PHZpZGVvOnRpdGxlPkluayBpbiBXYXRlciBCYWNrZ3JvdW5kICg3MjBwKTwvdmlkZW86dGl0bGU+PHZpZGVvOnRodW1ibmFpbF9sb2M+aHR0cHM6Ly9zMC53cC5jb20vaS9ibGFuay5qcGc8L3ZpZGVvOnRodW1ibmFpbF9sb2M+PHZpZGVvOmRlc2NyaXB0aW9uPjwvdmlkZW86ZGVzY3JpcHRpb24+PHZpZGVvOmNvbnRlbnRfbG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvSW5rLWluLVdhdGVyLUJhY2tncm91bmQtNzIwcC5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1taW5pLW9waXNrbGVpamFuLW9oamUvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wMy0zMVQwODoyNjoyNFo8L2xhc3Rtb2Q+PHZpZGVvOnZpZGVvPjx2aWRlbzp0aXRsZT5pS29lIE1JTkkgLSBvcGlza2xlaWphbiBvaGplPC92aWRlbzp0aXRsZT48dmlkZW86dGh1bWJuYWlsX2xvYz5odHRwczovL3MwLndwLmNvbS9pL2JsYW5rLmpwZzwvdmlkZW86dGh1bWJuYWlsX2xvYz48dmlkZW86ZGVzY3JpcHRpb24+PC92aWRlbzpkZXNjcmlwdGlvbj48dmlkZW86Y29udGVudF9sb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9pS29lLU1JTkktb3Bpc2tsZWlqYW4tb2hqZS5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1taW5pLW9waXNrZWxpamFuLW9oamUvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wMy0zMVQwODoyODoyNlo8L2xhc3Rtb2Q+PHZpZGVvOnZpZGVvPjx2aWRlbzp0aXRsZT5Ja29lIE1JTkkgLSBvcGlza2VsaWphbiBvaGplPC92aWRlbzp0aXRsZT48dmlkZW86dGh1bWJuYWlsX2xvYz5odHRwczovL3MwLndwLmNvbS9pL2JsYW5rLmpwZzwvdmlkZW86dGh1bWJuYWlsX2xvYz48dmlkZW86ZGVzY3JpcHRpb24+PC92aWRlbzpkZXNjcmlwdGlvbj48dmlkZW86Y29udGVudF9sb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wMy9Ja29lLU1JTkktb3Bpc2tlbGlqYW4tb2hqZS5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvaWtvZS1taW5pLW9wZXR0YWphbi1vaGplLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDQtMDFUMDg6MTY6MTJaPC9sYXN0bW9kPjx2aWRlbzp2aWRlbz48dmlkZW86dGl0bGU+aUtvZSBNSU5JIC0gb3BldHRhamFuIG9oamU8L3ZpZGVvOnRpdGxlPjx2aWRlbzp0aHVtYm5haWxfbG9jPmh0dHBzOi8vczAud3AuY29tL2kvYmxhbmsuanBnPC92aWRlbzp0aHVtYm5haWxfbG9jPjx2aWRlbzpkZXNjcmlwdGlvbj48L3ZpZGVvOmRlc2NyaXB0aW9uPjx2aWRlbzpjb250ZW50X2xvYz5odHRwczovL2x1a3V2ZXJrb3N0by5maS9ob21lL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA0L2lLb2UtTUlOSS1vcGV0dGFqYW4tb2hqZS5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbHVrdXZlcmtvc3RvLmZpL2hvbWUvcHVyamVoZHVza3Vyc3NpLTIwMTktbG9oamFuLXlodGVpc2x5c2Vvbi1sdWtpby88L2xvYz48bGFzdG1vZD4yMDIwLTA0LTE2VDA2OjU0OjA1WjwvbGFzdG1vZD48dmlkZW86dmlkZW8+PHZpZGVvOnRpdGxlPlB1cmplaGR1c2t1cnNzaSAyMDE5LCBMb2hqYW4gWWh0ZWlzbHlzZW9uIGx1a2lvPC92aWRlbzp0aXRsZT48dmlkZW86dGh1bWJuYWlsX2xvYz5odHRwczovL3MwLndwLmNvbS9pL2JsYW5rLmpwZzwvdmlkZW86dGh1bWJuYWlsX2xvYz48dmlkZW86ZGVzY3JpcHRpb24+PC92aWRlbzpkZXNjcmlwdGlvbj48dmlkZW86Y29udGVudF9sb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNC9QdXJqZWhkdXNrdXJzc2ktMjAxOS1Mb2hqYW4tWWh0ZWlzbHlzZW9uLWx1a2lvLm1wNDwvdmlkZW86Y29udGVudF9sb2M+PC92aWRlbzp2aWRlbz48L3VybD48L3VybHNldD4K','video-sitemap-1.xml','','draft','closed','closed','','','','','2023-05-30 15:21:16','2023-05-30 15:21:16','',0,'https://lukuverkosto.fi/home/?p=125361',0,'jp_vid_sitemap','',0),(125362,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay0xMC45Jy0tPgo8P3htbC1zdHlsZXNoZWV0IHR5cGU9InRleHQveHNsIiBocmVmPSIvL2x1a3V2ZXJrb3N0by5maS9ob21lL3NpdGVtYXAtaW5kZXgueHNsIj8+CjxzaXRlbWFwaW5kZXggeG1sbnM9Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkiPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAyMy0wNS0yNVQwOTo0ODo1Nlo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS9pbWFnZS1zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAyMy0wNS0xOVQwNjo1MToyM1o8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly9sdWt1dmVya29zdG8uZmkvaG9tZS92aWRlby1zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNC0xNlQwNjo1NDowNVo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjwvc2l0ZW1hcGluZGV4Pgo=','sitemap.xml','','draft','closed','closed','','','','','2023-05-30 15:21:16','2023-05-30 15:21:16','',0,'https://lukuverkosto.fi/home/?p=125362',0,'jp_sitemap_master','',0),(125364,1,'2022-05-05 12:42:27','2022-05-05 12:42:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/qjp-vhhc-utx\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-05-05 12:42:27','2022-05-05 12:42:27','',124995,'https://lukuverkosto.fi/home/?p=125364',0,'revision','',0),(125365,1,'2022-05-06 07:15:31','2022-05-06 07:15:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/aah-kmew-caq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/wcj-myvk-zts\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/sxd-vnjm-ggu\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/yjz-kjtc-qjq\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/ttd-gsrr-mdx\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-05-06 07:15:31','2022-05-06 07:15:31','',124995,'https://lukuverkosto.fi/home/?p=125365',0,'revision','',0),(125369,1,'2022-05-10 19:16:33','2022-05-10 19:16:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN OPPILAITOKSESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/tmd-xnyw-amb\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/ihf-ncir-hni\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/dyj-hvsh-rih\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/dih-ezwm-wqt\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/rzh-xobm-qpe\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-05-10 19:16:33','2022-05-10 19:16:33','',124995,'https://lukuverkosto.fi/home/?p=125369',0,'revision','',0),(125368,1,'2022-05-10 19:10:41','2022-05-10 19:10:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN OPPILAITOKSESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/tmd-xnyw-amb\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/oow-cids-smt\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/dyj-hvsh-rih\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/dih-ezwm-wqt\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/rzh-xobm-qpe\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-05-10 19:10:41','2022-05-10 19:10:41','',124995,'https://lukuverkosto.fi/home/?p=125368',0,'revision','',0),(125367,1,'2022-05-10 19:07:23','2022-05-10 19:07:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 11.5.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\">- <span style=\"font-size: large;\">Sosiaalipsykologi, VTM Eeva kolttola (nyyti ry)</span></span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/VxHWdPQ57_8\" _builder_version=\"4.17.3\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"11.5. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 11.5. klo 13-16 </b></p>\n<p><b>Paikka: ETÄNÄ - KOULUTUSLINKIT SIVUN ALAOSASSA!</b></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN AINEESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/tmd-xnyw-amb\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/oow-cids-smt\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/dyj-hvsh-rih\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/dih-ezwm-wqt\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/rzh-xobm-qpe\" _builder_version=\"4.17.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-05-10 19:07:23','2022-05-10 19:07:23','',124995,'https://lukuverkosto.fi/home/?p=125367',0,'revision','',0),(125376,1,'2022-10-19 09:47:54','2022-10-19 09:47:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>::Toisen asteen opiskelijoiden jaksaminen: KLUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijan digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-19 09:47:54','2022-10-19 09:47:54','',124995,'https://lukuverkosto.fi/home/?p=125376',0,'revision','',0),(125379,1,'2022-10-19 11:45:10','2022-10-19 11:45:10','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijoiden digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-19 11:45:10','2022-10-19 11:45:10','',124995,'https://lukuverkosto.fi/home/?p=125379',0,'revision','',0),(125373,1,'2022-10-19 09:28:15','2022-10-19 09:28:15','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>LUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden mielenterveys ja sen tukeminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.05</span></strong> Tervetulosanat, LUKU-verkoston<br />pj.<span> </span><b>Panu Ruoste</b></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.05-15.05</strong> </span>Nyyti ry:n asiantuntija<span> </span><b>Eeva Kolttolan</b><span> </span>luento Toiseen asteen opiskelijoiden mielenterveys ja sen tukeminen osoitteessa<span> </span><a href=\"http://live.lukuverkosto.fi/\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\" id=\"LPlnk701673\">live.lukuverkosto.fi</a><span> </span>.<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.05-15.20</span></strong> tauko<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.20-15.50</span></strong> keskustelua pienryhmissä oppilaitoskohtaisesti, linkit sivun alaosassa. <br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN OPPILAITOKSESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/tmd-xnyw-amb\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/ihf-ncir-hni\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/dyj-hvsh-rih\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/dih-ezwm-wqt\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/rzh-xobm-qpe\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','ideapäivän pohja','','publish','closed','closed','','ideapaivan-pohja','','','2022-10-19 09:28:15','2022-10-19 09:28:15','',0,'https://lukuverkosto.fi/home/et_pb_layout/ideapaivan-pohja/',0,'et_pb_layout','',0),(125375,1,'2022-10-19 09:42:15','2022-10-19 09:42:15','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p><b>::Toisen asteen opiskelijoiden jaksaminen: KLUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: Toisen asteen opiskelijan digihyvinvointi</b><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-19 09:42:15','2022-10-19 09:42:15','',124995,'https://lukuverkosto.fi/home/?p=125375',0,'revision','',0),(125374,1,'2022-10-19 09:35:24','2022-10-19 09:35:24','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1> IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.17.3\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>::Toisen asteen opiskelijoiden jaksaminen: KLUKU-verkoston Ideapäivä </b></p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: Toisen asteen opiskelijan digihyvinvointi</b><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" link_option_url=\"www.staget.lukuverkosto.fi\" global_colors_info=\"{}\"][et_pb_fullwidth_header title=\"IDEPÄIVÄN STAGE JA TYÖPAJAT\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"||34px|||\" global_colors_info=\"{}\"]<p>HYPPÄÄ MUKAAN IDEAPÄIVÄÄN KLIKKAAMALLA ALLA OLEVIA LINKKEJÄ. <br />PÄIVÄN ALUSTUS PIDETÄÄN PÄÄKANAVALLA, TYÖPAJOIHIN PÄÄSET TAAS VALITSEMALLA OMAN OPPILAITOKSESI TYÖPAJAN.</p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-11.png\" title_text=\"ideapäivän pajat (11)\" url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-12.png\" title_text=\"ideapäivän pajat (12)\" url=\"https://meet.google.com/pbj-zszx-rvq\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-13.png\" title_text=\"ideapäivän pajat (13)\" url=\"https://meet.google.com/tmd-xnyw-amb\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-14.png\" title_text=\"ideapäivän pajat (14)\" url=\"https://meet.google.com/frj-iiia-fhs\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-15.png\" title_text=\"ideapäivän pajat (15)\" url=\"https://meet.google.com/ihf-ncir-hni\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-16.png\" title_text=\"ideapäivän pajat (16)\" url=\"https://meet.google.com/dyj-hvsh-rih\" url_new_window=\"on\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-17.png\" title_text=\"ideapäivän pajat (17)\" url=\"https://meet.google.com/dih-ezwm-wqt\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2022/04/ideapaivan-pajat-18.png\" title_text=\"ideapäivän pajat (18)\" url=\"https://meet.google.com/rzh-xobm-qpe\" _builder_version=\"4.17.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/11/ideapaivan-pajat-10.png\" title_text=\"ideapäivän pajat (10)\" url=\"https://meet.google.com/ewx-jvwz-isc\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-19 09:35:24','2022-10-19 09:35:24','',124995,'https://lukuverkosto.fi/home/?p=125374',0,'revision','',0),(125380,1,'2022-10-19 11:46:06','2022-10-19 11:46:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 2.11.2022</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">opinto-ohjaaja </span><b>Liisa Huhta - </b>MLL-KOULUTTAJA<b> SARI AUTIO<br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/JvcxlGfG7Mo\" _builder_version=\"4.18.0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"2.11. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p><b>Aika: ke 2.11. klo 13-16 </b></p>\n<p><b>Paikka: Karjaan lukio, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijoiden digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdEShwVNbpg6nkPzAsNKaYCF6RgVyD9bMb1TTSECExpZwBwuw/viewform\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2022-10-19 11:46:06','2022-10-19 11:46:06','',124995,'https://lukuverkosto.fi/home/?p=125380',0,'revision','',0),(125386,1,'2023-02-09 10:19:47','0000-00-00 00:00:00','<!-- wp:divi/placeholder /-->','','','draft','closed','closed','','','','','2023-02-09 10:19:47','2023-02-09 10:19:47','',0,'https://lukuverkosto.fi/home/?page_id=125386',0,'page','',0),(125387,1,'2023-02-09 10:19:46','2023-02-09 10:19:46','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125386-revision-v1','','','2023-02-09 10:19:46','2023-02-09 10:19:46','',125386,'https://lukuverkosto.fi/home/?p=125387',0,'revision','',0),(125389,1,'2023-02-16 09:22:21','2023-02-16 09:22:21','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"3.22\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" width=\"100%\" width_tablet=\"100%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" custom_padding=\"0px||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"10%|8%|10%|8%\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat|500||on|||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_letter_spacing=\"3px\" custom_margin=\"||45px|\" animation_style=\"slide\" animation_direction=\"bottom\" locked=\"off\" global_colors_info=\"{}\"]Opettajan tukena jo vuodesta 2007[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||\" header_text_color=\"#f7f7f7\" header_line_height=\"1.3em\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"|0px||||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>yhdessä</h1>\n<h1><span color=\"#353740\" style=\"color: #353740;\">olemme enemmän</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"20px\" text_line_height=\"1.8em\" header_font=\"||||||||\" custom_margin=\"||50px|\" custom_padding=\"17px||0px|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"17%\" locked=\"off\" global_colors_info=\"{}\"]<p>LUKU-verkosto on Länsi-Uudenmaan 2. asteen oppilaitosten yhteistyöverkosto. </p>[/et_pb_text][et_pb_button button_url=\"https://lukuverkosto.fi/home/info/\" button_text=\"Lue lisää\" _builder_version=\"4.4.3\" button_icon=\"%%36%%\" animation_style=\"fade\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#ffffff\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#ffffff\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/marvin-meyer-SYTO3xs06fU-unsplash-1.jpg\" parallax=\"on\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Kopio_-lukuverkosto-logo-black-2.png\" align=\"right\" _builder_version=\"4.4.3\" width=\"96.2%\" module_alignment=\"right\" custom_margin=\"||196px|534px||\" custom_padding=\"||0px|620px||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Service Section\" _builder_version=\"4.4.3\" custom_margin=\"|||\" custom_padding=\"110px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" min_height=\"161px\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>mITÄ ME TEEMME?</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Eli vastaus kysymykseen: Miksi LUKU-verkosto?</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"3.25\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Opettajien tuki\" use_icon=\"on\" font_icon=\"%%141%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Verkoston tarkoituksena on tarjota opettajille käytännönläheistä tukea pedagogisen työn kehittämistä varten. </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Tiedotustoiminta\" use_icon=\"on\" font_icon=\"%%89%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Välitämme ja tiedotamme oppilaitoksien ajankohtaisimmat kuulumiset ja raportoimme tapahtumista</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Yhteiskehittäminen\" use_icon=\"on\" font_icon=\"%%86%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>LUKU-verkosto tarjoaa ainutlaatuisen mahdollisuuden oppilaitoksien väliselle yhteistyölle oppiainerajojen sisä- ja ulkopuolella.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"Services\" _builder_version=\"4.4.3\" max_width=\"80%\" custom_padding=\"25px||25px|\" use_custom_width=\"on\" width_unit=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Ideapäivät\" use_icon=\"on\" font_icon=\"%%101%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"3.0.87\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Kaksi kertaa vuodessa järjestettävät ideapäivät kokoavat koko LUKU-verkoston jäsenet yhteiseen seminaaripäivään, ajankohtaisen aiheen tiimoille.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Työpajat\" use_icon=\"on\" font_icon=\"%%154%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"100ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Hands-on asenteella toteutettavat työpajat tarjoavat lukuverkoston opettajille konkreettista tukea opetustyön arkeen</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blurb title=\"Webinaarit\" use_icon=\"on\" font_icon=\"%%107%%\" icon_color=\"#fcd21d\" use_icon_font_size=\"on\" icon_font_size=\"60px\" _builder_version=\"4.4.3\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" custom_padding=\"30px|30px|30px|30px\" animation_style=\"zoom\" animation_delay=\"200ms\" border_width_all=\"0px\" border_color_all=\"#dddddd\" border_style_all=\"solid\" use_border_color=\"on\" border_color=\"#dddddd\" global_colors_info=\"{}\"]<p>Supersuositut webinaarimme ovat saatavilla myös tallenteina. Syksyllä 2021 aiheina ovat kansainvälisyys ja työhyvinvointi.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"3.22\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#fcd21d\" background_color_gradient_start_position=\"65%\" background_color_gradient_end_position=\"65%\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"3.25\" custom_padding=\"0px|0px|0px|0px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Purjehduskurssi-2019-Lohjan-Yhteislyseon-lukio.mp4\" image_src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/purjehdus.jpg\" thumbnail_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"4.4.3\" animation_direction=\"bottom\" box_shadow_style=\"preset5\" box_shadow_vertical=\"0px\" box_shadow_spread=\"20px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Fun Fact Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"60px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" width=\"100%\" custom_margin=\"||40px|\" custom_padding=\"||29px|||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>uusien ideoiden luomista. Yhteisten ongelmien ratkaisemista. </h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-verkoston päämääränä on tarjota tukea yhteisten ongelmien ratkaisemiseksi ja maaperä uusien innovaatioden ja ideoiden luomiseksi.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" admin_label=\"Fun Fact\" _builder_version=\"3.25\" custom_margin=\"|||\" custom_padding=\"40px||40px|\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"10%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"Opettajia\" number=\"200\" percent_sign=\"off\" _builder_version=\"3.0.83\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"rehtoreita\" number=\"12\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"100ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"ideapajoja\" number=\"135\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"200ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_number_counter title=\"viinereitä\" number=\"1030\" percent_sign=\"off\" _builder_version=\"4.4.3\" title_font=\"Montserrat|||on|\" title_text_color=\"#353740\" number_font=\"Montserrat|on|||\" number_text_color=\"#ffffff\" number_font_size=\"60px\" number_line_height=\"90px\" animation_style=\"zoom\" animation_delay=\"300ms\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature Section\" _builder_version=\"3.22\" custom_margin=\"-52px|||||\" custom_padding=\"52px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"4\" admin_label=\"Feature\" module_class=\" et_pb_row_fullwidth\" _builder_version=\"4.4.3\" width=\"86%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" max_width=\"86%\" max_width_tablet=\"80%\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" min_height=\"614px\" custom_padding=\"40px||40px|\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"85px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Vihdin-lukio-etuovi-ulkoa.jpg\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"right\" animation_intensity_slide=\"8%\" animation_starting_opacity=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"7%||7%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" max_width=\"700px\" module_alignment=\"left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<h2>Ajankohtaisia tapahtumia lukioissa</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" locked=\"off\" global_colors_info=\"{}\"]<p>Supersuosittu webinaaritoiminta jatkuu syksyllä 2021. Teemoina ovat kansainvälisyys ja työhyvinvointi. Webinaaritarjonta kuuluu kaikkien LUKU-verkoston opettajien etuuksiin. Tsekkaa valikosta Webinaarit.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Latest Work Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" min_height=\"250px\" custom_margin=\"-172px|||||\" custom_padding=\"110px||5px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>pinnalla nyt!</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>LUKU-VERKOSTON BLOGIN VIIMEISIMMÄT KUULUMISET</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" padding_top_1=\"0px\" admin_label=\"Work Section\" module_class=\" et_pb_specialty_fullwidth\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" inner_width=\"100%\" inner_width_tablet=\"100%\" inner_width_phone=\"\" inner_width_last_edited=\"on|desktop\" inner_max_width=\"100%\" inner_max_width_tablet=\"100%\" inner_max_width_phone=\"\" inner_max_width_last_edited=\"on|desktop\" custom_margin=\"||-35px|||\" custom_padding=\"0px|5%|0px|5%\" make_fullwidth=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" padding_top__hover=\"0px\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/Karkkila.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" link_option_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/hango.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" force_fullwidth=\"on\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.4.3\" custom_padding=\"0px||0px|\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.4.3\" custom_padding=\"|||\" link_option_url=\"https://lukuverkosto.fi/home/luku-verkoston-blogi/\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2021/10/2021-06-17-hyvaksytyt-unsplash.jpg\" url=\"https://www.facebook.com/karjaanlukio/photos/a.252435598155049/3119203891478191/?type=3&theater\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.11.1\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"30%\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\" title_text=\"2021-06-17-hyvaksytyt-unsplash\" sticky_enabled=\"0\" custom_margin=\"||133px|||\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" parallax__hover=\"off\" parallax_method__hover=\"on\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/home-office-04.jpg\" url=\"https://lukuverkosto.fi/home/uusi-normaali/\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" _builder_version=\"4.4.3\" animation_style=\"flip\" animation_intensity_flip=\"30%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"10px\" box_shadow_color=\"#f7f7f7\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Button Section\" _builder_version=\"3.22\" background_color=\"#f7f7f7\" custom_margin=\"||-133px|||\" custom_padding=\"0px||90px|\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_button button_url=\"https://lukuverkosto.fi/home/uusi-normaali/\" button_text=\"Lue lisää\" button_alignment=\"center\" _builder_version=\"4.4.3\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#747d88\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"20%\" button_text_color_hover=\"#747d88\" button_border_color_hover=\"#747d88\" button_letter_spacing_hover=\"2px\" button_bg_color_hover=\"rgba(0,0,0,0)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on\" button_text_color__hover=\"#747d88\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#747d88\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"2px\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" custom_margin=\"79px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"3.22\" min_height=\"121px\" custom_margin=\"62px||50px|||\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"3.25\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.27.4\" text_text_color=\"#747d88\" text_font_size=\"24px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><em>Oppimiseen ei ole muuta alkua kuin ihmettely.<br /></em><em style=\"font-size: 24px;\">-Platon</em></p>\n<p><em></em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"3.22\" background_color=\"#fcd21d\" custom_padding=\"110px||110px|\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"3.25\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.27.4\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>Oletko kiinnostunut kuulemaan lisää?</h2>\r\n<h2><span style=\"color: #fff;\">Heitä viestillä!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.4.3\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<p>Ota rohkeasti yhteyttä - vastaamme mielellämme!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"3.25\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_contact_form captcha=\"off\" email=\"misha.lindvall@edu.lohja.fi\" custom_message=\"Viesti luku-verkoston sivulta\" submit_button_text=\"Send\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.4.3\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_icon=\"%%36%%\" button_icon_color=\"#ffffff\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" button_text_color_hover=\"#ffffff\" button_bg_color_hover=\"rgba(0,0,0,0)\" button_border_color_hover=\"#ffffff\" button_letter_spacing_hover=\"2px\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos/yritys\" field_title=\"Oppilaitos / yritys\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Viesti\" field_title=\"Viesti\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.4.3\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Versio2','','inherit','closed','closed','','124197-revision-v1','','','2023-02-16 09:22:21','2023-02-16 09:22:21','',124197,'https://lukuverkosto.fi/home/?p=125389',0,'revision','',0),(125390,1,'2023-02-16 09:24:33','0000-00-00 00:00:00','<!-- wp:divi/placeholder /-->','','','draft','closed','closed','','','','','2023-02-16 09:24:33','2023-02-16 09:24:33','',0,'https://lukuverkosto.fi/home/?page_id=125390',0,'page','',0),(125391,1,'2023-02-16 09:24:32','2023-02-16 09:24:32','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125390-revision-v1','','','2023-02-16 09:24:32','2023-02-16 09:24:32','',125390,'https://lukuverkosto.fi/home/?p=125391',0,'revision','',0),(125402,1,'2023-02-16 10:36:41','2023-02-16 10:36:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" custom_padding=\"||0px|||\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, l</b><span style=\"font-size: 18px;\">uku-verkoston oppilaitoksissa.</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 10:36:41','2023-02-16 10:36:41','',124995,'https://lukuverkosto.fi/home/?p=125402',0,'revision','',0),(125393,1,'2023-02-16 09:40:47','2023-02-16 09:40:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen</b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, </b><span style=\"font-size: 18px;\">Tammisaarentie 62, 10320 Karjaa (sisäänkäynti koulun sisäpihalta)</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toisen asteen opiskelijoiden jaksaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Karjaan lukion rehtori <strong>Sanna Laitila </strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.20</strong> </span><span style=\"font-weight: 400;\">Tampereen yhteiskoulun lukion opinto-ohjaaja </span><b>Liisa Huhta: </b>Toisen asteen opiskelijoiden jaksaminen<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.20-14.45</span></strong> <span style=\"font-weight: 400;\">kahvitauko Karjaan lukion ruokalassa</span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.45.-15.45</span></strong> <span style=\"font-weight: 400;\"> Mannerheimin Lastensuojeluliiton kouluttaja, Helsingin medialukion apulaisrehtori </span><b>Sari Autio: </b>Toisen asteen opiskelijoiden digihyvinvointi<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 09:40:47','2023-02-16 09:40:47','',124995,'https://lukuverkosto.fi/home/?p=125393',0,'revision','',0),(125395,1,'2023-02-16 10:17:42','2023-02-16 10:17:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>D </p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, </b><span style=\"font-size: 18px;\">luku-verkoston oppilaitoksissa.</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-14.00</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.00-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.40-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> <br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 10:17:42','2023-02-16 10:17:42','',124995,'https://lukuverkosto.fi/home/?p=125395',0,'revision','',0),(125397,1,'2023-02-16 10:28:05','2023-02-16 10:28:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>33D </p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, l</b><span style=\"font-size: 18px;\">uku-verkoston oppilaitoksissa.</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.40</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.20</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 10:28:05','2023-02-16 10:28:05','',124995,'https://lukuverkosto.fi/home/?p=125397',0,'revision','',0),(125399,1,'2023-02-16 10:29:55','2023-02-16 10:29:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>533D </p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, l</b><span style=\"font-size: 18px;\">uku-verkoston oppilaitoksissa.</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 10:29:55','2023-02-16 10:29:55','',124995,'https://lukuverkosto.fi/home/?p=125399',0,'revision','',0),(125401,1,'2023-02-16 10:32:00','2023-02-16 10:32:00','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1001px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybiriditilaisuus, l</b><span style=\"font-size: 18px;\">uku-verkoston oppilaitoksissa.</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 10:32:00','2023-02-16 10:32:00','',124995,'https://lukuverkosto.fi/home/?p=125401',0,'revision','',0),(125404,1,'2023-02-16 11:21:06','2023-02-16 11:21:06','','jpg_sll_logo','','inherit','open','closed','','jpg_sll_logo','','','2023-02-16 11:21:06','2023-02-16 11:21:06','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg',0,'attachment','image/jpeg',0),(125405,1,'2023-02-16 11:22:06','2023-02-16 11:22:06','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" custom_padding=\"||0px|||\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||1px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybririditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.19.5\" _module_preset=\"default\" title_text=\"jpg_sll_logo\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"320.8px\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.19.5\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 11:22:06','2023-02-16 11:22:06','',124995,'https://lukuverkosto.fi/home/?p=125405',0,'revision','',0),(125407,1,'2023-02-16 11:23:34','2023-02-16 11:23:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" custom_padding=\"||0px|||\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybririditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: (TBA)</b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\">Koulutuksen palautelomake<span style=\"font-weight: 400;\"></span></a></p>\n<p>&nbsp;</p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - www.lukuverkosto.fi</span></li>\n</ol>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.19.5\" _module_preset=\"default\" title_text=\"jpg_sll_logo\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"320.8px\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.19.5\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-02-16 11:23:34','2023-02-16 11:23:34','',124995,'https://lukuverkosto.fi/home/?p=125407',0,'revision','',0),(125410,1,'2023-03-08 12:49:39','2023-03-08 12:49:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00<br />Karjaan lukio 13.4. klo 14.15-15.00<br />Luksia 20.4. klo 12.00-14.00<br />Karkkilan lukio 27.4. klo 10.30-12.00<br />Hankoniemen lukio 11.5. klo 11.45-13.00<br />Vihdin lukio 17.5. klo 12.00-14.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','publish','closed','closed','','roadtrip','','','2023-05-02 07:34:28','2023-05-02 07:34:28','',0,'https://lukuverkosto.fi/home/?page_id=125410',0,'page','',0),(125411,1,'2023-03-08 10:56:18','2023-03-08 10:56:18','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 10:56:18','2023-03-08 10:56:18','',125410,'https://lukuverkosto.fi/home/?p=125411',0,'revision','',0),(125418,1,'2023-03-08 12:50:18','0000-00-00 00:00:00','<!-- wp:divi/placeholder /-->','','','draft','closed','closed','','','','','2023-03-08 12:50:18','2023-03-08 12:50:18','',0,'https://lukuverkosto.fi/home/?page_id=125418',0,'page','',0),(125419,1,'2023-03-08 12:50:18','2023-03-08 12:50:18','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125418-revision-v1','','','2023-03-08 12:50:18','2023-03-08 12:50:18','',125418,'https://lukuverkosto.fi/home/?p=125419',0,'revision','',0),(125423,1,'2023-03-08 13:12:09','2023-03-08 13:12:09','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" template_type=\"section\"][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:12:09','2023-03-08 13:12:09','',124374,'https://lukuverkosto.fi/home/?p=125423',0,'revision','',0),(125420,1,'2023-03-08 13:11:35','2023-03-08 13:11:35','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"-182px|||||\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:11:35','2023-03-08 13:11:35','',124374,'https://lukuverkosto.fi/home/?p=125420',0,'revision','',0),(125422,1,'2023-03-08 13:11:52','2023-03-08 13:11:52','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:11:52','2023-03-08 13:11:52','',124374,'https://lukuverkosto.fi/home/?p=125422',0,'revision','',0),(125421,1,'2023-03-08 13:11:43','2023-03-08 13:11:43','[et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"-182px|||||\" min_height=\"1135.9px\" template_type=\"section\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','LUKU-VERKOSTO, YHTEYDENOTTO','','inherit','closed','closed','','124374-revision-v1','','','2023-03-08 13:11:43','2023-03-08 13:11:43','',124374,'https://lukuverkosto.fi/home/?p=125421',0,'revision','',0),(125413,1,'2023-03-08 11:09:56','2023-03-08 11:09:56','','LUKU-verkoston roadtrip (A4-asiakirja)','','inherit','open','closed','','luku-verkoston-roadtrip-a4-asiakirja','','','2023-03-08 11:09:56','2023-03-08 11:09:56','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png',0,'attachment','image/png',0),(125427,1,'2023-03-08 13:13:18','2023-03-08 13:13:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori rantautuvat verkoston oppilaitokseen kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi. määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on aika pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on vuonna 2023 päätät sinä.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:13:18','2023-03-08 13:13:18','',125410,'https://lukuverkosto.fi/home/?p=125427',0,'revision','',0),(125433,1,'2023-05-25 10:11:11','2023-03-08 13:19:53',' ','','','publish','closed','closed','','125433','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125433',12,'nav_menu_item','',0),(125416,1,'2023-03-08 12:49:39','2023-03-08 12:49:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori rantautuvat verkoston oppilaitokseen kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi. määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on aika pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on vuonna 2023 päätät sinä.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 12:49:39','2023-03-08 12:49:39','',125410,'https://lukuverkosto.fi/home/?p=125416',0,'revision','',0),(125414,1,'2023-03-08 11:28:53','2023-03-08 11:28:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"50px|||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" button_text=\"Lisätietoja ikoe -järjestelmästä\" _builder_version=\"4.16\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"]<p> LUKU-Verkoston koordinaattori rantautuvat jokaiseen verkoston oppilaitokseen kuluvan kevään aikana.</p>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi. määriteltiin digitaalisaation turvaaminen toisen oppilaitoksissa. Tämä tavoite on täyttynyt. On siis aika uuden strategian luomisen.  <strong>Miten LUKU-verkosto tulisi tukea opettajan työtä 2020-luvulla?!</strong></span></p>\n<p><span style=\"font-size: 18px;\">alustus alkaa klo 15.00 (upotus sivun vasemmassa laidassa) ja </span><strong style=\"font-size: 18px;\">jälkilöylyt osoitteessa <a href=\"https://meet.google.com/kgb-mccq-ukk\">live.lukuverkosto.fi</a> klo 15.30</strong><span style=\"font-size: 18px;\">. Webinaariin osallistujilla on mahdollisuus esittää tarkentavia kysymyksiä, mistä tahansa Abittiin liittyvästä teemasta. Tervetuloa mukaan!</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Form Section\" _builder_version=\"4.4.3\" background_color=\"#fcd21d\" custom_padding=\"115px||110px|||\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"10%\" global_module=\"124374\" saved_tabs=\"all\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" custom_margin=\"||40px|\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><span style=\"font-size: 42px;\">Webinaariin</span></h2>\n<h2><span style=\"font-size: 42px;\">ilmoittautuminen</span></h2>\n<h2><span style=\"color: #ffffff; font-size: 42px;\">Ilmoittaudu nyt!</span></h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#353740\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Voit osallistua joko reaaliajassa tai tilata tallenteen!</p>\n<p>- Tai tehdä molemmat</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Contact Form\" _builder_version=\"4.16\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_contact_form email=\"micaela.morero@koulu.raasepori.fi\" custom_message=\"Ilmoittautuminen lukuverkoston-webinaariin||et_pb_line_break_holder||%%Webinaari%%||et_pb_line_break_holder||%%Nimi%%||et_pb_line_break_holder||%%Sähköposti%%||et_pb_line_break_holder||%%Oppilaitos%%||et_pb_line_break_holder||%%Osallistumistapa%%||et_pb_line_break_holder||%%Toivomuksesi_koulutuksen_suhteen%%\" use_redirect=\"on\" success_message=\"Kiitokset Webinaarin ilmoittautumisesta!\" submit_button_text=\"Lähetä\" module_id=\"et_pb_contact_form_0\" _builder_version=\"4.16\" _unique_id=\"f4065770-3ed4-49ba-a7a7-49010da461be\" form_field_background_color=\"rgba(255,255,255,0)\" form_field_text_color=\"#353740\" form_field_focus_text_color=\"#ffffff\" form_field_font=\"Montserrat||||\" form_field_font_size=\"16px\" custom_button=\"on\" button_text_color=\"#000000\" button_bg_color=\"#ffffff\" button_border_width=\"5px\" button_border_color=\"#ffffff\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|on||on|\" button_use_icon=\"off\" max_width=\"800px\" module_alignment=\"center\" animation_style=\"fade\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-1px\" box_shadow_color=\"rgba(0,0,0,0.18)\" form_background_color=\"rgba(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Nimi\" field_title=\"Nimi\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Sähköposti\" field_title=\"Sähköposti\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Oppilaitos\" field_title=\"Oppilaitos\" field_type=\"select\" select_options=\"%91{%22value%22:%22Hankoniemen lukio%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Karjaan lukio%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Lohjan aikuislinjan lukio%22,%22checked%22:0},{%22dragID%22:2,%22value%22:%22Lohjan Yhteislyseon lukio%22,%22checked%22:0},{%22dragID%22:3,%22value%22:%22Luksia%22,%22checked%22:0},{%22dragID%22:4,%22value%22:%22Vihdin lukio%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Webinaari\" field_title=\"Webinaari\" field_type=\"radio\" radio_options=\"%91{%22value%22:%22Juha Koivuporras: Kiire pysähtymään 16.2.%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Sara Lehtovuori, Sari Salonen: Positiivinen ajattelu ja kommunikointi opetustyössä 2.3.%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Misha Lindvall: Kohti Virtuaalista Abittia ja sen yli 9.3.%22,%22checked%22:0,%22dragID%22:1},{%22value%22:%22Sami Marttinen: Google Workspace ja Hypridiopetus 13.4.%22,%22checked%22:0,%22dragID%22:2}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Osallistumistapa\" field_title=\"Osallistumistapa\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Osallistun koulutukseen reaaliajassa%22,%22checked%22:0,%22dragID%22:-1},{%22dragID%22:0,%22value%22:%22Tilaan vain tallenteen%22,%22checked%22:0},{%22dragID%22:1,%22value%22:%22Hitto vie! Otetaan molemmat!%22,%22checked%22:0}%93\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Toivomuksesi_koulutuksen_suhteen\" field_title=\"Toivomuksesi koulutuksen suhteen\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" custom_margin=\"||60px|\" custom_padding=\"|||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 11:28:53','2023-03-08 11:28:53','',125410,'https://lukuverkosto.fi/home/?p=125414',0,'revision','',0),(125434,1,'2023-03-08 13:20:59','2023-03-08 13:20:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>Aikataulut päivittyvät.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:20:59','2023-03-08 13:20:59','',125410,'https://lukuverkosto.fi/home/?p=125434',0,'revision','',0),(125432,1,'2023-03-08 13:19:16','2023-03-08 13:19:16','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori rantautuvat verkoston oppilaitokseen kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>Aikataulut päivittyvät.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:19:16','2023-03-08 13:19:16','',125410,'https://lukuverkosto.fi/home/?p=125432',0,'revision','',0),(125429,1,'2023-03-08 13:15:31','2023-03-08 13:15:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori rantautuvat verkoston oppilaitokseen kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:15:31','2023-03-08 13:15:31','',125410,'https://lukuverkosto.fi/home/?p=125429',0,'revision','',0),(125431,1,'2023-03-08 13:16:49','2023-03-08 13:16:49','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" _builder_version=\"4.20.1\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori rantautuvat verkoston oppilaitokseen kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtrip tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämisen osalta. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p>Aikataulut päivittyvät.</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125410-revision-v1','','','2023-03-08 13:16:49','2023-03-08 13:16:49','',125410,'https://lukuverkosto.fi/home/?p=125431',0,'revision','',0),(125440,1,'2023-03-15 14:03:33','2023-03-15 14:03:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00</p>\n<p>Karjaan lukio 13.4. klo 14.15-15.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-15 14:03:33','2023-03-15 14:03:33','',125410,'https://lukuverkosto.fi/home/?p=125440',0,'revision','',0),(125439,1,'2023-03-15 13:37:11','2023-03-15 13:37:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>klkm1LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00</p>\n<p>Karjaan lukio 13.4. klo 14.15-15.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-15 13:37:11','2023-03-15 13:37:11','',125410,'https://lukuverkosto.fi/home/?p=125439',0,'revision','',0),(125441,1,'2023-03-15 14:03:55','2023-03-15 14:03:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00<br />Karjaan lukio 13.4. klo 14.15-15.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-15 14:03:55','2023-03-15 14:03:55','',125410,'https://lukuverkosto.fi/home/?p=125441',0,'revision','',0),(125442,1,'2023-03-21 15:27:18','2023-03-21 15:27:18','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00<br />Karjaan lukio 13.4. klo 14.15-15.00<br />Luksia 20.4. klo 12.00-14.00<br />Karkkila 27.4. klo 10.30-12.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-03-21 15:27:18','2023-03-21 15:27:18','',125410,'https://lukuverkosto.fi/home/?p=125442',0,'revision','',0),(125445,1,'2023-03-23 13:34:05','2023-03-23 13:34:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\"><strong>Koulutuksen palautelomake (linkki)</strong><span style=\"font-weight: 400;\"></span></a><br /><a href=\"https://drive.google.com/drive/folders/1KTOMz8nHdjtgqMsEm9pDcP3qZARrdqsW?usp=share_link\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-03-23 13:34:05','2023-03-23 13:34:05','',124995,'https://lukuverkosto.fi/home/?p=125445',0,'revision','',0),(125452,1,'2023-04-18 07:27:37','2023-04-18 07:27:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1G7dzPTKejPuj_wWxeVUF9EYPK-Su4yDd?usp=sharing\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-04-18 07:27:37','2023-04-18 07:27:37','',124995,'https://lukuverkosto.fi/home/?p=125452',0,'revision','',0),(125451,1,'2023-04-18 07:09:30','2023-04-18 07:09:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1KTOMz8nHdjtgqMsEm9pDcP3qZARrdqsW?usp=share_link\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-04-18 07:09:30','2023-04-18 07:09:30','',124995,'https://lukuverkosto.fi/home/?p=125451',0,'revision','',0),(125448,1,'2023-04-18 07:06:27','2023-04-18 07:06:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka:  Hybriditilaisuus. </b>Tapahtuma järjestetään livenä Lohjan Yhteislyseon lukiossa ja striimataan muihin<b> LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksiin. (Opettajat ja koulujen henkilökunta osallistuvat koulutukseen omasta oppilaitoksestaan käsin.)</span><span style=\"font-size: 18px;\"></span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\"><strong>Koulutuksen palautelomake (linkki)</strong><span style=\"font-weight: 400;\"></span></a><br /><a href=\"https://drive.google.com/drive/folders/1KTOMz8nHdjtgqMsEm9pDcP3qZARrdqsW?usp=share_link\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-04-18 07:06:27','2023-04-18 07:06:27','',124995,'https://lukuverkosto.fi/home/?p=125448',0,'revision','',0),(125450,1,'2023-04-18 07:07:42','2023-04-18 07:07:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka:  Hybriditilaisuus. </b>Tapahtuma järjestetään livenä Lohjan Yhteislyseon lukiossa ja striimataan muihin<b> LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksiin. (Opettajat ja koulujen henkilökunta osallistuvat koulutukseen omissa oppilaitoksissaan.)</span><span style=\"font-size: 18px;\"></span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><span style=\"font-weight: 400;\"></span></p>\n<p><a href=\"https://forms.gle/TjU2vAnsvYGmMpbG7\"><strong>Koulutuksen palautelomake (linkki)</strong><span style=\"font-weight: 400;\"></span></a><br /><a href=\"https://drive.google.com/drive/folders/1KTOMz8nHdjtgqMsEm9pDcP3qZARrdqsW?usp=share_link\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-04-18 07:07:42','2023-04-18 07:07:42','',124995,'https://lukuverkosto.fi/home/?p=125450',0,'revision','',0),(125453,1,'2023-04-18 07:31:02','2023-04-18 07:31:02','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Misha Lindvall\" position=\"Koordinaattori, Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Kuusivaara\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.20.4\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen\" position=\"Karkkilan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2023-04-18 07:31:02','2023-04-18 07:31:02','',124449,'https://lukuverkosto.fi/home/?p=125453',0,'revision','',0),(125454,1,'2023-04-19 13:05:05','2023-04-19 13:05:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>IDeapäivä 26.4.2023 - <em>tapahtuma</em> <span style=\"color: #e02b20;\">peruttu</span></h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1G7dzPTKejPuj_wWxeVUF9EYPK-Su4yDd?usp=sharing\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-04-19 13:05:05','2023-04-19 13:05:05','',124995,'https://lukuverkosto.fi/home/?p=125454',0,'revision','',0),(125456,1,'2023-04-24 09:01:12','2023-04-24 09:01:12','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00<br />Karjaan lukio 13.4. klo 14.15-15.00<br />Luksia 20.4. klo 12.00-14.00<br />Karkkilan lukio 27.4. klo 10.30-12.00<br />Vihdin lukio 17.5. klo 12.00-14.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-04-24 09:01:12','2023-04-24 09:01:12','',125410,'https://lukuverkosto.fi/home/?p=125456',0,'revision','',0),(125458,1,'2023-05-02 07:34:28','2023-05-02 07:34:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_padding=\"||0px|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"176px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>LUKU-verkoston</h1>\n<h1>ROadtrip</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"1008px\" custom_margin=\"||-72px|||\" custom_padding=\"0px||110px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"942px\" custom_margin=\"-78px|auto||auto||\" custom_padding=\"|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/03/LUKU-verkoston-roadtrip-A4-asiakirja.png\" title_text=\"LUKU-verkoston roadtrip (A4-asiakirja)\" _builder_version=\"4.20.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.16\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"][/et_pb_text][et_pb_cta title=\"Keväällä 2023\" button_url=\"https://www.ikoe.fi/lohja/\" url_new_window=\"on\" _builder_version=\"4.20.1\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<blockquote>\n<p>LUKU-Verkoston koordinaattori huristelevat -verkoston oppilaitoksiin kuluvan kevään aikana.</p>\n</blockquote>\n<p>AGENDA</p>\n<p><span style=\"font-size: 18px;\">LUKU-verkoston alkuperäiseksi strategiaksi määriteltiin digitaalisaation turvaaminen toisen asteen oppilaitoksissa. Tämän tavoitteen täytyttyä, on syytä pohtia uudelleen LUKU-verkoston strategiaa ja toiminta-ajatusta:  <strong>Miten LUKU-verkosto voisi tukea opettajan työtä 2020-luvulla? </strong></span></p>\n<p>Roadtripin tavoitteena on kuulla opettajien toiveita ja ajatuksia verkostoyhteistyön kehittämiseksi. Menneisyys ei sanele tulevaa. Kaikki toimintamallit ovat tulevaisuuden osalta avoimia - se mitä LUKU-verkosto on tulevaisuudessa päätät sinä.</p>\n<p><span style=\"text-decoration: underline;\"><em>Roadtripin aikataulu (päivittyy)</em></span></p>\n<p>Lohjan Yhteislyseon lukio 16.2. klo 12.00-15.00<br />Karjaan lukio 13.4. klo 14.15-15.00<br />Luksia 20.4. klo 12.00-14.00<br />Karkkilan lukio 27.4. klo 10.30-12.00<br />Hankoniemen lukio 11.5. klo 11.45-13.00<br />Vihdin lukio 17.5. klo 12.00-14.00</p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Roadtrip','','inherit','closed','closed','','125410-revision-v1','','','2023-05-02 07:34:28','2023-05-02 07:34:28','',125410,'https://lukuverkosto.fi/home/?p=125458',0,'revision','',0),(125460,1,'2023-05-19 06:52:55','2023-05-19 06:52:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>REKrY: LUKUVERKOSTON koordinaattori * 2</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\" title_text=\"priscilla-du-preez-nF8xhLMmg0c-unsplash\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p><span style=\"color: #747c87;\"><strong>Kelpoisuusvaatimus</strong>:</span> <strong>LUKU-verkoston opettaja, jolla pysyy langat käsissä</strong><b></b><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Kotisivujen ylläpito<span style=\"font-weight: 400;\"></span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Rekry','','publish','closed','closed','','125460-2','','','2023-05-23 12:42:19','2023-05-23 12:42:19','',0,'https://lukuverkosto.fi/home/?page_id=125460',0,'page','',0),(125461,1,'2023-05-19 06:34:21','2023-05-19 06:34:21','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','125460-revision-v1','','','2023-05-19 06:34:21','2023-05-19 06:34:21','',125460,'https://lukuverkosto.fi/home/?p=125461',0,'revision','',0),(125467,1,'2023-05-19 07:08:35','2023-05-19 07:08:35','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1><span style=\"color: #e09900;\">Syksyllä 2023</span></h1>\n<h1>IDeapäivä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"26.4. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1G7dzPTKejPuj_wWxeVUF9EYPK-Su4yDd?usp=sharing\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-05-19 07:08:35','2023-05-19 07:08:35','',124995,'https://lukuverkosto.fi/home/?p=125467',0,'revision','',0),(125468,1,'2023-05-19 07:10:28','2023-05-19 07:10:28','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>REKrY: LUKUVERKOSTON koordinaattori</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\" _builder_version=\"4.21.0\" _module_preset=\"default\" title_text=\"priscilla-du-preez-nF8xhLMmg0c-unsplash\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p>Kelpoisuusvaatimus: LUKU-verkoston opettaja, jolla pysyy langat käsissä<b></b></p>\n<p><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Rekry','','inherit','closed','closed','','125460-revision-v1','','','2023-05-19 07:10:28','2023-05-19 07:10:28','',125460,'https://lukuverkosto.fi/home/?p=125468',0,'revision','',0),(125463,1,'2023-05-19 06:51:23','2023-05-19 06:51:23','','priscilla-du-preez-nF8xhLMmg0c-unsplash','','inherit','open','closed','','priscilla-du-preez-nf8xhlmmg0c-unsplash','','','2023-05-19 06:51:23','2023-05-19 06:51:23','',0,'https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash.jpg',0,'attachment','image/jpeg',0),(125466,1,'2023-05-19 06:56:50','2023-05-19 06:56:50','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>REKrY: LUKUVERKOSTON koordinaattori</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\" _builder_version=\"4.21.0\" _module_preset=\"default\" title_text=\"priscilla-du-preez-nF8xhLMmg0c-unsplash\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p>Kelpoisuusvaatimus: LUKU-verkoston opettaja, jolla pysyy langat käsissä<b></b></p>\n<p><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125460-revision-v1','','','2023-05-19 06:56:50','2023-05-19 06:56:50','',125460,'https://lukuverkosto.fi/home/?p=125466',0,'revision','',0),(125464,1,'2023-05-19 06:52:55','2023-05-19 06:52:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>REKrY: LUKUVERKOSTON koordinaattori</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_gallery _builder_version=\"4.21.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" hover_enabled=\"0\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p>Kelpoisuusvaatimus: LUKU-verkoston opettaja, jolla pysyy langat käsissä<b></b></p>\n<p><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','125460-revision-v1','','','2023-05-19 06:52:55','2023-05-19 06:52:55','',125460,'https://lukuverkosto.fi/home/?p=125464',0,'revision','',0),(125470,1,'2023-05-19 07:11:48','2023-05-19 07:11:48','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>REKrY: LUKUVERKOSTON koordinaattori</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\" title_text=\"priscilla-du-preez-nF8xhLMmg0c-unsplash\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p><span style=\"color: #747c87;\"><strong>Kelpoisuusvaatimus</strong>:</span> <strong>LUKU-verkoston opettaja, jolla pysyy langat käsissä</strong><b></b><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Rekry','','inherit','closed','closed','','125460-revision-v1','','','2023-05-19 07:11:48','2023-05-19 07:11:48','',125460,'https://lukuverkosto.fi/home/?p=125470',0,'revision','',0),(125472,1,'2023-05-25 10:11:11','2023-05-19 07:22:50',' ','','','publish','closed','closed','','125472','','','2023-05-25 10:11:11','2023-05-25 10:11:11','',0,'https://lukuverkosto.fi/home/?p=125472',13,'nav_menu_item','',0),(125473,1,'2023-05-23 12:40:07','2023-05-23 12:40:07','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"140.2px\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1>REKrY: LUKUVERKOSTON koordinaattori * 2</h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><b>etsimme sinua, <span style=\"color: #e09900;\">tulevaisuuden tekijä</span></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"1111px\" custom_margin=\"50px|||\" custom_padding=\"0px||30px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/05/priscilla-du-preez-nF8xhLMmg0c-unsplash-scaled.jpg\" title_text=\"priscilla-du-preez-nF8xhLMmg0c-unsplash\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p><span style=\"color: #000000; font-size: xx-large;\">Työpaikkailmoitus</span></p>[/et_pb_text][et_pb_cta button_url=\"https://meet.google.com/kgb-mccq-ukk\" url_new_window=\"on\" _builder_version=\"4.21.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p><b>Työnantaja: Länsi-uudenmaan lukioiden verkoston jäsenoppilaitokset</b></p>\n<p><span style=\"color: #747c87;\"><strong>Kelpoisuusvaatimus</strong>:</span> <strong>LUKU-verkoston opettaja, jolla pysyy langat käsissä</strong><b></b><b></b></p>\n<p><b>Työsuhteen alkaa: 1.8.2023</b></p>\n<p><b>Palkka: 3.15 vuosiviikkotuntia</b></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Toimenkuva</strong></span></span></p>\n<ul>\n<li aria-level=\"1\"><b>Lyhyesti: LUKU-verkoston toiminnan suunnittelu, organisointi ja tiedottaminen</b></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Joryn kokouksista tiedottaminen, asialistojen kerääminen ja kutsujen lähettäminen, sihteerinä toimiminen ja tiedotus (muistiot rekseille ja arkistoon Moodle/Google workspace)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vuosiseminaarin organisointi (sisällöt, vuosikertomus, tiedotus)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston koulutuskalenterin suunnittelu ja käytännön toimet (mm. koulutusmateriaalien laatiminen ja päivitys) yhdessä rehtoreiden ja tutoreiden kanssa</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tutoreiden kouluttaminen, tapaaminen, suunnittelutyö, tiedotus, tutorkokousten organisointi</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Koulutusten, esim. Ideapäivien toteuttaminen, yhteydet kouluttajiin, tarjouspyynnöt ja mahdolliset koulutustehtävät (eri palkkiolla sop.mukaan, verkkopaja-tyyppiset koulutukset 75e tunti, Ideapäivien kouluttajille maksetaan 90 e/h + KVTESin mukaiset matkakorvaukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkkopajojen tilastointi ja hallinnointi: Kouluttajien palkkojen ilmoittaminen palkanlaskentaan tai yrittäjälle annetaan laskutusosoite, ja lasku ostoreskontraan (sopimus satunnaisesta työstä -lomake lähetetään palkanlaskentaan tai toiminimen omaavalla TyEl-tunnus laskun mukana) </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Toiminnan kustannusten ja osallistujien tilastointi sekä laskutuksen hoito lukuvuoden lopussa (rehtoreille lähetetään yhteenveto laskutuksesta ja LUKU-verkoston kuntiin lähetetään laskutuspyynnöt seuraavista: koordinointipalkkiot, moodlen käyttö, koulutukset)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LUKU-Moodlen pääkäyttäjän tehtävät (sisältöjen siivous, päivitystyö, käyttäjämäärien seuranta ja Mediamaistereiden laskujen tarkistus, Moodleen liittyvä laskutus osana LUKU-verkoston laskutusta ja yhteydenpito Mediamaisteriin)</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verkoston yhteisen kurssitarjonnan kerääminen ja tiedotustyö </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Kotisivujen ylläpito<span style=\"font-weight: 400;\"></span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Lisätiedot &amp; yhteydenotot </span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558</span></p>\n<p>&nbsp;</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Rekry','','inherit','closed','closed','','125460-revision-v1','','','2023-05-23 12:40:07','2023-05-23 12:40:07','',125460,'https://lukuverkosto.fi/home/?p=125473',0,'revision','',0),(125480,4,'2023-10-12 08:53:48','2023-10-12 08:53:48','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Korhonen\" position=\"Koordinaattori, Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Micaela Morero\" position=\"Koordinaattori, Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Kuusivaara\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.20.4\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen\" position=\"Karkkilan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2023-10-12 08:53:48','2023-10-12 08:53:48','',124449,'https://lukuverkosto.fi/home/?p=125480',0,'revision','',0),(125477,1,'2023-10-12 07:02:39','2023-10-12 07:02:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" min_height=\"297px\" custom_margin=\"||-185px|||\" custom_padding=\"|||\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"19.2px\" custom_margin=\"|||\" custom_padding=\"||0px|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" inline_fonts=\"Actor\" global_colors_info=\"{}\"]<h1><span style=\"color: #e09900;\">Keväällä 2024</span></h1>\n<h1>IDeapäivä </h1>\n<h1><span style=\"font-size: xx-large; font-weight: normal;\"><span style=\"font-weight: 400;\">Henkilöstöjohtaja </span><b> MArko Rissanen<br /></b>Opiskelijatoiminnan asiantuntija<b>  Milla Rekola<br /></b><b><br /></b></span><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></h1>\n<p><span style=\"font-size: xx-large; font-weight: normal;\"><b></b></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Projects Section\" _builder_version=\"4.16\" min_height=\"959px\" custom_margin=\"-137px|||||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Project 02\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"896px\" custom_margin=\"50px|||\" custom_padding=\"0px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"180px||||false|false\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_video src=\"https://youtu.be/Ij_8Gf5kd2U\" _builder_version=\"4.19.5\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"5%||5%|\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Number\" _builder_version=\"4.17.3\" text_font=\"Montserrat|on|||\" text_text_color=\"#fcd21d\" text_font_size=\"80px\" text_line_height=\"1em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" custom_padding=\"|0px||||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"20%\" global_colors_info=\"{}\"]<p>Ideapäivä</p>[/et_pb_text][et_pb_cta title=\"xx.x. klo 13.00-16.00\" url_new_window=\"on\" button_text=\"Eeva Kolttolan alustus (meet-linkki)\" _builder_version=\"4.18.0\" header_font=\"Montserrat|700|||||||\" header_text_color=\"#353740\" header_line_height=\"1.5em\" body_font=\"Montserrat||||||||\" body_text_color=\"#747d88\" body_line_height=\"1.8em\" use_background_color=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_color=\"#747d88\" button_border_width=\"4px\" button_border_color=\"#747d88\" button_border_radius=\"100px\" button_letter_spacing=\"2px\" button_font=\"Montserrat|700||on|||||\" button_icon=\"&#x45;||divi||400\" button_icon_color=\"#747d88\" text_orientation=\"left\" background_layout=\"light\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"6%\" button_bg_color_hover=\"rgba(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"rgba(0,0,0,0)\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"]<p>&nbsp;</p>\n<p><b>Aika: 26.4. klo 13-16 </b></p>\n<p><b>Paikka: Hybriditilaisuus, etäyhteyksin LUKU</b><span style=\"font-size: 18px;\">-verkoston oppilaitoksissa. Tapahtuman osoite: live.lukuverkosto.fi</span></p>\n<div class=\"QsDR1c\">\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:address\" data-md=\"1002\" lang=\"fi-FI\" data-hveid=\"CEgQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhIEAA\">\n<div class=\"Z1hOCe\">\n<div class=\"zloOqf PZPZlf\" data-dtype=\"d3ifr\" data-local-attribute=\"d3adr\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQghwoAHoECEgQAQ\">\n<div class=\"GnGVVe\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"5\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n<div jscontroller=\"sc5wWb\" class=\"GDRHkb\" data-at=\"2\" data-uid=\"1\" jsaction=\"rcuQ6b:npT2md\"></div>\n</div>\n</div>\n</div>\n</div>\n<div>\n<div class=\"wDYxhc\" data-attrid=\"kc:/location/location:hours\" data-md=\"1005\" lang=\"fi-FI\" data-hveid=\"CEUQAA\" data-ved=\"2ahUKEwj36fTU_Ov6AhXwlosKHYCVAfMQkCl6BAhFEAA\"></div>\n</div>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #000000; font-size: xx-large;\"><strong>Yhteisöllisyyden ja opiskelijoiden osallisuuden vahvistaminen</strong></span></span></p>\n<p>Ohjelma<br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.00-13.10</span></strong> Tervetulosanat, Lohjan Yhteislyseon lukion rehtori <strong>Panu Ruoste</strong></p>\n<div></div>\n<div><span style=\"color: #000000;\"><strong>Klo 13.10-13.50</strong> <span style=\"font-weight: 400;\">Suomen Lukiolaisen Liitto, opiskelijatoiminnan asiantuntija </span><b>Milla Rekola: <span>Miten vahvistaa opiskelijoiden osallisuutta ja yhteisöllisyyttä?</span></b></span></div>\n<div><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 13.50-14.30</span></strong> <span style=\"font-weight: 400;\">kahvitauko </span><br aria-hidden=\"true\" /><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 14.30-15.45</span></strong> <span style=\"font-weight: 400;\">DNA:n henkilöstöjohtaja </span><b>Marko Rissanen: <span>Vapaus, valinta ja luottamus yhteisöllisen kulttuurin rakentajina</span></b><span style=\"font-weight: 400;\"> (vuorovaikutteinen luento)<br /></span><br aria-hidden=\"true\" /><strong><span style=\"color: #000000;\">Klo 15.50-16.00</span></strong> Loppusanat, LUKU-verkoston pj. Panu Ruoste</div>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Lisätietoa &amp; yhteydenotot mahdollisissa teknisissä ongelmissa:</span></p>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston koordinaattorit </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Misha Lindvall, p. 044 369 1469 ja </span><span style=\"font-weight: 400;\"><br /></span><span style=\"font-weight: 400;\">Micaela Morero, p. 040 167 8558.</span></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><span style=\"font-weight: 400;\"></span></a></p>\n<p><a href=\"https://forms.gle/ekWT2NmPb6LhcRoh9\"><strong>Koulutuksen palautelomake (linkki)</strong></a><br /><a href=\"https://drive.google.com/drive/folders/1G7dzPTKejPuj_wWxeVUF9EYPK-Su4yDd?usp=sharing\"><strong>Koulutuksen oheismateriaalit (linkki)</strong></a></p>\n<ol start=\"2\">\n<li><span style=\"font-weight: 400;\"> asteen yhteistyötä Länsi-Uudellamaalla - <a href=\"http://www.lukuverkosto.fi\">www.lukuverkosto.fi</a></span></li>\n</ol>\n<p><span style=\"font-weight: 400;\"></span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2023/02/jpg_sll_logo.jpg\" min_height=\"320.8px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Ideapäivä','','inherit','closed','closed','','124995-revision-v1','','','2023-10-12 07:02:39','2023-10-12 07:02:39','',124995,'https://lukuverkosto.fi/home/?p=125477',0,'revision','',0),(125481,4,'2023-10-12 08:58:02','2023-10-12 08:58:02','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Korhonen\" position=\"Koordinaattori, Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Koordinaattori, Hankoniemen lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Kuusivaara\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.20.4\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste, PJ\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen\" position=\"Karkkilan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2023-10-12 08:58:02','2023-10-12 08:58:02','',124449,'https://lukuverkosto.fi/home/?p=125481',0,'revision','',0),(125482,4,'2023-10-12 09:35:29','2023-10-12 09:35:29','[et_pb_section fb_built=\"1\" admin_label=\"Page Header\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2020/04/circle-background-pattern.png\" custom_padding=\"67px|0px|67.1875px|0px|false|false\" animation_style=\"zoom\" animation_intensity_zoom=\"4%\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"3%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" text_font=\"||||||||\" header_font=\"Montserrat|700||on|||||dotted\" header_text_color=\"#353740\" header_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|||\" animation_style=\"fade\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h1>Mikä luku-verkosto?</h1>[/et_pb_text][et_pb_divider show_divider=\"off\" disabled_on=\"on|on|off\" _builder_version=\"4.16\" max_width=\"120px\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"30%\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About Us Section\" _builder_version=\"4.16\" background_image=\"https://lukuverkosto.fi/home/wp-content/uploads/2018/07/lohja-saunalautta.jpg\" custom_margin=\"|5%||5%\" custom_margin_tablet=\"\" custom_margin_phone=\"|0px||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"10%|||\" animation_style=\"zoom\" animation_direction=\"top\" animation_intensity_zoom=\"5%\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-200px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"About Us Area\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|0px|0px\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_text_align=\"left\" header_2_font=\"Montserrat|700||on|||||\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_color=\"#f7f7f7\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"700px\" module_alignment=\"left\" custom_margin=\"|||\" custom_padding=\"10%|10%|10%|10%\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" animation_starting_opacity=\"100%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"15px\" box_shadow_blur=\"45px\" box_shadow_color=\"rgba(0,0,0,0.15)\" locked=\"off\" global_colors_info=\"{}\"]<h2>Yhdessä olemme enemmän</h2>\n<p><span style=\"font-weight: 400;\">LUKU-verkoston muodostavat Lohjan, Vihdin, Karkkilan, Raaseporin ja Hangon suomenkieliset lukiot sekä Länsi-Uudenmaan koulutuskuntayhtiö Luksia. Järjestämme koulutuksia ja tapahtumia jäsenoppilaitosten opettajille ja jaamme hyväksi todettuja käytänteitä toisillemme.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Quote Section\" _builder_version=\"4.16\" background_color=\"#fcd21d\" custom_margin=\"|||\" custom_padding=\"110px|0px|110px|0px\" animation_style=\"zoom\" animation_direction=\"bottom\" animation_intensity_zoom=\"4%\" animation_starting_opacity=\"100%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Quote\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Quote\" _builder_version=\"4.16\" text_font=\"||||||||\" text_text_color=\"#353740\" text_font_size=\"24px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"flip\" animation_direction=\"top\" animation_intensity_flip=\"20%\" global_colors_info=\"{}\"]<p><span>\"Olemme luoneet nykyisen maailman ajattelullamme, joten emme voi muuttaa sitä ilman, että muutamme ajattelutapaamme.\"</span></p>\n<p>-Albert Einstein<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Video Section\" _builder_version=\"4.16\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#fcd21d 30%|#ffffff 30%\" background_color_gradient_start=\"#fcd21d\" background_color_gradient_start_position=\"30%\" background_color_gradient_end=\"#ffffff\" background_color_gradient_end_position=\"30%\" custom_padding=\"0px||110px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Video\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" animation_direction=\"top\" box_shadow_style=\"preset1\" box_shadow_blur=\"77px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"|auto|-36px|auto||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" min_height=\"36px\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>koordinaattoreita ja tutoreita...</h2>[/et_pb_text][et_pb_text admin_label=\"Subtitle\" _builder_version=\"4.16\" text_font=\"Montserrat||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_font=\"||||||||\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"|||\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"175px\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Korhonen\" position=\"Koordinaattori, Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Koordinaattori, Hankoniemen lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ville Hämäläinen\" position=\"Tutor, Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"189px\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Pekka Aaltonen\" position=\"Tutor, Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Olavi Nurmi\" position=\"Tutor, Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Päivi Kuusivaara\" position=\"Tutor, Karkkilan lukio\" _builder_version=\"4.20.4\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ann-Sofia Helttula\" position=\"Tutor, Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Member Section\" _builder_version=\"4.16\" min_height=\"607px\" custom_padding=\"110px||60px|\" global_colors_info=\"{}\"][et_pb_row admin_label=\"Service Section Title\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||40px|\" custom_padding=\"25px|||||\" animation_style=\"fade\" animation_direction=\"top\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Title\" _builder_version=\"4.16\" text_font=\"Montserrat||||||||\" text_text_color=\"#747d88\" text_font_size=\"16px\" text_line_height=\"1.9em\" header_font=\"||||||||\" header_2_font=\"Montserrat|700||on|||||\" header_2_text_color=\"#353740\" header_2_font_size=\"42px\" header_2_line_height=\"1.3em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"4%\" global_colors_info=\"{}\"]<h2>...ja pelottomia rehtoreita</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_team_member name=\"Panu Ruoste\" position=\"Lohjan Yhteislyseon lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Satu Nokelainen\" position=\"Vihdin lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Veli-Jukka Rousu\" position=\"Hankoniemen lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px|auto||auto||\" custom_padding=\"||15px|\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Sanna Laitila\" position=\"Karjaan lukio\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Kimmo Mikkola\" position=\"Lohjan lukion aikuislinja\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"100ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Ossi Kokkonen, PJ\" position=\"Karkkilan lukio\" _builder_version=\"4.22.2\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_team_member name=\"Markku Loiskekoski\" position=\"Luksia\" _builder_version=\"4.16\" header_font=\"Montserrat|on|||\" header_text_color=\"#353740\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||\" body_text_color=\"#747d88\" body_font_size=\"16px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"center\" custom_margin=\"|||\" custom_padding=\"|||\" animation_style=\"fade\" animation_delay=\"200ms\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','Info','','inherit','closed','closed','','124449-revision-v1','','','2023-10-12 09:35:29','2023-10-12 09:35:29','',124449,'https://lukuverkosto.fi/home/?p=125482',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sgpb_subscribers`
--

DROP TABLE IF EXISTS `wp_sgpb_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sgpb_subscribers` (
  `id` int(12) NOT NULL AUTO_INCREMENT,
  `firstName` varchar(255) DEFAULT NULL,
  `lastName` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `subscriptionType` int(12) DEFAULT NULL,
  `cDate` date DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `unsubscribed` int(11) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sgpb_subscribers`
--

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

--
-- Table structure for table `wp_sgpb_subscription_error_log`
--

DROP TABLE IF EXISTS `wp_sgpb_subscription_error_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sgpb_subscription_error_log` (
  `id` int(12) NOT NULL AUTO_INCREMENT,
  `firstName` varchar(255) DEFAULT NULL,
  `popupType` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `date` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sgpb_subscription_error_log`
--

LOCK TABLES `wp_sgpb_subscription_error_log` WRITE;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_sgpb_subscription_error_log` 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(1,1,0),(50317,3,0),(50317,4,0),(50317,5,0),(123318,3,0),(123318,4,0),(123318,5,0),(50145,3,0),(50145,4,0),(50145,5,0),(50144,3,0),(50144,4,0),(50144,5,0),(50143,3,0),(50143,4,0),(50143,5,0),(50142,3,0),(50142,4,0),(50142,5,0),(50141,3,0),(50141,4,0),(50141,5,0),(50062,3,0),(50062,4,0),(50062,5,0),(50061,3,0),(50061,4,0),(50061,5,0),(50060,3,0),(50060,4,0),(50060,5,0),(50059,3,0),(50059,4,0),(50059,5,0),(50058,3,0),(50058,4,0),(50058,5,0),(49979,3,0),(49979,4,0),(49979,5,0),(49978,3,0),(49978,4,0),(49978,5,0),(49977,3,0),(49977,4,0),(49977,5,0),(49976,3,0),(49976,4,0),(49976,5,0),(49975,3,0),(49975,4,0),(49975,5,0),(50013,3,0),(50013,4,0),(50013,5,0),(50012,3,0),(50012,4,0),(50012,5,0),(50011,3,0),(50011,4,0),(50011,5,0),(50009,3,0),(50009,4,0),(50009,5,0),(50008,3,0),(50008,4,0),(50008,5,0),(123467,4,0),(123467,7,0),(123467,5,0),(123470,4,0),(123470,7,0),(123470,5,0),(123471,4,0),(123471,3,0),(123471,5,0),(2376,3,0),(2376,4,0),(2376,5,0),(2375,3,0),(2375,4,0),(2375,5,0),(2374,3,0),(2374,4,0),(2374,5,0),(2373,3,0),(2373,4,0),(2373,5,0),(2372,3,0),(2372,4,0),(2372,5,0),(2371,3,0),(2371,4,0),(2371,5,0),(2369,3,0),(2369,4,0),(2369,5,0),(1853,8,0),(1853,5,0),(1853,7,0),(123547,4,0),(123547,3,0),(123547,5,0),(269,3,0),(269,4,0),(269,5,0),(292,3,0),(292,4,0),(292,5,0),(643,3,0),(643,4,0),(643,5,0),(1029,3,0),(1029,4,0),(1029,5,0),(1030,3,0),(1030,4,0),(1030,5,0),(1031,3,0),(1031,4,0),(1031,5,0),(1032,3,0),(1032,4,0),(1032,5,0),(1035,3,0),(1035,4,0),(1035,5,0),(1036,3,0),(1036,4,0),(1036,5,0),(1037,3,0),(1037,4,0),(1037,5,0),(1038,3,0),(1038,4,0),(1038,5,0),(1039,3,0),(1039,4,0),(1039,5,0),(1040,3,0),(1040,4,0),(1040,5,0),(1041,3,0),(1041,4,0),(1041,5,0),(1042,3,0),(1042,4,0),(1042,5,0),(1044,3,0),(1044,4,0),(1044,5,0),(1045,3,0),(1045,4,0),(1045,5,0),(1171,3,0),(1171,4,0),(1171,5,0),(1046,3,0),(1046,4,0),(1046,5,0),(1047,3,0),(1047,4,0),(1047,5,0),(1048,9,0),(1048,12,0),(1048,13,0),(1048,4,0),(1050,9,0),(1050,13,0),(1050,4,0),(1050,5,0),(1051,9,0),(1051,13,0),(1051,4,0),(1051,5,0),(1052,9,0),(1052,13,0),(1052,4,0),(1052,5,0),(1053,9,0),(1053,13,0),(1053,4,0),(1053,5,0),(1055,9,0),(1055,13,0),(1055,4,0),(1055,5,0),(1056,9,0),(1056,13,0),(1056,4,0),(1056,5,0),(1057,9,0),(1057,13,0),(1057,4,0),(1057,5,0),(1058,9,0),(1058,13,0),(1058,4,0),(1058,5,0),(1059,9,0),(1059,13,0),(1059,4,0),(1059,5,0),(1060,9,0),(1060,13,0),(1060,4,0),(1060,5,0),(1062,9,0),(1062,13,0),(1062,4,0),(1062,5,0),(1063,9,0),(1063,13,0),(1063,4,0),(1063,5,0),(1064,9,0),(1064,13,0),(1064,4,0),(1064,5,0),(1065,9,0),(1065,13,0),(1065,4,0),(1065,5,0),(1066,9,0),(1066,13,0),(1066,4,0),(1066,5,0),(1068,9,0),(1068,13,0),(1068,4,0),(1068,5,0),(1069,9,0),(1069,13,0),(1069,4,0),(1069,5,0),(1070,9,0),(1070,13,0),(1070,4,0),(1070,5,0),(1071,9,0),(1071,13,0),(1071,4,0),(1071,5,0),(1072,9,0),(1072,13,0),(1072,4,0),(1072,5,0),(1074,9,0),(1074,13,0),(1074,4,0),(1074,5,0),(1075,9,0),(1075,13,0),(1075,4,0),(1075,5,0),(1077,9,0),(1077,13,0),(1077,4,0),(1077,5,0),(1294,3,0),(1294,4,0),(1294,5,0),(1295,3,0),(1295,4,0),(1295,5,0),(1160,4,0),(123916,4,0),(123916,9,0),(123916,5,0),(123916,7,0),(1307,15,0),(1308,15,0),(405,10,0),(405,11,0),(419,10,0),(421,11,0),(434,10,0),(434,11,0),(440,10,0),(442,11,0),(587,1,0),(600,1,0),(603,1,0),(605,1,0),(607,1,0),(609,1,0),(624,1,0),(444,10,0),(446,10,0),(446,11,0),(448,11,0),(450,10,0),(452,11,0),(454,10,0),(1160,3,0),(123665,8,0),(123665,7,0),(123665,5,0),(123665,9,0),(123686,8,0),(123686,7,0),(123686,5,0),(123686,9,0),(123690,8,0),(123690,16,0),(123690,5,0),(123690,9,0),(123692,8,0),(123692,7,0),(123692,5,0),(123692,9,0),(123754,8,0),(123754,7,0),(123754,5,0),(123754,9,0),(123758,8,0),(123758,7,0),(123758,5,0),(123758,9,0),(123793,8,0),(123793,16,0),(123793,5,0),(123793,9,0),(123800,8,0),(123800,7,0),(123800,5,0),(123800,9,0),(123935,4,0),(123935,13,0),(123935,5,0),(123935,9,0),(123997,4,0),(123997,7,0),(123997,5,0),(123997,9,0),(124000,4,0),(124000,7,0),(124000,5,0),(124033,4,0),(124033,13,0),(124033,5,0),(124033,9,0),(124044,8,0),(124044,13,0),(124044,5,0),(124044,9,0),(28506,4,0),(28506,5,0),(28506,7,0),(28505,4,0),(28505,5,0),(28505,7,0),(28504,4,0),(28504,5,0),(28504,7,0),(28503,4,0),(28503,5,0),(28503,7,0),(28502,4,0),(28502,5,0),(28502,7,0),(28501,4,0),(28501,5,0),(28501,7,0),(28500,4,0),(28500,5,0),(28500,7,0),(28499,4,0),(28499,5,0),(28499,7,0),(28498,3,0),(28498,4,0),(28498,5,0),(1160,5,0),(677,4,0),(677,5,0),(677,7,0),(676,3,0),(676,4,0),(676,5,0),(654,4,0),(654,5,0),(654,7,0),(651,4,0),(651,5,0),(651,7,0),(650,4,0),(650,5,0),(650,7,0),(649,4,0),(649,5,0),(649,7,0),(647,4,0),(647,5,0),(647,7,0),(646,4,0),(646,5,0),(646,7,0),(645,4,0),(645,5,0),(645,7,0),(644,4,0),(644,5,0),(644,7,0),(124187,4,0),(124187,5,0),(124187,7,0),(340,4,0),(340,5,0),(340,7,0),(124188,4,0),(124188,5,0),(124188,7,0),(268,4,0),(268,5,0),(268,7,0),(267,4,0),(267,5,0),(267,7,0),(266,4,0),(266,5,0),(266,7,0),(265,4,0),(265,5,0),(265,7,0),(264,4,0),(264,5,0),(264,7,0),(263,4,0),(263,5,0),(263,7,0),(124195,8,0),(124195,13,0),(124195,5,0),(124292,6,0),(124374,8,0),(124374,7,0),(124374,5,0),(124409,6,0),(124417,6,0),(124419,6,0),(124420,17,0),(124511,17,0),(124423,17,0),(124424,17,0),(124483,17,0),(124484,6,0),(124497,6,0),(124516,4,0),(124516,13,0),(124516,5,0),(124543,1,0),(124548,4,0),(124548,3,0),(124548,5,0),(124551,1,0),(124569,4,0),(124569,3,0),(124569,5,0),(125057,4,0),(124658,4,0),(124658,3,0),(124658,5,0),(124658,9,0),(124660,4,0),(124660,3,0),(124660,5,0),(124660,9,0),(125251,17,0),(125024,7,0),(125024,5,0),(125024,4,0),(124914,4,0),(124914,13,0),(124914,12,0),(124932,1,0),(124966,17,0),(124978,4,0),(124978,7,0),(124978,5,0),(125283,3,0),(125001,4,0),(125001,3,0),(125001,5,0),(125001,9,0),(125283,4,0),(125261,17,0),(125256,17,0),(125057,7,0),(125057,5,0),(125057,9,0),(125194,4,0),(125194,3,0),(125194,5,0),(125194,9,0),(125196,17,0),(125204,17,0),(125239,17,0),(125228,18,0),(125283,5,0),(125283,9,0),(125338,4,0),(125338,3,0),(125338,5,0),(125338,9,0),(125357,17,0),(125373,4,0),(125373,3,0),(125373,5,0),(125373,9,0),(125433,17,0),(125472,17,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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,8),(2,2,'link_category','',0,7),(3,3,'layout_type','',0,65),(4,4,'scope','',0,127),(5,5,'module_width','',0,137),(6,6,'nav_menu','',0,6),(7,7,'layout_type','',0,42),(8,8,'scope','',0,12),(9,9,'layout_category','',0,45),(10,10,'project_category','',0,8),(11,11,'project_category','',0,7),(12,12,'module_width','',0,2),(13,13,'layout_type','',0,30),(15,15,'nav_menu','',0,2),(16,16,'layout_type','',0,2),(17,17,'nav_menu','',0,15),(18,18,'category','',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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'layout','layout',0),(4,'not_global','not_global',0),(5,'regular','regular',0),(6,'Divi','divi',0),(7,'section','section',0),(8,'global','global',0),(9,'Ally Modules','ally-modules',0),(10,'Category 1','category-1',0),(11,'Category 2','category-2',0),(12,'fullwidth','fullwidth',0),(13,'module','module',0),(15,'Sec menu','sec-menu',0),(16,'row','row',0),(17,'Main Menu','main-menu',0),(18,'Tapahtumat','tapahtumat',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=MyISAM AUTO_INCREMENT=142 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'wp_user_level','10'),(34,1,'jetpack_tracks_wpcom_id',NULL),(15,1,'wp_dashboard_quick_press_last_post_id','125489'),(16,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"93.106.149.0\";}'),(17,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(18,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(19,1,'nav_menu_recently_edited','17'),(20,1,'closedpostboxes_et_pb_layout','a:0:{}'),(21,1,'metaboxhidden_et_pb_layout','a:1:{i:0;s:7:\"slugdiv\";}'),(22,1,'meta-box-order_page','a:3:{s:4:\"side\";s:57:\"et_settings_meta_box,submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:70:\"et_pb_layout,postexcerpt,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(23,1,'screen_layout_page','2'),(24,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice,text_widget_custom_html'),(25,1,'wp_user-settings','editor=tinymce&libraryContent=browse&mfold=o&imgsize=large&align=left'),(26,1,'wp_user-settings-time','1652210300'),(27,1,'closedpostboxes_page','a:0:{}'),(28,1,'metaboxhidden_page','a:0:{}'),(33,1,'show_try_gutenberg_panel','0'),(35,1,'jetpack_tracks_anon_id','jetpack:9qlXWK77Kg6JHI8DaQRQhdCm'),(38,1,'closedpostboxes_popupbuilder','a:0:{}'),(39,1,'metaboxhidden_popupbuilder','a:1:{i:0;s:7:\"slugdiv\";}'),(43,1,'session_tokens','a:1:{s:64:\"2fe7cd3cd0b08597bf5dc46861bf9a25e256f66bdf529249168d1fcdcce611fb\";a:4:{s:10:\"expiration\";i:1700833889;s:2:\"ip\";s:14:\"93.106.149.237\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";s:5:\"login\";i:1700661089;}}'),(66,2,'aim',''),(67,2,'yim',''),(68,2,'jabber',''),(69,2,'nav_menu_recently_edited','17'),(44,2,'nickname','Micaela'),(45,2,'first_name','Micaela'),(46,2,'last_name','Morero'),(47,2,'description',''),(48,2,'rich_editing','true'),(49,2,'syntax_highlighting','true'),(50,2,'comment_shortcuts','false'),(51,2,'admin_color','fresh'),(52,2,'use_ssl','0'),(53,2,'show_admin_bar_front','true'),(54,2,'locale',''),(55,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(56,2,'wp_user_level','10'),(57,2,'dismissed_wp_pointers','wp496_privacy'),(58,2,'default_password_nag',''),(60,2,'wp_dashboard_quick_press_last_post_id','125233'),(61,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"195.156.173.0\";}'),(62,2,'jetpack_tracks_anon_id','jetpack:HcysrUABqKRdIe3Kh79wa4hY'),(70,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(71,2,'metaboxhidden_nav-menus','a:7:{i:0;s:21:\"add-post-type-project\";i:1;s:26:\"add-post-type-popupbuilder\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-project_category\";i:5;s:15:\"add-project_tag\";i:6;s:20:\"add-popup-categories\";}'),(74,2,'wp_user-settings','imgsize='),(75,2,'wp_user-settings-time','1612187018'),(89,3,'nickname','Korhonen'),(90,3,'first_name','Päivi'),(91,3,'last_name','Korhonen'),(92,3,'description',''),(93,3,'rich_editing','true'),(94,3,'syntax_highlighting','true'),(95,3,'comment_shortcuts','false'),(96,3,'admin_color','fresh'),(97,3,'use_ssl','0'),(98,3,'show_admin_bar_front','true'),(99,3,'locale',''),(100,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(101,3,'wp_user_level','10'),(102,3,'dismissed_wp_pointers',''),(103,3,'aim',''),(104,3,'yim',''),(105,3,'jabber',''),(106,4,'nickname','Aaltonen'),(107,4,'first_name','Pekka'),(108,4,'last_name','Aaltonen'),(109,4,'description',''),(110,4,'rich_editing','true'),(111,4,'syntax_highlighting','true'),(112,4,'comment_shortcuts','false'),(113,4,'admin_color','fresh'),(114,4,'use_ssl','0'),(115,4,'show_admin_bar_front','true'),(116,4,'locale',''),(117,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(118,4,'wp_user_level','10'),(119,4,'dismissed_wp_pointers',''),(120,4,'aim',''),(121,4,'yim',''),(122,4,'jabber',''),(124,4,'community-events-location','a:1:{s:2:\"ip\";s:11:\"91.150.44.0\";}'),(125,4,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:17:\"dashboard_primary\";s:4:\"side\";s:18:\"dashboard_activity\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(134,3,'default_password_nag',''),(135,3,'session_tokens','a:1:{s:64:\"c82da26740b292ca9e0467d562d3245114bac8126250513c22f60dc1fdffa88f\";a:4:{s:10:\"expiration\";i:1698319793;s:2:\"ip\";s:12:\"87.95.41.158\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1697110193;}}'),(130,4,'wp_dashboard_quick_press_last_post_id','125486'),(136,3,'wp_dashboard_quick_press_last_post_id','125483'),(137,3,'community-events-location','a:1:{s:2:\"ip\";s:10:\"87.95.41.0\";}'),(139,4,'session_tokens','a:1:{s:64:\"828c86c408624e10acdb6d22f29ba23d866a7a492a11f081120fbc978899ea1b\";a:4:{s:10:\"expiration\";i:1698385738;s:2:\"ip\";s:12:\"91.150.44.26\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69\";s:5:\"login\";i:1698212938;}}'),(140,4,'wp_user-settings','imgsize=&libraryContent=upload'),(141,4,'wp_user-settings-time','1698215085');
/*!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=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'ml71192','$P$Bq2N9besEHVm7738SDZO2VD1xKUdM00','admin','lindvallmisha@gmail.com','','2018-07-14 22:06:17','',0,'admin'),(2,'Micaela','$P$BEKcmyx.vvwEyoi9Z6TaVcS1657j29.','micaela','micaela.morero@koulu.raasepori.fi','','2020-11-03 10:18:53','',0,'Micaela Morero'),(3,'Korhonen','$P$BrxtDsmioEap9/NBArUXCVpwllMdEm.','korhonen','paivi.korhonen@edukarkkila.fi','','2023-10-12 07:21:38','',0,'Päivi Korhonen'),(4,'Aaltonen','$P$BedCJ3kZQqSavrcMaYh31O9xM7w9Ni1','aaltonen','pekka.aaltonen@hanko.fi','','2023-10-12 07:23:25','1697095405:$P$BQzt0KNCo/dQ0KAuXq9Z61fXAceWaP/',0,'Pekka Aaltonen');
/*!40000 ALTER TABLE `wp_users` 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 2023-12-13 11:25:21
